public class NetworkTransaction extends Object
Constructor and Description |
---|
NetworkTransaction() |
Modifier and Type | Method and Description |
---|---|
void |
closeAll()
Close all Network Ttransaction
|
io.netty.channel.Channel |
createConnectionWithRetry(SocketAddress socketAddress,
boolean isSSL)
Create a connection to the specified socketAddress with multiple retries
|
int |
getNumberClients() |
public io.netty.channel.Channel createConnectionWithRetry(SocketAddress socketAddress, boolean isSSL)
socketAddress
- isSSL
- public void closeAll()
public int getNumberClients()
Copyright © 2009–2020 Waarp. All rights reserved.