Uses of Class
org.newsclub.net.unix.AFSocketImpl
-
Uses of AFSocketImpl in org.newsclub.net.unix
Methods in org.newsclub.net.unix that return AFSocketImplModifier and TypeMethodDescriptionprotected abstract AFSocketImpl<A> AFServerSocket.newImpl(FileDescriptor fdObj) Creates a new AFSocketImpl.protected AFSocketImpl<AFUNIXSocketAddress> AFUNIXServerSocket.newImpl(FileDescriptor fdObj) Constructors in org.newsclub.net.unix with parameters of type AFSocketImplModifierConstructorDescriptionprotectedAFSocket(AFSocketImpl<A> impl, AFSocketAddressFromHostname<A> afh) Creates a newAFSocketinstance.