| Package | Description |
|---|---|
| org.zstacks.znet | |
| org.zstacks.znet.nio | |
| org.zstacks.znet.pool |
| Modifier and Type | Field and Description |
|---|---|
protected Dispatcher |
RemotingServer.dispatcher |
| Constructor and Description |
|---|
RemotingClient(String address,
Dispatcher dispatcher) |
RemotingClient(String host,
int port,
Dispatcher dispatcher) |
RemotingServer(int port,
Dispatcher dispatcher) |
RemotingServer(String host,
int port,
Dispatcher dispatcher) |
| Modifier and Type | Field and Description |
|---|---|
protected Dispatcher |
SelectorThread.dispatcher |
| Modifier and Type | Method and Description |
|---|---|
Dispatcher |
Session.dispatcher() |
Dispatcher |
Dispatcher.executorCount(int count) |
Dispatcher |
Dispatcher.name(String name) |
Dispatcher |
Dispatcher.selectorCount(int count) |
Dispatcher |
Dispatcher.serverIoAdaptor(IoAdaptor serverIoAdaptor) |
| Constructor and Description |
|---|
SelectorThread(Dispatcher dispatcher) |
SelectorThread(Dispatcher dispatcher,
String name) |
Session(Dispatcher dispatcher,
SocketChannel channel,
IoAdaptor ioAdaptor) |
Session(Dispatcher dispatcher,
SocketChannel channel,
Object attachment,
IoAdaptor ioAdaptor) |
| Modifier and Type | Method and Description |
|---|---|
Dispatcher |
RemotingClientPoolConfig.getDispatcher() |
Dispatcher |
RemotingClientPool.getDispatcher() |
| Modifier and Type | Method and Description |
|---|---|
void |
RemotingClientPoolConfig.setDispatcher(Dispatcher dispatcher) |
Copyright © 2015. All rights reserved.