public abstract class SocketChannelHandler<E extends Event<SocketChannel>> extends ChannelHandler<E,AsyncChannelDispatcher>
| Modifier and Type | Field and Description |
|---|---|
(package private) static byte |
TCP_DELIMITER |
charset, dispatcher, eventFactory, events, key, logger| Constructor and Description |
|---|
SocketChannelHandler(SelectionKey key,
AsyncChannelDispatcher dispatcher,
Charset charset,
EventFactory<E> eventFactory,
BlockingQueue<E> events,
ComponentLog logger) |
| Modifier and Type | Method and Description |
|---|---|
abstract byte |
getDelimiter() |
static final byte TCP_DELIMITER
public SocketChannelHandler(SelectionKey key, AsyncChannelDispatcher dispatcher, Charset charset, EventFactory<E> eventFactory, BlockingQueue<E> events, ComponentLog logger)
Copyright © 2019 Apache NiFi Project. All rights reserved.