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, setConnection
getLocalAddr, getLocalHost, getLocalPort, getRemoteAddr, getRemoteHost, getRemotePort, getTransport, idleExpired, isInputShutdown, isOpen, isOutputShutdown, setMaxIdleTime, shutdownSocketInput, shutdownSocketOutput, toString
blockReadable, blockWritable, flush, flush, flush, getInputStream, getMaxIdleTime, getOutputStream, isBlocking, isClosed, setInputStream, setOutputStream
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
blockReadable, blockWritable, flush, flush, flush, getLocalAddr, getLocalHost, getLocalPort, getMaxIdleTime, getRemoteAddr, getRemoteHost, getRemotePort, getTransport, isBlocking, isInputShutdown, isOpen, isOutputShutdown, setMaxIdleTime
public SslSocketConnector.SslConnectorEndPoint(java.net.Socket socket) throws java.io.IOException
java.io.IOException
public void shutdownOutput() throws java.io.IOException
EndPoint
shutdownOutput
in interface EndPoint
shutdownOutput
in class SocketEndPoint
java.io.IOException
public void shutdownInput() throws java.io.IOException
EndPoint
shutdownInput
in interface EndPoint
shutdownInput
in class SocketEndPoint
java.io.IOException
public void run()
run
in interface java.lang.Runnable
run
in class SocketConnector.ConnectorEndPoint
Copyright © 2013. All Rights Reserved.