Class NioPlaintextConnection

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

public class NioPlaintextConnection extends ChannelConnection
A ChannelConnection with no encryption.
API Note:
Before version 2.1.0, this class was in package org.omegazero.net.socket.impl and called PlainConnection.