org.eclipse.jetty.io
Interface Connection


public interface Connection


Method Summary
 long getTimeStamp()
           
 Connection handle()
          Handle the connection.
 boolean isIdle()
           
 boolean isSuspended()
           
 

Method Detail

handle

Connection handle()
                  throws java.io.IOException
Handle the connection.

Returns:
The Connection to use for the next handling of the connection. This allows protocol upgrades.
Throws:
java.io.IOException

getTimeStamp

long getTimeStamp()

isIdle

boolean isIdle()

isSuspended

boolean isSuspended()


Copyright © 1995-2010 Mort Bay Consulting. All Rights Reserved.