Uses of Class
org.newsclub.net.unix.AFTIPCSocketAddress.Scope
-
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.