Uses of Class
org.newsclub.net.unix.AFTIPCSocketAddress.Scope
Packages that use AFTIPCSocketAddress.Scope
Package
Description
The junixsocket base implementation, including support for AF_UNIX sockets.
The junixsocket implementation for AF_TIPC sockets.
-
Uses of AFTIPCSocketAddress.Scope in org.newsclub.net.unix
Fields in org.newsclub.net.unix declared as AFTIPCSocketAddress.ScopeModifier and TypeFieldDescriptionstatic final AFTIPCSocketAddress.ScopeAFTIPCSocketAddress.Scope.SCOPE_CLUSTERCluster-wide scope.static final AFTIPCSocketAddress.ScopeAFTIPCSocketAddress.Scope.SCOPE_NODENode-only scope.static final AFTIPCSocketAddress.ScopeAFTIPCSocketAddress.Scope.SCOPE_NOT_SPECIFIEDScope not specified (for example, when using socket addresses).Methods in org.newsclub.net.unix that return AFTIPCSocketAddress.ScopeModifier and TypeMethodDescriptionAFTIPCSocketAddress.getScope()Returns the scope of this address.static AFTIPCSocketAddress.ScopeAFTIPCSocketAddress.Scope.ofValue(int v) Returns aAFTIPCSocketAddress.Scopeinstance given an integer value.Methods in org.newsclub.net.unix with parameters of type AFTIPCSocketAddress.ScopeModifier and TypeMethodDescriptionstatic AFTIPCSocketAddressAFTIPCSocketAddress.ofService(int javaPort, AFTIPCSocketAddress.Scope scope, int type, int instance, int domain) Returns anAFTIPCSocketAddressthat refers to a given service type and instance, using the given scope and the given lookup domain.static AFTIPCSocketAddressAFTIPCSocketAddress.ofService(AFTIPCSocketAddress.Scope scope, int type, int instance) Returns anAFTIPCSocketAddressthat refers to a given service type and instance, using the given scope.static AFTIPCSocketAddressAFTIPCSocketAddress.ofService(AFTIPCSocketAddress.Scope scope, int type, int instance, int domain) Returns anAFTIPCSocketAddressthat refers to a given service type and instance, using the given scope and the given lookup domain.static AFTIPCSocketAddressAFTIPCSocketAddress.ofServiceRange(int javaPort, AFTIPCSocketAddress.Scope scope, int type, int lower, int upper) Returns anAFTIPCSocketAddressthat refers to a given service range type and instance boundaries (lower/upper values), implicitly using cluster scope (SCOPE_CLUSTER).static AFTIPCSocketAddressAFTIPCSocketAddress.ofServiceRange(AFTIPCSocketAddress.Scope scope, int type, int lower, int upper) Returns anAFTIPCSocketAddressthat refers to a given service range type and instance boundaries (lower/upper values), using the given scope. -
Uses of AFTIPCSocketAddress.Scope in org.newsclub.net.unix.tipc
Methods in org.newsclub.net.unix.tipc that return AFTIPCSocketAddress.ScopeMethods in org.newsclub.net.unix.tipc with parameters of type AFTIPCSocketAddress.ScopeModifier and TypeMethodDescriptionAFTIPCDestName.toSocketAddress(AFTIPCSocketAddress.Scope scope, boolean alwaysRange) Converts this DestName to a properAFTIPCSocketAddress, by using the givenAFTIPCSocketAddress.Scope(which is otherwise not included).static AFTIPCGroupRequestAFTIPCGroupRequest.with(int type, int instance, AFTIPCSocketAddress.Scope scope, AFTIPCGroupRequest.GroupRequestFlags flags) Returns anAFTIPCGroupRequestinstance using the given parameters.