Uses of Package
org.newsclub.net.unix
Package
Description
The junixsocket base implementation, including support for AF_UNIX sockets.
The junixsocket implementation for Darwin AF_SYSTEM sockets.
Provides code that allows RMI communication over AF_UNIX sockets.
The junixsocket implementation for AF_TIPC sockets.
The junixsocket implementation for AF_VSOCK sockets.
-
ClassDescriptionDescribes an address family supported by junixsocket.The implementation-specifics for a given address family implementation.A
DatagramChannel
implementation that works with junixsocket.ADatagramSocket
implementation that works with junixsocket.A reference to the constructor of anAFDatagramSocket
subclass.ADatagramSocketImpl
implemented by junixsocket.AnAFSocketAddress
for unknown socket types.AnInputStream
forAFSocket
, etc.AnOutputStream
forAFSocket
, etc.APipe
, natively implemented.A channel representing the writable end of aPipe
, with access to theFileDescriptor
.A channel representing the readable end of aPipe
, with access to theFileDescriptor
.A junixsocket-based protocol family.Service-provider class for junixsocket selectors and selectable channels.The server part of a junixsocket socket.The constructor of the concrete subclass.A selectable channel for stream-oriented listening sockets.junixsocket's base implementation of aSocket
.The reference to the constructor of anAFSocket
subclass.SomeSocketAddress
that is supported by junixsocket, such asAFUNIXSocketAddress
.A reference to the constructor of an AFSocketAddress subclass.The implementation-specifics for a givenAFSocketAddress
subclass implementation.Helps converting an internet "hostname" to anAFSocketAddress
.Describes junixsocket capabilities the current environment (system platform, native library, etc.) may or may not support.A selectable channel for stream-oriented connecting sockets.A reference to a method that provides anAFSocket
instance.Defines certain methods that all junixsocket socket implementations share and extend beyond the standard socket API.The base for a SocketFactory that connects to UNIX sockets.junixsocket-basedSocketImpl
.Placeholder for protocol-specific code that resides in the native library.A special socket option supported by some junixsocket-based implementation.A pair of sockets.Describes the "protocol" part of a socket.Describes the "type" of a socket.Marker interface that combines junixsocket-basedSocketChannel
s,Socket
s,DatagramChannel
s andDatagramSocket
s.Marker interface that combines junixsocket-basedSocketChannel
s,DatagramChannel
s orServerSocketChannel
s.Marker interface that combines junixsocket-basedSocketChannel
s,Socket
s,DatagramChannel
s andDatagramSocket
s, as well asServerSocket
s andServerSocketChannel
s.AnAFSocketAddress
for AF_SYSTEM sockets.The AF_SYSTEM system address.AnAFSocketAddress
for TIPC sockets.The TIPC address type.The TIPC visibility scope.ADatagramChannel
implementation that works with AF_UNIX Unix domain sockets.ADatagramSocket
implementation that works with AF_UNIX Unix domain sockets.Describes the protocol family supported byAFUNIXSocketAddress
etc.Service-provider class for junixsocket selectors and selectable channels.The server part of an AF_UNIX domain socket.A selectable channel for stream-oriented listening sockets.Implementation of an AF_UNIX domain socket.Describes anInetSocketAddress
that actually uses AF_UNIX sockets instead of AF_INET.Deprecated.A selectable channel for stream-oriented connecting sockets.AF_UNIX socket credentials.Defines certain methods that all junixsocket AF_UNIX socket implementations share and extend beyond the standard socket API.The base for a SocketFactory that connects to UNIX sockets.A pair of sockets.AnAFSocketAddress
for VSOCK sockets.A pair of two closeable items.Something that has aFileDescriptor
.Provides object-oriented access to file descriptors viaInputStream
,Socket
, etc., depending on the file descriptor type.Hostname and port.ASocketException
that may be thrown upon some "invalid" state, mostly detected in native code.A "named integer", usually used for constants.Constructor for "undefined" values.Describes a 32-bit bitmask that supports named flags.Creates a new instance.A filter that takes aSocketAddress
, and potentially changes it, or throws an exception if certain criteria are met.Declares some operation "unsafe", which is guarded viaAFSocketCapability.CAPABILITY_UNSAFE
. -
ClassDescriptionDescribes an address family supported by junixsocket.A
DatagramChannel
implementation that works with junixsocket.ADatagramSocket
implementation that works with junixsocket.A junixsocket-based protocol family.Service-provider class for junixsocket selectors and selectable channels.The server part of a junixsocket socket.A selectable channel for stream-oriented listening sockets.junixsocket's base implementation of aSocket
.Helps converting an internet "hostname" to anAFSocketAddress
.A selectable channel for stream-oriented connecting sockets.Defines certain methods that all junixsocket socket implementations share and extend beyond the standard socket API.The base for a SocketFactory that connects to UNIX sockets.junixsocket-basedSocketImpl
.A pair of sockets.Describes the "type" of a socket.Marker interface that combines junixsocket-basedSocketChannel
s,Socket
s,DatagramChannel
s andDatagramSocket
s.Marker interface that combines junixsocket-basedSocketChannel
s,DatagramChannel
s orServerSocketChannel
s.Marker interface that combines junixsocket-basedSocketChannel
s,Socket
s,DatagramChannel
s andDatagramSocket
s, as well asServerSocket
s andServerSocketChannel
s.AnAFSocketAddress
for AF_SYSTEM sockets.AF_SYSTEM-specific code that resides in the native library.A pair of two closeable items.Something that has aFileDescriptor
. -
ClassDescriptionjunixsocket's base implementation of a
Socket
.SomeSocketAddress
that is supported by junixsocket, such asAFUNIXSocketAddress
.Describes anInetSocketAddress
that actually uses AF_UNIX sockets instead of AF_INET.AF_UNIX socket credentials.Something that has aFileDescriptor
. -
ClassDescriptionThe server part of a junixsocket socket.Some
SocketAddress
that is supported by junixsocket, such asAFUNIXSocketAddress
. -
ClassDescriptionDescribes an address family supported by junixsocket.A
DatagramChannel
implementation that works with junixsocket.ADatagramSocket
implementation that works with junixsocket.A junixsocket-based protocol family.Service-provider class for junixsocket selectors and selectable channels.The server part of a junixsocket socket.A selectable channel for stream-oriented listening sockets.junixsocket's base implementation of aSocket
.Helps converting an internet "hostname" to anAFSocketAddress
.A selectable channel for stream-oriented connecting sockets.Defines certain methods that all junixsocket socket implementations share and extend beyond the standard socket API.The base for a SocketFactory that connects to UNIX sockets.junixsocket-basedSocketImpl
.A special socket option supported by some junixsocket-based implementation.A pair of sockets.Describes the "type" of a socket.Marker interface that combines junixsocket-basedSocketChannel
s,Socket
s,DatagramChannel
s andDatagramSocket
s.Marker interface that combines junixsocket-basedSocketChannel
s,DatagramChannel
s orServerSocketChannel
s.Marker interface that combines junixsocket-basedSocketChannel
s,Socket
s,DatagramChannel
s andDatagramSocket
s, as well asServerSocket
s andServerSocketChannel
s.AnAFSocketAddress
for TIPC sockets.The TIPC visibility scope.A pair of two closeable items.Something that has aFileDescriptor
.A "named integer", usually used for constants.Marks a subclass that provides a method"public static T ofValue(int v)"
that allows casting an integer to this type via reflection.Describes a 32-bit bitmask that supports named flags. -
ClassDescriptionDescribes an address family supported by junixsocket.A
DatagramChannel
implementation that works with junixsocket.ADatagramSocket
implementation that works with junixsocket.A junixsocket-based protocol family.Service-provider class for junixsocket selectors and selectable channels.The server part of a junixsocket socket.A selectable channel for stream-oriented listening sockets.Some connector that is able to createAFServerSocket
s bound to a givenAFSocketAddress
.junixsocket's base implementation of aSocket
.SomeSocketAddress
that is supported by junixsocket, such asAFUNIXSocketAddress
.Helps converting an internet "hostname" to anAFSocketAddress
.A selectable channel for stream-oriented connecting sockets.Some connector that is able to connect to a givenAFSocketAddress
.Defines certain methods that all junixsocket socket implementations share and extend beyond the standard socket API.The base for a SocketFactory that connects to UNIX sockets.junixsocket-basedSocketImpl
.A pair of sockets.Describes the "type" of a socket.Marker interface that combines junixsocket-basedSocketChannel
s,Socket
s,DatagramChannel
s andDatagramSocket
s.Marker interface that combines junixsocket-basedSocketChannel
s,DatagramChannel
s orServerSocketChannel
s.Marker interface that combines junixsocket-basedSocketChannel
s,Socket
s,DatagramChannel
s andDatagramSocket
s, as well asServerSocket
s andServerSocketChannel
s.Describes anInetSocketAddress
that actually uses AF_UNIX sockets instead of AF_INET.AnAFSocketAddress
for VSOCK sockets.A pair of two closeable items.Something that has aFileDescriptor
.