Package | Description |
---|---|
usp.ime.gclib.net.protocol |
Modifier and Type | Method and Description |
---|---|
EProtocolMessages |
ProtocolInformation.getTypeMsg() |
EProtocolMessages |
AppProtocol.getTypeMsg() |
static EProtocolMessages |
EProtocolMessages.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EProtocolMessages[] |
EProtocolMessages.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ProtocolInformation.setTypeMsg(EProtocolMessages typeMsg) |
void |
AppProtocol.setTypeMsg(EProtocolMessages typeMsg) |
Constructor and Description |
---|
AppProtocol(EProtocolMessages typeMsg,
ESendTo sendTo,
EProtocolTranspLayer protocol)
If sendTo parameter is set to ALL, so protocol parameter must be set to UDP,
otherwise will be throws a IllegalArgumentException.
|
AppProtocol(EProtocolMessages typeMsg,
java.util.List<java.lang.String> listIpDst,
EProtocolTranspLayer protocol)
The ESendTo attribute will be set to LISTIPS.
|