|
XNIO API 3.0.7.GA | |||||||||
| 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 address| Method Detail |
|---|
public String getName()
public String toString()
toString in class Object
|
XNIO API 3.0.7.GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||