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