protected class SocketConnector.ConnectorEndPoint extends SocketEndPoint implements Runnable, ConnectedEndPoint
| Constructor and Description |
|---|
SocketConnector.ConnectorEndPoint(Socket socket) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
dispatch() |
int |
fill(Buffer buffer) |
Connection |
getConnection() |
void |
run() |
void |
setConnection(Connection connection) |
getLocalAddr, getLocalHost, getLocalPort, getRemoteAddr, getRemoteHost, getRemotePort, getTransport, idleExpired, isInputShutdown, isOpen, isOutputShutdown, setMaxIdleTime, shutdownInput, shutdownOutput, shutdownSocketInput, shutdownSocketOutput, toStringblockReadable, blockWritable, flush, flush, flush, getInputStream, getMaxIdleTime, getOutputStream, isBlocking, isClosed, setInputStream, setOutputStreamclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitblockReadable, blockWritable, flush, flush, flush, getLocalAddr, getLocalHost, getLocalPort, getMaxIdleTime, getRemoteAddr, getRemoteHost, getRemotePort, getTransport, isBlocking, isInputShutdown, isOpen, isOutputShutdown, setMaxIdleTime, shutdownInput, shutdownOutputprotected final Socket _socket
public SocketConnector.ConnectorEndPoint(Socket socket) throws IOException
IOExceptionpublic Connection getConnection()
getConnection in interface ConnectedEndPointpublic void setConnection(Connection connection)
setConnection in interface ConnectedEndPointpublic void dispatch()
throws IOException
IOExceptionpublic int fill(Buffer buffer) throws IOException
fill in interface EndPointfill in class StreamEndPointIOExceptionpublic void close()
throws IOException
close in interface EndPointclose in class SocketEndPointIOExceptionCopyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.