org.apache.mina.transport.vmpipe
Class VmPipeAddress
SocketAddress
org.apache.mina.transport.vmpipe.VmPipeAddress
- Comparable
public class VmPipeAddress
extends SocketAddress
implements Comparable
A SocketAddress
which represents in-VM pipe port number.
VmPipeAddress(int port) - Creates a new instance with the specifid port number.
|
VmPipeAddress
public VmPipeAddress(int port)
Creates a new instance with the specifid port number.
equals
public boolean equals(Object o)
getPort
public int getPort()
Returns the port number.
hashCode
public int hashCode()
toString
public String toString()