Class NioTLSConnection

java.lang.Object
org.omegazero.common.util.SimpleAttachmentContainer
All Implemented Interfaces:
Closeable, AutoCloseable, org.omegazero.common.util.AttachmentContainer, SocketConnection, TLSConnection

public class NioTLSConnection extends ChannelConnection implements TLSConnection
A ChannelConnection with TLS encryption. This implementation uses an SSLEngine from a given SSLContext for TLS support.
API Note:
Before version 2.1.0, this class was in package org.omegazero.net.socket.impl and called TLSConnection.