public final class TCPChannelParameters
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
Host
Host name.
|
int |
Port
Port No.
|
Constructor and Description |
---|
TCPChannelParameters(java.lang.String host,
int port)
Instantiates a new TCPChannelParameters.
|