org.eclipse.jetty.io
接口 ConnectedEndPoint

所有超级接口:
EndPoint
所有已知子接口:
AsyncEndPoint
所有已知实现类:
ByteArrayEndPoint, NetworkTrafficSelectChannelEndPoint, SelectChannelEndPoint, SocketConnector.ConnectorEndPoint, SslConnection.SslEndPoint, SslSocketConnector.SslConnectorEndPoint

public interface ConnectedEndPoint
extends EndPoint


方法摘要
 Connection getConnection()
           
 void setConnection(Connection connection)
           
 
从接口 org.eclipse.jetty.io.EndPoint 继承的方法
blockReadable, blockWritable, close, fill, flush, flush, flush, getLocalAddr, getLocalHost, getLocalPort, getMaxIdleTime, getRemoteAddr, getRemoteHost, getRemotePort, getTransport, isBlocking, isInputShutdown, isOpen, isOutputShutdown, setMaxIdleTime, shutdownInput, shutdownOutput
 

方法详细信息

getConnection

Connection getConnection()

setConnection

void setConnection(Connection connection)


Copyright © 2013. All Rights Reserved.