Class NIOJICPSConnection


  • public class NIOJICPSConnection
    extends NIOJICPConnection
    This class provides a nio based server connection for which ssl can be configured. A SSLEngine is used for dealing with handshaking and encrypting/decrypting application data. The superclass does the actual reading (also #fillPayload(java.nio.ByteBuffer)), and writing from the SocketChannel and handles the application data.
    Author:
    eduard
    See Also:
    SSLContext