Uses of Interface
org.newsclub.net.unix.AFSocket.Constructor
-
Uses of AFSocket.Constructor in org.newsclub.net.unix
Methods in org.newsclub.net.unix that return AFSocket.ConstructorModifier and TypeMethodDescriptionprotected abstract AFSocket.Constructor<A> AFAddressFamilyConfig.socketConstructor()Returns the implementation'sSocketconstructor.Methods in org.newsclub.net.unix with parameters of type AFSocket.ConstructorModifier and TypeMethodDescriptionprotected static final <A extends AFSocketAddress>
@NonNull AFSocket<A> AFSocket.connectTo(AFSocket.Constructor<A> constr, A addr) Creates a newAFSocketand 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.