org.eclipse.jetty.io.nio
Interface AsyncConnection

All Superinterfaces:
Connection
All Known Implementing Classes:
AsyncHttpConnection, ConnectHandler.ClientToProxyConnection, ConnectHandler.ProxyToServerConnection, SslConnection

public interface AsyncConnection
extends Connection


Method Summary
 void onInputShutdown()
           
 
Methods inherited from interface org.eclipse.jetty.io.Connection
getTimeStamp, handle, isIdle, isSuspended, onClose, onIdleExpired
 

Method Detail

onInputShutdown

void onInputShutdown()
                     throws IOException
Throws:
IOException


Copyright © 2012. All Rights Reserved.