Uses of Class
org.newsclub.net.unix.AFTIPCSocketAddress
-
Uses of AFTIPCSocketAddress in org.newsclub.net.unix
Modifier and TypeMethodDescriptionstatic AFTIPCSocketAddress
Returns anAFTIPCSocketAddress
for the given URI, if possible.static AFTIPCSocketAddress
Returns anAFTIPCSocketAddress
for the given URI, if possible.static AFTIPCSocketAddress
AFTIPCSocketAddress.ofService
(int type, int instance) Returns anAFTIPCSocketAddress
that refers to a given service type and instance, implicitly using cluster scope (AFTIPCSocketAddress.Scope.SCOPE_CLUSTER
).static 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 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 (AFTIPCSocketAddress.Scope.SCOPE_CLUSTER
).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 (AFTIPCSocketAddress.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.static AFTIPCSocketAddress
AFTIPCSocketAddress.ofSocket
(int ref, int node) Returns anAFTIPCSocketAddress
that refers to a given TIPC socket address (i.e., referring to a particular socket instance instead of a service address).static AFTIPCSocketAddress
AFTIPCSocketAddress.ofSocket
(int javaPort, int ref, int node) Returns anAFTIPCSocketAddress
that refers to a given TIPC socket address (i.e., referring to a particular socket instance instead of a service address).static AFTIPCSocketAddress
AFTIPCSocketAddress.ofTopologyService()
Returns anAFTIPCSocketAddress
that refers to the topology service.static AFTIPCSocketAddress
Returns anAFTIPCSocketAddress
given a specialInetAddress
hostname that encodes the byte sequence of an AF_TIPC socket address, like those returned byAFSocketAddress.wrapAddress()
.static AFTIPCSocketAddress
AFTIPCSocketAddress.unwrap
(InetAddress address, int port) Returns anAFTIPCSocketAddress
given a specialInetAddress
that encodes the byte sequence of an AF_TIPC socket address, like those returned byAFSocketAddress.wrapAddress()
.static AFTIPCSocketAddress
AFTIPCSocketAddress.unwrap
(SocketAddress address) Returns anAFTIPCSocketAddress
given a genericSocketAddress
.Modifier and TypeMethodDescriptionstatic AFAddressFamily
<AFTIPCSocketAddress> AFTIPCSocketAddress.addressFamily()
Returns the correspondingAFAddressFamily
.