Enum Class SDPPort
- All Implemented Interfaces:
Serializable
,Comparable<SDPPort>
,Constable
SDP port handling output buffering data streaming.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDefault port.Extra monitor core data transfer functionality.Extra monitor core re injection functionality.Messages directed at the packet gatherer for the speed up protocols.Command port for the buffered in functionality.Command port for the buffered out functionality.Command port for resetting runtime, etc. -
Field Summary
Fields -
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 class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-