Uses of Interface
org.newsclub.net.unix.SocketAddressFilter
Packages that use SocketAddressFilter
Package
Description
The junixsocket base implementation, including support for AF_UNIX sockets.
-
Uses of SocketAddressFilter in org.newsclub.net.unix
Methods in org.newsclub.net.unix with parameters of type SocketAddressFilterModifier and TypeMethodDescriptionfinal AFServerSocket
<A> AFServerSocket.bindHook
(SocketAddressFilter hook) Sets the hook for any subsequent call toAFServerSocket.bind(SocketAddress)
andAFServerSocket.bind(SocketAddress, int)
to be the given function.AFSocket.connectHook
(SocketAddressFilter hook) Sets the hook for any subsequent call toAFSocket.connect(SocketAddress)
orAFSocket.connect(SocketAddress, int)
to be the given function.