public class UnixSocketAddress extends SocketAddress
Using an abstract name space is denoted by the socket path starting with a NUL byte. Sockets in abstract name space have no entry in the file system. When linux performs autobind, it constructs the resulting path with a leading NUL, followed by a unique 5-digit hexadecimal number.
Constructor and Description |
---|
UnixSocketAddress(File path) |
UnixSocketAddress(String path) |
public UnixSocketAddress(File path)
public UnixSocketAddress(String path)
public String path()
public String humanReadablePath()
public String toString()
Copyright © 2016. All rights reserved.