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()
Shutdown any backing input stream associated with the endpoint
|
void |
shutdownOutput()
Shutdown any backing output stream associated with the endpoint
|
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
EndPointshutdownOutput in interface EndPointshutdownOutput in class SocketEndPointIOExceptionpublic void shutdownInput()
throws IOException
EndPointshutdownInput in interface EndPointshutdownInput in class SocketEndPointIOExceptionpublic void run()
run in interface Runnablerun in class SocketConnector.ConnectorEndPointCopyright © 1995-2015 Mort Bay Consulting. All Rights Reserved.