public interface ChannelHandlerFactory<E extends Event,D extends ChannelDispatcher>
| Modifier and Type | Method and Description |
|---|---|
ChannelHandler<E,D> |
createHandler(SelectionKey key,
D dispatcher,
Charset charset,
EventFactory<E> eventFactory,
BlockingQueue<E> events,
ComponentLog logger) |
ChannelHandler<E,D> |
createSSLHandler(SelectionKey key,
D dispatcher,
Charset charset,
EventFactory<E> eventFactory,
BlockingQueue<E> events,
ComponentLog logger) |
ChannelHandler<E,D> createHandler(SelectionKey key, D dispatcher, Charset charset, EventFactory<E> eventFactory, BlockingQueue<E> events, ComponentLog logger)
ChannelHandler<E,D> createSSLHandler(SelectionKey key, D dispatcher, Charset charset, EventFactory<E> eventFactory, BlockingQueue<E> events, ComponentLog logger)
Copyright © 2019 Apache NiFi Project. All rights reserved.