public class DefaultChannelPoolHandler
extends io.netty.channel.pool.AbstractChannelPoolHandler
DefaultChannelPoolHandler class.
| Constructor and Description |
|---|
DefaultChannelPoolHandler(io.netty.bootstrap.Bootstrap bootstrap)
Constructor for DefaultChannelPoolHandler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
channelAcquired(io.netty.channel.Channel ch) |
void |
channelCreated(io.netty.channel.Channel ch) |
void |
channelReleased(io.netty.channel.Channel ch) |
public DefaultChannelPoolHandler(io.netty.bootstrap.Bootstrap bootstrap)
Constructor for DefaultChannelPoolHandler.
bootstrap - a Bootstrap objectpublic void channelCreated(io.netty.channel.Channel ch)
public void channelAcquired(io.netty.channel.Channel ch)
channelAcquired in interface io.netty.channel.pool.ChannelPoolHandlerchannelAcquired in class io.netty.channel.pool.AbstractChannelPoolHandlerpublic void channelReleased(io.netty.channel.Channel ch)
channelReleased in interface io.netty.channel.pool.ChannelPoolHandlerchannelReleased in class io.netty.channel.pool.AbstractChannelPoolHandlerCopyright © 2016–2024. All rights reserved.