TibrvIPPort
Class
Declaration
class com.tibco.tibrv.TibrvIPPort
extends java.lang.Object
Purpose
Represent an IP port number.
Remarks
In general, an IP Port number is an unsigned 16-bit integer [0;65535], in network byte order. This class represents a port number as a 32-bit integer, because Java does not support unsigned numbers.
This class has no destroy() method. Instead, the Java garbage collector reclaims storage automatically.
|
Constant |
Description |
|
Maximum port number that this class can represent (65535). |
|
|
Minimum port number that this class can represent (zero). |
|
Method |
Description |
|
Inherited Methods |
|
|