Uses of Interface
org.newsclub.net.unix.AFSocketImplExtensions
Packages that use AFSocketImplExtensions
Package
Description
The junixsocket base implementation, including support for AF_UNIX sockets.
-
Uses of AFSocketImplExtensions in org.newsclub.net.unix
Classes in org.newsclub.net.unix that implement AFSocketImplExtensionsModifier and TypeClassDescriptionfinal classAF_SYSTEM-specific code that resides in the native library.final classTIPC-specific code that resides in the native library.final classVSOCK-specific code that resides in the native library.Methods in org.newsclub.net.unix that return AFSocketImplExtensionsModifier and TypeMethodDescriptionprotected AFSocketImplExtensions<A> AFDatagramSocket.getImplExtensions()Returns the internal helper instance for address-specific extensions.protected final AFSocketImplExtensions<A> AFDatagramSocketImpl.getImplExtensions()Returns the internal helper instance for address-specific extensions.protected final AFSocketImplExtensions<A> AFSocket.getImplExtensions()Returns the internal helper instance for address-specific extensions.protected final AFSocketImplExtensions<A> AFSocketImpl.getImplExtensions()Returns the internal helper instance for address-specific extensions.