org.eclipse.jetty.io
Interface ConnectedEndPoint

All Superinterfaces:
EndPoint
All Known Implementing Classes:
ByteArrayEndPoint, NetworkTrafficSelectChannelEndPoint, SelectChannelEndPoint, SocketConnector.ConnectorEndPoint, SslSelectChannelEndPoint, SslSocketConnector.SslConnectorEndPoint

public interface ConnectedEndPoint
extends EndPoint


Method Summary
 Connection getConnection()
           
 void setConnection(Connection connection)
           
 
Methods inherited from interface org.eclipse.jetty.io.EndPoint
blockReadable, blockWritable, close, fill, flush, flush, flush, getLocalAddr, getLocalHost, getLocalPort, getMaxIdleTime, getRemoteAddr, getRemoteHost, getRemotePort, getTransport, isBlocking, isBufferingInput, isBufferingOutput, isBufferred, isInputShutdown, isOpen, isOutputShutdown, setMaxIdleTime, shutdownInput, shutdownOutput
 

Method Detail

getConnection

Connection getConnection()

setConnection

void setConnection(Connection connection)


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