Uses of Class
org.newsclub.net.unix.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
Modifier and TypeFieldDescriptionstatic final AFTIPCSocketAddress.Scope
AFTIPCSocketAddress.Scope.SCOPE_CLUSTER
Cluster-wide scope.static final AFTIPCSocketAddress.Scope
AFTIPCSocketAddress.Scope.SCOPE_NODE
Node-only scope.static final AFTIPCSocketAddress.Scope
AFTIPCSocketAddress.Scope.SCOPE_NOT_SPECIFIED
Scope not specified (for example, when using socket addresses).Modifier and TypeMethodDescriptionAFTIPCSocketAddress.getScope()
Returns the scope of this address.static AFTIPCSocketAddress.Scope
AFTIPCSocketAddress.Scope.ofValue
(int v) Returns aAFTIPCSocketAddress.Scope
instance given an integer value.Modifier and TypeMethodDescriptionstatic AFTIPCSocketAddress
AFTIPCSocketAddress.ofService
(int javaPort, AFTIPCSocketAddress.Scope scope, int type, int instance, int domain) Returns anAFTIPCSocketAddress
that refers to a given service type and instance, using the given scope and the given lookup domain.static AFTIPCSocketAddress
AFTIPCSocketAddress.ofService
(AFTIPCSocketAddress.Scope scope, int type, int instance) Returns anAFTIPCSocketAddress
that refers to a given service type and instance, using the given scope.static AFTIPCSocketAddress
AFTIPCSocketAddress.ofService
(AFTIPCSocketAddress.Scope scope, int type, int instance, int domain) Returns anAFTIPCSocketAddress
that refers to a given service type and instance, using the given scope and the given lookup domain.static AFTIPCSocketAddress
AFTIPCSocketAddress.ofServiceRange
(int javaPort, AFTIPCSocketAddress.Scope scope, int type, int lower, int upper) Returns anAFTIPCSocketAddress
that refers to a given service range type and instance boundaries (lower/upper values), implicitly using cluster scope (SCOPE_CLUSTER
).static AFTIPCSocketAddress
AFTIPCSocketAddress.ofServiceRange
(AFTIPCSocketAddress.Scope scope, int type, int lower, int upper) Returns anAFTIPCSocketAddress
that 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
Modifier 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 AFTIPCGroupRequest
AFTIPCGroupRequest.with
(int type, int instance, AFTIPCSocketAddress.Scope scope, AFTIPCGroupRequest.GroupRequestFlags flags) Returns anAFTIPCGroupRequest
instance using the given parameters.