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.ChannelPoolHandler
channelAcquired
in class io.netty.channel.pool.AbstractChannelPoolHandler
public void channelReleased(io.netty.channel.Channel ch)
channelReleased
in interface io.netty.channel.pool.ChannelPoolHandler
channelReleased
in class io.netty.channel.pool.AbstractChannelPoolHandler
Copyright © 2016–2024. All rights reserved.