CompletableFuture<AsyncConnection> |
AsyncGroup.createClientConnection(boolean tcp,
int ioIndex,
SocketAddress address) |
|
CompletableFuture<AsyncConnection> |
AsyncGroup.createClientConnection(boolean tcp,
int ioIndex,
SocketAddress address,
int connectTimeoutSeconds) |
|
CompletableFuture<AsyncConnection> |
AsyncGroup.createTCPClientConnection(int ioIndex,
SocketAddress address) |
|
abstract CompletableFuture<AsyncConnection> |
AsyncGroup.createTCPClientConnection(int ioIndex,
SocketAddress address,
int connectTimeoutSeconds) |
创建TCP连接
|
CompletableFuture<AsyncConnection> |
AsyncGroup.createTCPClientConnection(SocketAddress address) |
|
CompletableFuture<AsyncConnection> |
AsyncGroup.createTCPClientConnection(SocketAddress address,
int connectTimeoutSeconds) |
|
CompletableFuture<AsyncConnection> |
AsyncIOGroup.createTCPClientConnection(int ioIndex,
SocketAddress address,
int connectTimeoutSeconds) |
|
CompletableFuture<AsyncConnection> |
AsyncGroup.createUDPClientConnection(int ioIndex,
SocketAddress address) |
|
abstract CompletableFuture<AsyncConnection> |
AsyncGroup.createUDPClientConnection(int ioIndex,
SocketAddress address,
int connectTimeoutSeconds) |
创建UDP连接
|
CompletableFuture<AsyncConnection> |
AsyncGroup.createUDPClientConnection(SocketAddress address) |
|
CompletableFuture<AsyncConnection> |
AsyncGroup.createUDPClientConnection(SocketAddress address,
int connectTimeoutSeconds) |
|
CompletableFuture<AsyncConnection> |
AsyncIOGroup.createUDPClientConnection(int ioIndex,
SocketAddress address,
int connectTimeoutSeconds) |
|
BlockingQueue<AsyncConnection> |
Transport.TransportNode.getConnQueue() |
|
protected CompletableFuture<AsyncConnection> |
Transport.pollAsync(Transport.TransportNode node,
SocketAddress addr,
Supplier<CompletableFuture<AsyncConnection>> func) |
已过时。
|
CompletableFuture<AsyncConnection> |
Transport.pollConnection(SocketAddress addr0) |
已过时。
|
CompletableFuture<AsyncConnection> |
TransportStrategy.pollConnection(SocketAddress addr,
Transport transport) |
已过时。
创建AsyncConnection
|