public class UnixSocketAddress extends Object
| Constructor and Description |
|---|
UnixSocketAddress(String _path)
Create the address.
|
UnixSocketAddress(String _path,
boolean _abstract)
Create the address.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getPath()
Return the path.
|
int |
hashCode() |
boolean |
isAbs() |
boolean |
isAbstract()
Returns true if this an address for an abstract socket.
|
void |
setAbs(boolean _abs) |
void |
setPath(String _path) |
String |
toString()
Return the Address as a String.
|
public UnixSocketAddress(String _path, boolean _abstract)
_path - The path to the Unix Socket._abstract - True if this should be an abstract socket.public UnixSocketAddress(String _path)
_path - The path to the Unix Socket.public boolean isAbs()
public void setAbs(boolean _abs)
public void setPath(String _path)
public String getPath()
public boolean isAbstract()
public String toString()
Copyright © 2020. All rights reserved.