@Deprecated public class LumberjackSSLSocketChannelHandler<E extends Event<SocketChannel>> extends SSLSocketChannelHandler<E>
| Modifier and Type | Field and Description |
|---|---|
private LumberjackDecoder |
decoder
Deprecated.
|
private LumberjackFrameHandler<E> |
frameHandler
Deprecated.
|
charset, dispatcher, eventFactory, events, key, logger| Constructor and Description |
|---|
LumberjackSSLSocketChannelHandler(SelectionKey key,
AsyncChannelDispatcher dispatcher,
Charset charset,
EventFactory<E> eventFactory,
BlockingQueue<E> events,
ComponentLog logger)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
processBuffer(org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel sslSocketChannel,
SocketChannel socketChannel,
int bytesRead,
byte[] buffer)
Deprecated.
|
getDelimiter, runprivate LumberjackDecoder decoder
private LumberjackFrameHandler<E extends Event<SocketChannel>> frameHandler
public LumberjackSSLSocketChannelHandler(SelectionKey key, AsyncChannelDispatcher dispatcher, Charset charset, EventFactory<E> eventFactory, BlockingQueue<E> events, ComponentLog logger)
protected void processBuffer(org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel sslSocketChannel, SocketChannel socketChannel, int bytesRead, byte[] buffer) throws InterruptedException, IOException
processBuffer in class SSLSocketChannelHandler<E extends Event<SocketChannel>>InterruptedExceptionIOExceptionCopyright © 2021 Apache NiFi Project. All rights reserved.