public class SslSocketConnector.SslConnectorEndPoint extends SocketConnector.ConnectorEndPoint
_socket| Constructor and Description |
|---|
SslSocketConnector.SslConnectorEndPoint(Socket socket) |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
void |
shutdownInput() |
void |
shutdownOutput() |
close, dispatch, fill, getConnection, setConnectiongetLocalAddr, getLocalHost, getLocalPort, getRemoteAddr, getRemoteHost, getRemotePort, getTransport, idleExpired, isInputShutdown, isOpen, isOutputShutdown, setMaxIdleTime, 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, setMaxIdleTimepublic SslSocketConnector.SslConnectorEndPoint(Socket socket) throws IOException
IOExceptionpublic void shutdownOutput()
throws IOException
shutdownOutput in interface EndPointshutdownOutput in class SocketEndPointIOExceptionpublic void shutdownInput()
throws IOException
shutdownInput in interface EndPointshutdownInput in class SocketEndPointIOExceptionpublic void run()
run in interface Runnablerun in class SocketConnector.ConnectorEndPointCopyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.