Uses of Class
org.newsclub.net.unix.AFSocket
Packages that use AFSocket
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.
-
Uses of AFSocket in org.newsclub.net.unix
Subclasses of AFSocket in org.newsclub.net.unixModifier and TypeClassDescriptionfinal classImplementation of an AF_UNIX domain socket.Methods in org.newsclub.net.unix that return AFSocketModifier and TypeMethodDescriptionAFServerSocket.accept()Connect to the socket at the given address.AFSocket.connectHook(SocketAddressFilter hook) Sets the hook for any subsequent call toconnect(SocketAddress)orconnect(SocketAddress, int)to be the given function.static final <A extends AFSocketAddress>
AFSocket<?> AFSocket.connectTo(@NonNull A addr) Creates a newAFSocketand connects it to the givenAFSocketAddressusing the default implementation suited for that address type.protected static final <A extends AFSocketAddress>
@NonNull AFSocket<A> AFSocket.connectTo(AFSocket.Constructor<A> constr, A addr) Creates a newAFSocketand connects it to the givenAFSocketAddress.AFSocket.forceConnectAddress(SocketAddress endpoint) Forces the address to be used for any subsequent call toconnect(SocketAddress)to be the given one, regardless of what'll be passed there.AFSocketChannel.getAFSocket()Returns the correspondingAFSocket.AFSocket<?> AFSocketAddress.newConnectedSocket()Creates a new socket connected to this address.AFSocket.Constructor.newInstance(FileDescriptor fdObj, AFSocketFactory<A> factory) Constructs a newAFSocketsubclass instance.protected static final <A extends AFSocketAddress>
AFSocket<A> AFSocket.newInstance(AFSocket.Constructor<A> constr, AFSocketFactory<A> factory) Creates a new, unboundAFSocket.AFSocketChannel.AFSocketSupplier.newInstance()Returns a newAFSocketinstance.AFSocket<?> AFAddressFamily.newSocket()Creates a new, unconnected, unbound socket compatible with this socket address.AFSelectorProvider.newSocket()Constructs a new socket.AFServerSocket.newSocketInstance()Returns a newAFSocketinstance.AFSocketChannel.socket()Methods in org.newsclub.net.unix that return types with arguments of type AFSocketModifier and TypeMethodDescriptionAFAddressFamilyConfig.socketClass()Returns the implementation'sSocketclass.Constructors in org.newsclub.net.unix with parameters of type AFSocketModifierConstructorDescriptionprotectedAFSocketChannel(AFSocket<A> socket, AFSelectorProvider<A> sp) Creates a new socket channel for the given socket, using the givenSelectorProvider. -
Uses of AFSocket in org.newsclub.net.unix.darwin.system
Subclasses of AFSocket in org.newsclub.net.unix.darwin.systemModifier and TypeClassDescriptionfinal classImplementation of anAF_SYSTEMsocket.Methods in org.newsclub.net.unix.darwin.system that return AFSocketModifier and TypeMethodDescriptionprotected AFSocket<AFSYSTEMSocketAddress> AFSYSTEMServerSocket.newSocketInstance() -
Uses of AFSocket in org.newsclub.net.unix.rmi
Methods in org.newsclub.net.unix.rmi that return AFSocketModifier and TypeMethodDescriptionprotected abstract AFSocket<?> AFRMISocketFactory.newConnectedSocket(AFSocketAddress addr) Creates a new socket that is connected to the given socket address.protected final AFSocket<?> AFUNIXRMISocketFactory.newConnectedSocket(AFSocketAddress addr) -
Uses of AFSocket in org.newsclub.net.unix.tipc
Subclasses of AFSocket in org.newsclub.net.unix.tipcMethods in org.newsclub.net.unix.tipc that return AFSocketModifier and TypeMethodDescriptionprotected AFSocket<AFTIPCSocketAddress> AFTIPCServerSocket.newSocketInstance() -
Uses of AFSocket in org.newsclub.net.unix.vsock
Subclasses of AFSocket in org.newsclub.net.unix.vsockMethods in org.newsclub.net.unix.vsock that return AFSocketModifier and TypeMethodDescriptionAFSocket<?> AFVSOCKProxySocketConnector.connect(AFVSOCKSocketAddress vsockAddress) Connects to the given AF_VSOCK address.protected AFSocket<AFVSOCKSocketAddress> AFVSOCKServerSocket.newSocketInstance()