Package | Description |
---|---|
usp.ime.gclib.net.protocol |
Modifier and Type | Method and Description |
---|---|
ESendTo |
AppProtocol.getSendTo() |
static ESendTo |
ESendTo.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ESendTo[] |
ESendTo.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AppProtocol.setSendTo(ESendTo sendTo) |
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.
|