Package org.apache.mina.transport.vmpipe
Class VmPipeAddress
java.lang.Object
java.net.SocketAddress
org.apache.mina.transport.vmpipe.VmPipeAddress
- All Implemented Interfaces:
Serializable
,Comparable<VmPipeAddress>
A
SocketAddress
which represents in-VM pipe port number.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVmPipeAddress
(int port) Creates a new instance with the specifid port number. -
Method Summary
-
Constructor Details
-
VmPipeAddress
public VmPipeAddress(int port) Creates a new instance with the specifid port number.
-
-
Method Details
-
getPort
public int getPort()Returns the port number. -
hashCode
public int hashCode() -
equals
-
compareTo
- Specified by:
compareTo
in interfaceComparable<VmPipeAddress>
-
toString
-