class NettyEventServer extends Object implements EventServer
| Modifier and Type | Field and Description |
|---|---|
private io.netty.channel.Channel |
channel |
private io.netty.channel.EventLoopGroup |
group |
| Constructor and Description |
|---|
NettyEventServer(io.netty.channel.EventLoopGroup group,
io.netty.channel.Channel channel)
Netty Event Server with Event Loop Group and bound Channel
|
private final io.netty.channel.EventLoopGroup group
private final io.netty.channel.Channel channel
NettyEventServer(io.netty.channel.EventLoopGroup group,
io.netty.channel.Channel channel)
group - Event Loop Groupchannel - Bound Channelpublic void shutdown()
shutdown in interface EventServerCopyright © 2021 Apache NiFi Project. All rights reserved.