public class SslSocketConnector.SslConnectorEndPoint extends SocketConnector.ConnectorEndPoint
_socket| Constructor and Description |
|---|
SslSocketConnector.SslConnectorEndPoint(java.net.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(java.net.Socket socket)
throws java.io.IOException
java.io.IOExceptionpublic void shutdownOutput()
throws java.io.IOException
EndPointshutdownOutput in interface EndPointshutdownOutput in class SocketEndPointjava.io.IOExceptionpublic void shutdownInput()
throws java.io.IOException
EndPointshutdownInput in interface EndPointshutdownInput in class SocketEndPointjava.io.IOExceptionpublic void run()
run in interface java.lang.Runnablerun in class SocketConnector.ConnectorEndPointCopyright © 2013 FuseSource, Corp.. All Rights Reserved.