Uses of Interface
org.newsclub.net.unix.AFConsumer
Packages that use AFConsumer
Package
Description
The junixsocket base implementation, including support for AF_UNIX sockets.
-
Uses of AFConsumer in org.newsclub.net.unix
Fields in org.newsclub.net.unix declared as AFConsumerModifier and TypeFieldDescriptionstatic final AFConsumer<Throwable> CleanableState.DEFAULT_EXCEPTION_HANDLERA default exception handler: CallsThread.getDefaultUncaughtExceptionHandler()with the stacktrace and information about the current thread.Constructors in org.newsclub.net.unix with parameters of type AFConsumerModifierConstructorDescriptionprotectedCleanableState(Object observed, AFConsumer<Throwable> exceptionHandler) Creates a state object to be used as an implementation detail of the specified observed instance, using a custom exception handler.