| Modifier and Type | Method and Description |
|---|---|
static Client |
Transporters.connect(String url,
ChannelHandler... handler) |
static Client |
Transporters.connect(URL url,
ChannelHandler... handlers) |
Client |
Transporter.connect(URL url,
ChannelHandler handler)
Connect to a server.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExchangeClient
ExchangeClient.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HeaderExchangeClient
DefaultMessageClient
|
| Constructor and Description |
|---|
HeaderExchangeClient(Client client,
boolean needHeartbeat) |
| Constructor and Description |
|---|
ServerPeer(Server server,
Map<URL,Client> clients,
Group group) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractClient
AbstractClient
|
class |
ClientDelegate
ClientDelegate
|
| Modifier and Type | Method and Description |
|---|---|
Client |
ClientDelegate.getClient() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientDelegate.setClient(Client client) |
| Constructor and Description |
|---|
ClientDelegate(Client client) |
| Modifier and Type | Class and Description |
|---|---|
class |
GrizzlyClient
GrizzlyClient
|
| Modifier and Type | Method and Description |
|---|---|
Client |
GrizzlyTransporter.connect(URL url,
ChannelHandler listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
MinaClient
Mina client.
|
| Modifier and Type | Method and Description |
|---|---|
Client |
MinaTransporter.connect(URL url,
ChannelHandler handler) |
| Modifier and Type | Class and Description |
|---|---|
class |
NettyClient
NettyClient.
|
| Modifier and Type | Method and Description |
|---|---|
Client |
NettyTransporter.connect(URL url,
ChannelHandler listener) |
| Modifier and Type | Method and Description |
|---|---|
Client |
NettyTransporter.connect(URL url,
ChannelHandler listener) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.