Package net.messagevortex.transport
Class ClientConnection
java.lang.Object
net.messagevortex.transport.AbstractConnection
net.messagevortex.transport.ClientConnection
- Direct Known Subclasses:
ImapClient,SmtpConnection,SmtpSender
-
Field Summary
Fields inherited from class net.messagevortex.transport.AbstractConnection
CRLF -
Constructor Summary
ConstructorsConstructorDescriptionClientConnection(InetSocketAddress socketAddress, SecurityContext context) ClientConnection(SocketChannel channel, SecurityContext context) -
Method Summary
Methods inherited from class net.messagevortex.transport.AbstractConnection
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
-
Constructor Details
-
ClientConnection
-
ClientConnection
-
-
Method Details
-
shutdown
- Overrides:
shutdownin classAbstractConnection- Throws:
IOException
-