public class ClientConnection extends AbstractConnection
CRLF
Constructor and Description |
---|
ClientConnection(InetSocketAddress socketAddress,
SecurityContext context) |
ClientConnection(SocketChannel channel,
SecurityContext context) |
Modifier and Type | Method and Description |
---|---|
void |
shutdown() |
closeConnection, connect, do_handshake, do_teardown, enlargeApplicationBuffer, enlargeBuffer, enlargePacketBuffer, getDefaultTimeout, getEngine, getHostName, getPort, getProtocol, getSecurityContext, getSocketChannel, getTimeout, handleBufferUnderflow, handleEndOfStream, isShutdown, isTls, read, read, readln, readln, setDefaultTimeout, setEngine, setProtocol, setSecurityContext, setSocketChannel, setTimeout, startTls, startTls, write, write, writeln, writeln
public ClientConnection(SocketChannel channel, SecurityContext context)
public ClientConnection(InetSocketAddress socketAddress, SecurityContext context)
public void shutdown() throws IOException
shutdown
in class AbstractConnection
IOException
Copyright © 2023. All rights reserved.