cx.ath.matthew.unix
public class UnixSocketAddress extends Object
| Constructor Summary | |
|---|---|
| UnixSocketAddress(String path, boolean abs)
Create the address. | |
| UnixSocketAddress(String path)
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. |
Parameters: path The path to the Unix Socket. abs True if this should be an abstract socket.
Parameters: path The path to the Unix Socket.