|
XNIO API 3.1.0.Beta1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.net.SocketAddress
org.xnio.LocalSocketAddress
public final class LocalSocketAddress
A socket address which is a local (UNIX domain) socket.
Constructor Summary | |
---|---|
LocalSocketAddress(String name)
Construct a new instance. |
Method Summary | |
---|---|
String |
getName()
Get the name (filesystem path) of this local socket address. |
String |
toString()
Get the string representation of this socket address (its name). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LocalSocketAddress(String name)
name
- the name of this socket addressMethod Detail |
---|
public String getName()
public String toString()
toString
in class Object
|
XNIO API 3.1.0.Beta1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |