org.eclipse.jetty.io
Interface ConnectedEndPoint

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

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, getRemoteAddr, getRemoteHost, getRemotePort, getTransport, isBlocking, isBufferingInput, isBufferingOutput, isBufferred, isOpen
 

Method Detail

getConnection

Connection getConnection()

setConnection

void setConnection(Connection connection)


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