Uses of Interface
org.newsclub.net.unix.SocketAddressFilter
-
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 toServerSocket.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.