Enum SDPPort
- All Implemented Interfaces:
Serializable
,Comparable<SDPPort>
public enum SDPPort extends Enum<SDPPort>
SDP port handling output buffering data streaming.
-
Enum Constant Summary
Enum Constants Enum Constant Description DEFAULT_PORT
Default port.EXTRA_MONITOR_CORE_DATA_SPEED_UP
Extra monitor core data transfer functionality.EXTRA_MONITOR_CORE_REINJECTION
Extra monitor core re injection functionality.GATHERER_DATA_SPEED_UP
Messages directed at the packet gatherer for the speed up protocols.INPUT_BUFFERING_SDP_PORT
Command port for the buffered in functionality.OUTPUT_BUFFERING_SDP_PORT
Command port for the buffered out functionality.RUNNING_COMMAND_SDP_PORT
Command port for resetting runtime, etc. -
Field Summary
Fields Modifier and Type Field Description int
value
The port ID. -
Method Summary
-
Enum Constant Details
-
DEFAULT_PORT
Default port. -
INPUT_BUFFERING_SDP_PORT
Command port for the buffered in functionality. -
OUTPUT_BUFFERING_SDP_PORT
Command port for the buffered out functionality. -
RUNNING_COMMAND_SDP_PORT
Command port for resetting runtime, etc. -
EXTRA_MONITOR_CORE_REINJECTION
Extra monitor core re injection functionality. -
EXTRA_MONITOR_CORE_DATA_SPEED_UP
Extra monitor core data transfer functionality. -
GATHERER_DATA_SPEED_UP
Messages directed at the packet gatherer for the speed up protocols.
-
-
Field Details
-
value
public final int valueThe port ID.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-