public class BeatsSSLSocketChannelHandler<E extends Event<SocketChannel>> extends SSLSocketChannelHandler<E>
| Modifier and Type | Field and Description |
|---|---|
private BeatsDecoder |
decoder |
private BeatsFrameHandler<E> |
frameHandler |
charset, dispatcher, eventFactory, events, key, logger| Constructor and Description |
|---|
BeatsSSLSocketChannelHandler(SelectionKey key,
AsyncChannelDispatcher dispatcher,
Charset charset,
EventFactory<E> eventFactory,
BlockingQueue<E> events,
ComponentLog logger) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
processBuffer(SSLSocketChannel sslSocketChannel,
SocketChannel socketChannel,
int bytesRead,
byte[] buffer) |
getDelimiter, runprivate BeatsDecoder decoder
private BeatsFrameHandler<E extends Event<SocketChannel>> frameHandler
public BeatsSSLSocketChannelHandler(SelectionKey key, AsyncChannelDispatcher dispatcher, Charset charset, EventFactory<E> eventFactory, BlockingQueue<E> events, ComponentLog logger)
protected void processBuffer(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.