Uses of Interface
org.newsclub.net.unix.AFSocket.Constructor
Package
Description
The junixsocket base implementation, including support for AF_UNIX sockets.
-
Uses of AFSocket.Constructor in org.newsclub.net.unix
Modifier and TypeMethodDescriptionprotected abstract AFSocket.Constructor
<A> AFAddressFamilyConfig.socketConstructor()
Returns the implementation'sSocket
constructor.Modifier and TypeMethodDescriptionprotected static final <A extends AFSocketAddress>
@NonNull AFSocket<A> AFSocket.connectTo
(AFSocket.Constructor<A> constr, A addr) Creates a newAFSocket
and connects it to the givenAFSocketAddress
.protected static final <A extends AFSocketAddress>
AFSocket<A> AFSocket.newInstance
(AFSocket.Constructor<A> constr, AFSocketFactory<A> factory) Creates a new, unboundAFSocket
.