|
|||||||||
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(java.lang.String path)
Create the address. |
|
UnixSocketAddress(java.lang.String path,
boolean abs)
Create the address. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getPath()
Return the path. |
int |
hashCode()
|
boolean |
isAbstract()
Returns true if this an address for an abstract socket. |
java.lang.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(java.lang.String path, boolean abs)
path
- The path to the Unix Socket.abs
- True if this should be an abstract socket.public UnixSocketAddress(java.lang.String path)
path
- The path to the Unix Socket.Method Detail |
---|
public java.lang.String getPath()
public boolean isAbstract()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |