Package | Description |
---|---|
org.rapidoidx.net | |
org.rapidoidx.net.abstracts | |
org.rapidoidx.net.impl |
Modifier and Type | Method and Description |
---|---|
ChannelHolder |
TCPClient.connect(String serverHost,
int serverPort,
Protocol clientProtocol,
boolean autoreconnecting,
ConnState state) |
ChannelHolder[] |
TCPClient.connect(String serverHost,
int serverPort,
Protocol clientProtocol,
int connections,
boolean autoreconnecting,
ConnState state) |
Modifier and Type | Method and Description |
---|---|
ConnState |
ProtocolContext.state() |
Modifier and Type | Method and Description |
---|---|
ConnState |
ConnState.copy() |
ConnState |
RapidoidConnection.state() |
ConnState |
DefaultExchange.state() |
Modifier and Type | Method and Description |
---|---|
ChannelHolder |
RapidoidClientLoop.connect(String serverHost,
int serverPort,
Protocol clientProtocol,
boolean autoreconnecting,
ConnState state) |
ChannelHolder[] |
RapidoidClientLoop.connect(String serverHost,
int serverPort,
Protocol clientProtocol,
int connectionsN,
boolean autoreconnecting,
ConnState state) |
void |
ConnState.copyFrom(ConnState state) |
Constructor and Description |
---|
ConnectionTarget(SocketChannel socketChannel,
InetSocketAddress addr,
Protocol protocol,
ChannelHolderImpl holder,
boolean autoreconnecting,
ConnState state) |
RapidoidChannel(SocketChannel socketChannel,
boolean isClient,
Protocol protocol,
ChannelHolderImpl holder,
boolean autoreconnecting,
ConnState state) |
Copyright © 2014–2015 Nikolche Mihajlovski and contributors. All rights reserved.