Package | Description |
---|---|
com.ibasco.agql.core.transport.pool |
Modifier and Type | Interface and Description |
---|---|
interface |
NettyChannelPoolMap<K,P extends NettyChannelPool>
NettyChannelPoolMap interface.
|
Modifier and Type | Class and Description |
---|---|
class |
FixedNettyChannelPool
An enhanced version of netty's
FixedChannelPool |
class |
SimpleNettyChannelPool
An enhanced version of netty's
SimpleChannelPool implementation |
Modifier and Type | Field and Description |
---|---|
static io.netty.util.AttributeKey<NettyChannelPool> |
NettyChannelPool.CHANNEL_POOL
The default
Channel attribute for NettyChannelPool |
Modifier and Type | Method and Description |
---|---|
abstract NettyChannelPool |
NettyChannelPoolFactory.create(InetSocketAddress localAddress,
InetSocketAddress remoteAddress)
create.
|
NettyChannelPool |
FixedNettyChannelPoolFactory.create(InetSocketAddress localAddress,
InetSocketAddress remoteAddress)
create.
|
NettyChannelPool |
SimpleNettyChannelPoolFactory.create(InetSocketAddress localAddress,
InetSocketAddress remoteAddress)
create.
|
NettyChannelPool |
MessageChannelPoolMap.get(Object data)
Return the
NettyChannelPool for the code . |
abstract NettyChannelPool |
PooledChannel.getChannelPool()
getChannelPool.
|
NettyChannelPool |
DefaultPooledChannel.getChannelPool()
getChannelPool.
|
static NettyChannelPool |
NettyChannelPool.getPool(io.netty.channel.Channel channel)
Retrieve the
NettyChannelPool which was used to acquire the specified Channel |
Copyright © 2016–2024. All rights reserved.