public class UnixSocketAddress extends Object
Constructor and Description |
---|
UnixSocketAddress(String path)
Create the address.
|
UnixSocketAddress(String path,
boolean abs)
Create the address.
|
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.