| Modifier and Type | Method and Description |
|---|---|
ClientChannel |
ClientChannelPooledSelector.ChannelPool.chekOut() |
protected ClientChannel |
ClientChannelSharedSelector.connect(LoggerFactory loggerFactory,
URI uri,
int timeout) |
ClientChannel |
ClientChannelPooledSelector.ChannelPool.create() |
ClientChannel |
ClientChannelSharedSelector.getChannel(URI uri) |
ClientChannel |
ClientChannelSelector.getChannel(URI uri) |
ClientChannel |
ClientChannelPooledSelector.getChannel(URI uri) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientChannelSharedSelector.returnChannel(ClientChannel channel) |
void |
ClientChannelSelector.returnChannel(ClientChannel channel) |
void |
ClientChannelPooledSelector.returnChannel(ClientChannel channel) |
boolean |
ClientChannelPooledSelector.ChannelPool.validate(ClientChannel t) |
| Modifier and Type | Class and Description |
|---|---|
class |
EmbeddedWebSocketClientChannel |
| Modifier and Type | Method and Description |
|---|---|
static ClientChannel |
EmbeddedWebSocketClient.connect(LoggerFactory loggerFactory,
URI uri,
int timeout) |
protected ClientChannel |
EmbeddedClientChannelSharedSelector.connect(LoggerFactory loggerFactory,
URI uri,
int timeout) |
ClientChannel |
EmbeddedClientChannelPooledSelector.EmbeddedChannelPool.create() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NettyClientChannel |
| Modifier and Type | Class and Description |
|---|---|
class |
TcpClientChannel |
| Modifier and Type | Method and Description |
|---|---|
static ClientChannel |
TcpClient.connect(LoggerFactory loggerFactory,
URI uri,
int connectTimeoutMillis,
org.jboss.netty.channel.ChannelPipeline pipeline) |
| Modifier and Type | Class and Description |
|---|---|
class |
WebSocketClientChannel |
| Modifier and Type | Method and Description |
|---|---|
static ClientChannel |
WebSocketClient.connect(LoggerFactory loggerFactory,
URI uri,
int connectTimeoutMillis) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientChannelWrapper |
| Constructor and Description |
|---|
ClientChannelWrapper(ClientChannel clientChannel,
int protocolVersion) |
| Modifier and Type | Method and Description |
|---|---|
protected ClientChannel |
NettyRemotingClientChannelSharedSelector.connect(LoggerFactory loggerFactory,
URI uri,
int timeout) |
Copyright © 2021. All rights reserved.