org.apache.mina.util

Class AnonymousSocketAddress

Implemented Interfaces:
Comparable

public class AnonymousSocketAddress
extends SocketAddress
implements Comparable

A SocketAddress which represents anonymous address.

Constructor Summary

AnonymousSocketAddress()
Creates a new instance with the specifid port number.

Method Summary

int
compareTo(Object o)
boolean
equals(Object o)
int
hashCode()
String
toString()

Constructor Details

AnonymousSocketAddress

public AnonymousSocketAddress()
Creates a new instance with the specifid port number.

Method Details

compareTo

public int compareTo(Object o)

equals

public boolean equals(Object o)

hashCode

public int hashCode()

toString

public String toString()