Uses of Enum Class
org.newsclub.net.unix.AFSocketType
Packages that use AFSocketType
Package
Description
The junixsocket base implementation, including support for AF_UNIX sockets.
The junixsocket implementation for Darwin AF_SYSTEM sockets.
The junixsocket implementation for AF_TIPC sockets.
The junixsocket implementation for AF_VSOCK sockets.
-
Uses of AFSocketType in org.newsclub.net.unix
Methods in org.newsclub.net.unix that return AFSocketTypeModifier and TypeMethodDescriptionstatic AFSocketType
Returns the enum constant of this class with the specified name.static AFSocketType[]
AFSocketType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.newsclub.net.unix with parameters of type AFSocketTypeModifier and TypeMethodDescriptionstatic AFUNIXDatagramSocket
AFUNIXDatagramSocket.newInstance
(AFSocketType socketType) Returns a newAFUNIXDatagramSocket
instance for the given socket type.AFUNIXSocketPair.openDatagram
(AFSocketType type) Opens a socket pair of interconnectedDatagramChannel
s, using the given socket type.abstract AFDatagramChannel
<A> AFSelectorProvider.openDatagramChannel
(AFSocketType type) Opens aDatagramChannel
using the given socket type.AFUNIXSelectorProvider.openDatagramChannel
(AFSocketType type) AFSocketPair
<? extends AFDatagramChannel<A>> AFSelectorProvider.openDatagramChannelPair
(AFSocketType type) Opens a socket pair of interconnectedDatagramChannel
s, using the givenAFSocketType
.AFUNIXSelectorProvider.openDatagramChannelPair
(AFSocketType type) @Nullable String
AFSocketAddress.toSocatAddressString
(AFSocketType socketType, AFSocketProtocol socketProtocol) Returns a address string that can be used withsocat
'sSOCKET-CONNECT
,SOCKET-LISTEN
,SOCKET-DATAGRAM
, etc., address types, ornull
if the address type is not natively supported by this platform.Constructors in org.newsclub.net.unix with parameters of type AFSocketTypeModifierConstructorDescriptionprotected
AFDatagramSocketImpl
(AFAddressFamily<@NonNull A> addressFamily, FileDescriptor fd, AFSocketType socketType) Constructs a newAFDatagramSocketImpl
using the givenFileDescriptor
(or null to create a new one). -
Uses of AFSocketType in org.newsclub.net.unix.darwin.system
Methods in org.newsclub.net.unix.darwin.system with parameters of type AFSocketTypeModifier and TypeMethodDescriptionstatic AFSYSTEMDatagramSocket
AFSYSTEMDatagramSocket.newInstance
(AFSocketType socketType) Returns a newAFSYSTEMDatagramSocket
instance for the given socket type.AFSYSTEMSelectorProvider.openDatagramChannel
(AFSocketType type) AFSYSTEMSelectorProvider.openDatagramChannelPair
(AFSocketType type) -
Uses of AFSocketType in org.newsclub.net.unix.tipc
Methods in org.newsclub.net.unix.tipc with parameters of type AFSocketTypeModifier and TypeMethodDescriptionstatic AFTIPCDatagramSocket
AFTIPCDatagramSocket.newInstance
(AFSocketType socketType) Returns a newAFTIPCDatagramSocket
instance for the given socket type.AFTIPCSelectorProvider.openDatagramChannel
(AFSocketType type) AFTIPCSelectorProvider.openDatagramChannelPair
(AFSocketType type) -
Uses of AFSocketType in org.newsclub.net.unix.vsock
Methods in org.newsclub.net.unix.vsock with parameters of type AFSocketTypeModifier and TypeMethodDescriptionstatic AFVSOCKDatagramSocket
AFVSOCKDatagramSocket.newInstance
(AFSocketType socketType) Returns a newAFVSOCKDatagramSocket
instance for the given socket type.AFVSOCKSelectorProvider.openDatagramChannel
(AFSocketType type) AFVSOCKSelectorProvider.openDatagramChannelPair
(AFSocketType type)