| Class | Description |
|---|---|
| SocketChannelHandler<E extends Event<SocketChannel>> |
Base class for socket channel handlers.
|
| SocketChannelHandlerFactory<E extends Event<SocketChannel>> |
Default factory for creating socket channel handlers.
|
| SSLSocketChannelHandler<E extends Event<SocketChannel>> |
Wraps a SocketChannel with an SSLSocketChannel for receiving messages over TLS.
|
| StandardSocketChannelHandler<E extends Event<SocketChannel>> |
Reads from the given SocketChannel into the provided buffer.
|
Copyright © 2019 Apache NiFi Project. All rights reserved.