Uses of Class
org.apache.hadoop.net.unix.DomainSocket
Packages that use DomainSocket
-
Uses of DomainSocket in org.apache.hadoop.net.unix
Methods in org.apache.hadoop.net.unix that return DomainSocketModifier and TypeMethodDescriptionDomainSocket.accept()Accept a new UNIX domain connection.static DomainSocketDomainSocket.bindAndListen(String path) Create a new DomainSocket listening on the given path.static DomainSocketCreate a new DomainSocket connected to the given path.static DomainSocket[]DomainSocket.socketpair()Create a pair of UNIX domain sockets which are connected to each other by calling socketpair(2).Methods in org.apache.hadoop.net.unix with parameters of type DomainSocketModifier and TypeMethodDescriptionvoidDomainSocketWatcher.add(DomainSocket sock, DomainSocketWatcher.Handler handler) Add a socket.booleanDomainSocketWatcher.Handler.handle(DomainSocket sock) Handles an event on a socket.voidDomainSocketWatcher.remove(DomainSocket sock) Remove a socket.