public class SslSocketConnector.SslConnection extends SocketConnector.Connection
_socket
Constructor and Description |
---|
SslConnection(Socket socket) |
Modifier and Type | Method and Description |
---|---|
void |
run() |
void |
shutdownOutput()
Shutdown any backing output stream associated with the endpoint
|
dispatch, fill
close, getLocalAddr, getLocalHost, getLocalPort, getRemoteAddr, getRemoteHost, getRemotePort, getTransport, isOpen
blockReadable, blockWritable, flush, flush, flush, getInputStream, getOutputStream, isBlocking, isBufferingInput, isBufferingOutput, isBufferred, isClosed, setInputStream, setOutputStream
public SslConnection(Socket socket) throws IOException
IOException
public void shutdownOutput() throws IOException
EndPoint
shutdownOutput
in interface EndPoint
shutdownOutput
in class SocketEndPoint
IOException
public void run()
run
in interface Runnable
run
in class SocketConnector.Connection
Copyright © 2009 Mortbay Consulting Pty. Ltd. All Rights Reserved.