| Interface | Description |
|---|---|
| Win32NamedPipeLibrary |
| Class | Description |
|---|---|
| ReferenceCountedFileDescriptor |
Encapsulates a file descriptor plus a reference count to ensure close requests
only close the file descriptor once the last reference to the file descriptor
is released.
|
| UnixDomainServerSocket |
Implements a
ServerSocket which binds to a local Unix domain socket
and returns instances of UnixDomainSocket from
UnixDomainServerSocket.accept(). |
| UnixDomainServerSocket.UnixDomainServerSocketAddress | |
| UnixDomainSocket |
Implements a
Socket backed by a native Unix domain socket. |
| UnixDomainSocketLibrary |
Utility class to bridge native Unix domain socket calls to Java using JNA.
|
| UnixDomainSocketLibrary.SockaddrUn |
Bridges
struct sockaddr_un to and from native code. |
| UnixDomainSocketLibrary.SockaddrUn.SunFamily |
On BSD platforms,
sunLenAndFamily will be present. |
| UnixDomainSocketLibrary.SockaddrUn.SunLenAndFamily |
On BSD platforms, the
sun_len and sun_family values in
struct sockaddr_un. |
| Win32NamedPipeServerSocket | |
| Win32NamedPipeSocket | |
| Win32SecurityLibrary |