|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcx.ath.matthew.unix.UnixSocketAddress
public class UnixSocketAddress
Represents an address for a Unix Socket
| Constructor Summary | |
|---|---|
UnixSocketAddress(String path)
Create the address. |
|
UnixSocketAddress(String path,
boolean abs)
Create the address. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
String |
getPath()
Return the path. |
int |
hashCode()
|
boolean |
isAbstract()
Returns true if this an address for an abstract socket. |
String |
toString()
Return the Address as a String. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UnixSocketAddress(String path,
boolean abs)
path - The path to the Unix Socket.abs - True if this should be an abstract socket.public UnixSocketAddress(String path)
path - The path to the Unix Socket.| Method Detail |
|---|
public String getPath()
public boolean isAbstract()
public String toString()
toString in class Objectpublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||