Index

A B C E F G H I L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

accept() - Method in class org.newsclub.net.unix.tipc.AFTIPCServerSocket
 
addLinkStateSubscription() - Method in class org.newsclub.net.unix.tipc.AFTIPCTopologyWatcher
Watches for all link state changes.
addPortSubscription() - Method in class org.newsclub.net.unix.tipc.AFTIPCTopologyWatcher
Watches for all port changes.
addPortSubscription(int) - Method in class org.newsclub.net.unix.tipc.AFTIPCTopologyWatcher
Watches for port changes of the given port ("port" meaning TIPC port, not TCP).
addPortSubscription(int, int) - Method in class org.newsclub.net.unix.tipc.AFTIPCTopologyWatcher
Watches for port changes within the given range ("port" meaning TIPC port, not TCP).
addressFamily() - Method in class org.newsclub.net.unix.tipc.AFTIPCSelectorProvider
 
addressFromHost(String, int) - Method in class org.newsclub.net.unix.tipc.AFTIPCSocketFactory.ServiceAddress
 
addServiceSubscription(int) - Method in class org.newsclub.net.unix.tipc.AFTIPCTopologyWatcher
Watches for service changes of the given service type, matching any instance.
addServiceSubscription(int, int) - Method in class org.newsclub.net.unix.tipc.AFTIPCTopologyWatcher
Watches for service changes of the given service type, matching only the specified instance.
addServiceSubscription(int, int, int) - Method in class org.newsclub.net.unix.tipc.AFTIPCTopologyWatcher
Watches for service changes of the given service type and instance range.
AFTIPCDatagramChannel - Class in org.newsclub.net.unix.tipc
A DatagramChannel implementation that works with AF_TIPC sockets.
AFTIPCDatagramSocket - Class in org.newsclub.net.unix.tipc
A DatagramSocket implementation that works with AF_TIPC sockets.
AFTIPCDestName - Class in org.newsclub.net.unix.tipc
The TIPC-specific DestName response that may be included as ancillary data.
AFTIPCDestName(int, int, int) - Constructor for class org.newsclub.net.unix.tipc.AFTIPCDestName
Creates a new instance.
AFTIPCErrInfo - Class in org.newsclub.net.unix.tipc
The TIPC-specific error info response that may be included as ancillary data.
AFTIPCErrInfo(AFTIPCErrInfo.ErrorCode, int) - Constructor for class org.newsclub.net.unix.tipc.AFTIPCErrInfo
Creates a new instance.
AFTIPCErrInfo.ErrorCode - Class in org.newsclub.net.unix.tipc
Some TIPC error code.
AFTIPCGroupRequest - Class in org.newsclub.net.unix.tipc
A TIPC group request.
AFTIPCGroupRequest.GroupRequestFlags - Class in org.newsclub.net.unix.tipc
Some flags used in the group request.
AFTIPCProtocolFamily - Enum Class in org.newsclub.net.unix.tipc
Describes the protocol families supported by junixsocket-tipc.
AFTIPCSelectorProvider - Class in org.newsclub.net.unix.tipc
Service-provider class for junixsocket selectors and selectable channels.
AFTIPCServerSocket - Class in org.newsclub.net.unix.tipc
The server part of an AF_TIPC socket.
AFTIPCServerSocketChannel - Class in org.newsclub.net.unix.tipc
A selectable channel for stream-oriented listening sockets.
AFTIPCSocket - Class in org.newsclub.net.unix.tipc
Implementation of an AF_TIPC socket.
AFTIPCSocketChannel - Class in org.newsclub.net.unix.tipc
A selectable channel for stream-oriented connecting sockets.
AFTIPCSocketExtensions - Interface in org.newsclub.net.unix.tipc
Defines certain methods that all junixsocket AF_TIPC socket implementations share and extend beyond the standard socket API.
AFTIPCSocketFactory - Class in org.newsclub.net.unix.tipc
The base for a SocketFactory that connects to TIPC sockets.
AFTIPCSocketFactory() - Constructor for class org.newsclub.net.unix.tipc.AFTIPCSocketFactory
AFTIPCSocketFactory.ServiceAddress - Class in org.newsclub.net.unix.tipc
Always connects sockets to the given TIPC type and instance.
AFTIPCSocketOptions - Class in org.newsclub.net.unix.tipc
TIPC-specific socket options.
AFTIPCSocketOptions.MessageImportance - Class in org.newsclub.net.unix.tipc
The TIPC message importance.
AFTIPCSocketPair<T> - Class in org.newsclub.net.unix.tipc
A pair of sockets.
AFTIPCTopologyEvent - Class in org.newsclub.net.unix.tipc
A TIPC topology event received by the AFTIPCTopologyWatcher as a result of an AFTIPCTopologySubscription.
AFTIPCTopologyEvent.Type - Class in org.newsclub.net.unix.tipc
Some TIPC error code.
AFTIPCTopologySubscription - Class in org.newsclub.net.unix.tipc
An "event subscription" to be used with AFTIPCTopologyWatcher.
AFTIPCTopologySubscription(int, int, int, AFTIPCTopologySubscription.Flags) - Constructor for class org.newsclub.net.unix.tipc.AFTIPCTopologySubscription
Creates a new subscription message that does not time out.
AFTIPCTopologySubscription(int, int, int, AFTIPCTopologySubscription.Flags, int) - Constructor for class org.newsclub.net.unix.tipc.AFTIPCTopologySubscription
Creates a new subscription message.
AFTIPCTopologySubscription(int, int, int, AFTIPCTopologySubscription.Flags, int, byte[]) - Constructor for class org.newsclub.net.unix.tipc.AFTIPCTopologySubscription
Creates a new subscription message.
AFTIPCTopologySubscription.Flags - Class in org.newsclub.net.unix.tipc
Some flags used in the subscription request.
AFTIPCTopologyWatcher - Class in org.newsclub.net.unix.tipc
Provides access to the TIPC topology service.
AFTIPCTopologyWatcher() - Constructor for class org.newsclub.net.unix.tipc.AFTIPCTopologyWatcher
Creates an AFTIPCTopologyWatcher whose subscription requests do not time out by default.
AFTIPCTopologyWatcher(int) - Constructor for class org.newsclub.net.unix.tipc.AFTIPCTopologyWatcher
Creates an AFTIPCTopologyWatcher whose subscription requests use the given default timeout.

B

bindOn(AFTIPCSocketAddress) - Static method in class org.newsclub.net.unix.tipc.AFTIPCServerSocket
Returns a new AF_TIPC ServerSocket that is bound to the given AFTIPCSocketAddress.
bindOn(AFTIPCSocketAddress, boolean) - Static method in class org.newsclub.net.unix.tipc.AFTIPCServerSocket
Returns a new AF_TIPC ServerSocket that is bound to the given AFSocketAddress.

C

cancelSubscription(AFTIPCTopologySubscription) - Method in class org.newsclub.net.unix.tipc.AFTIPCTopologyWatcher
Cancels a previously added service subscription.
close() - Method in class org.newsclub.net.unix.tipc.AFTIPCTopologyWatcher
Closes this instance.
combineWith(AFTIPCGroupRequest.GroupRequestFlags) - Method in class org.newsclub.net.unix.tipc.AFTIPCGroupRequest.GroupRequestFlags
Combines the given AFTIPCGroupRequest.GroupRequestFlags instance with another one.
combineWith(AFTIPCTopologySubscription.Flags) - Method in class org.newsclub.net.unix.tipc.AFTIPCTopologySubscription.Flags
Combines the given AFTIPCTopologySubscription.Flags instance with another one.
configure(AFTIPCSocket) - Method in class org.newsclub.net.unix.tipc.AFTIPCSocketFactory
Performs some optional configuration on a newly created socket.
connectTo(AFTIPCSocketAddress) - Static method in class org.newsclub.net.unix.tipc.AFTIPCSocket
Creates a new AFSocket and connects it to the given AFTIPCSocketAddress.
connectTo(AFTIPCSocketAddress) - Method in class org.newsclub.net.unix.tipc.AFTIPCSocketFactory
 
createSocket() - Method in class org.newsclub.net.unix.tipc.AFTIPCSocketFactory
 
CRITICAL - Static variable in class org.newsclub.net.unix.tipc.AFTIPCSocketOptions.MessageImportance
Critical importance.

E

equals(Object) - Method in class org.newsclub.net.unix.tipc.AFTIPCTopologyEvent
 
equals(Object) - Method in class org.newsclub.net.unix.tipc.AFTIPCTopologySubscription
 
equals(Object) - Method in class org.newsclub.net.unix.tipc.AFTIPCErrInfo
 

F

finalize() - Method in class org.newsclub.net.unix.tipc.AFTIPCTopologyWatcher
Deprecated.
forceBindOn(AFTIPCSocketAddress) - Static method in class org.newsclub.net.unix.tipc.AFTIPCServerSocket
Returns a new, unbound AF_TIPC ServerSocket that will always bind to the given address, regardless of any socket address used in a call to bind.

G

getAddress() - Method in class org.newsclub.net.unix.tipc.AFTIPCTopologyEvent
The corresponding socket address.
getChannel() - Method in class org.newsclub.net.unix.tipc.AFTIPCDatagramSocket
 
getChannel() - Method in class org.newsclub.net.unix.tipc.AFTIPCServerSocket
 
getChannel() - Method in class org.newsclub.net.unix.tipc.AFTIPCSocket
 
getDataLength() - Method in class org.newsclub.net.unix.tipc.AFTIPCErrInfo
The length of the corresponding data.
getDestName() - Method in class org.newsclub.net.unix.tipc.AFTIPCDatagramChannel
 
getDestName() - Method in class org.newsclub.net.unix.tipc.AFTIPCDatagramSocket
 
getDestName() - Method in class org.newsclub.net.unix.tipc.AFTIPCSocket
 
getDestName() - Method in class org.newsclub.net.unix.tipc.AFTIPCSocketChannel
 
getDestName() - Method in interface org.newsclub.net.unix.tipc.AFTIPCSocketExtensions
Returns the TIPC "DestName" information from the ancillary receive buffer (if any was set), or null if no DestName was retrieved.
getErrInfo() - Method in class org.newsclub.net.unix.tipc.AFTIPCDatagramChannel
 
getErrInfo() - Method in class org.newsclub.net.unix.tipc.AFTIPCDatagramSocket
 
getErrInfo() - Method in class org.newsclub.net.unix.tipc.AFTIPCSocket
 
getErrInfo() - Method in class org.newsclub.net.unix.tipc.AFTIPCSocketChannel
 
getErrInfo() - Method in interface org.newsclub.net.unix.tipc.AFTIPCSocketExtensions
Returns the TIPC "ErrInfo" information from the ancillary receive buffer (if any was set), or null if no error was retrieved.
getErrorCode() - Method in class org.newsclub.net.unix.tipc.AFTIPCErrInfo
Returns the error code.
getFlags() - Method in class org.newsclub.net.unix.tipc.AFTIPCGroupRequest
Returns the group request flags.
getFlags() - Method in class org.newsclub.net.unix.tipc.AFTIPCTopologySubscription
Returns the flags.
getFoundLower() - Method in class org.newsclub.net.unix.tipc.AFTIPCTopologyEvent
The found range's lower value.
getFoundUpper() - Method in class org.newsclub.net.unix.tipc.AFTIPCTopologyEvent
The found range's upper value.
getInstance() - Method in class org.newsclub.net.unix.tipc.AFTIPCGroupRequest
Returns the group instance.
getInstance() - Static method in class org.newsclub.net.unix.tipc.AFTIPCSelectorProvider
Returns the singleton instance.
getLinkName() - Method in class org.newsclub.net.unix.tipc.AFTIPCTopologyEvent
Returns the link name for a link state event requested by AFTIPCTopologySubscription.TIPC_LINK_STATE or AFTIPCTopologyWatcher.addLinkStateSubscription().
getLinkName(int, int) - Static method in class org.newsclub.net.unix.tipc.AFTIPCSocket
Retrieves the link name given a node hash and a bearer ID.
getLower() - Method in class org.newsclub.net.unix.tipc.AFTIPCDestName
Returns the "lower" value of the service range (or the service "instance" if identical to the upper value).
getLower() - Method in class org.newsclub.net.unix.tipc.AFTIPCTopologySubscription
Returns the lower instance value.
getNodeIdentity(int) - Static method in class org.newsclub.net.unix.tipc.AFTIPCSocket
Retrieves the 16-byte node ID given a node hash.
getNodeIdentity(AFTIPCSocketAddress) - Method in class org.newsclub.net.unix.tipc.AFTIPCSocket
Retrieves the TIPC node identity given the node hash of the given address.
getNodeIdHexString(int) - Static method in class org.newsclub.net.unix.tipc.AFTIPCSocket
Retrieves the node ID given a node hash, as a hexadecimal string.
getOption(SocketOption<T>) - Method in class org.newsclub.net.unix.tipc.AFTIPCDatagramSocket
 
getScope() - Method in class org.newsclub.net.unix.tipc.AFTIPCGroupRequest
Returns the group scope.
getSubscription() - Method in class org.newsclub.net.unix.tipc.AFTIPCTopologyEvent
The corresponding subscription that found this event.
getTimeout() - Method in class org.newsclub.net.unix.tipc.AFTIPCTopologySubscription
Returns the timeout, in seconds (or AFTIPCTopologySubscription.TIPC_WAIT_FOREVER for "never timeout").
getType() - Method in class org.newsclub.net.unix.tipc.AFTIPCDestName
Returns the "type" value.
getType() - Method in class org.newsclub.net.unix.tipc.AFTIPCGroupRequest
Returns the group type.
getType() - Method in class org.newsclub.net.unix.tipc.AFTIPCTopologyEvent
The event type.
getType() - Method in class org.newsclub.net.unix.tipc.AFTIPCTopologySubscription
Returns the service type.
getUpper() - Method in class org.newsclub.net.unix.tipc.AFTIPCDestName
Returns the "upper" value of the service range (or the service "instance" if identical to the lower value).
getUpper() - Method in class org.newsclub.net.unix.tipc.AFTIPCTopologySubscription
Returns the upper instance value.
getUsrHandle() - Method in class org.newsclub.net.unix.tipc.AFTIPCTopologySubscription
Returns the 8-byte user handle.
GROUP_LOOPBACK - Static variable in class org.newsclub.net.unix.tipc.AFTIPCGroupRequest.GroupRequestFlags
Receive copies of sent messages.
GROUP_MEMBER_EVTS - Static variable in class org.newsclub.net.unix.tipc.AFTIPCGroupRequest.GroupRequestFlags
Receive membership events.

H

hashCode() - Method in class org.newsclub.net.unix.tipc.AFTIPCErrInfo
 
hashCode() - Method in class org.newsclub.net.unix.tipc.AFTIPCTopologyEvent
 
hashCode() - Method in class org.newsclub.net.unix.tipc.AFTIPCTopologySubscription
 
HIGH - Static variable in class org.newsclub.net.unix.tipc.AFTIPCSocketOptions.MessageImportance
High importance.

I

isCancellation() - Method in class org.newsclub.net.unix.tipc.AFTIPCTopologySubscription
Returns true iff the subscription has the AFTIPCTopologySubscription.Flags.TIPC_SUB_CANCEL flag set.
isCancellationRequest() - Method in class org.newsclub.net.unix.tipc.AFTIPCTopologyEvent
Returns true iff the corresponding subscription has the AFTIPCTopologySubscription.Flags.TIPC_SUB_CANCEL flag set.
isPort() - Method in class org.newsclub.net.unix.tipc.AFTIPCTopologyEvent
Returns true iff the corresponding subscription has the AFTIPCTopologySubscription.Flags.TIPC_SUB_PORTS flag set.
isPort() - Method in class org.newsclub.net.unix.tipc.AFTIPCTopologySubscription
Returns true iff the subscription has the AFTIPCTopologySubscription.Flags.TIPC_SUB_PORTS flag set.
isPublished() - Method in class org.newsclub.net.unix.tipc.AFTIPCTopologyEvent
Returns true iff the event type is AFTIPCTopologyEvent.Type.TIPC_PUBLISHED.
isRunning() - Method in class org.newsclub.net.unix.tipc.AFTIPCTopologyWatcher
Checks if the watcher run loop is running.
isService() - Method in class org.newsclub.net.unix.tipc.AFTIPCTopologyEvent
Returns true iff the corresponding subscription has the AFTIPCTopologySubscription.Flags.TIPC_SUB_SERVICE flag set.
isService() - Method in class org.newsclub.net.unix.tipc.AFTIPCTopologySubscription
Returns true iff the subscription has the AFTIPCTopologySubscription.Flags.TIPC_SUB_SERVICE flag set.
isServiceRange() - Method in class org.newsclub.net.unix.tipc.AFTIPCDestName
Checks if this DestName describes a service range (as opposed to a service) address.
isSupported() - Static method in class org.newsclub.net.unix.tipc.AFTIPCSocket
Returns true iff AFTIPCSockets (sockets of type "AF_TIPC") are supported by the current Java VM and the kernel.
isTimeout() - Method in class org.newsclub.net.unix.tipc.AFTIPCTopologyEvent
Returns true iff the event type is AFTIPCTopologyEvent.Type.TIPC_SUBSCR_TIMEOUT.
isWithdrawn() - Method in class org.newsclub.net.unix.tipc.AFTIPCTopologyEvent
Returns true iff the event type is AFTIPCTopologyEvent.Type.TIPC_WITHDRAWN.

L

LOW - Static variable in class org.newsclub.net.unix.tipc.AFTIPCSocketOptions.MessageImportance
Low importance (the default).

M

main(String[]) - Static method in class org.newsclub.net.unix.tipc.AFTIPCSocket
Very basic self-test function.
MEDIUM - Static variable in class org.newsclub.net.unix.tipc.AFTIPCSocketOptions.MessageImportance
Medium importance.

N

newChannel() - Method in class org.newsclub.net.unix.tipc.AFTIPCDatagramSocket
 
newChannel() - Method in class org.newsclub.net.unix.tipc.AFTIPCServerSocket
 
newChannel() - Method in class org.newsclub.net.unix.tipc.AFTIPCSocket
 
newDatagramSocketInstance() - Method in class org.newsclub.net.unix.tipc.AFTIPCDatagramSocket
 
newImpl(FileDescriptor) - Method in class org.newsclub.net.unix.tipc.AFTIPCServerSocket
 
newInstance() - Static method in class org.newsclub.net.unix.tipc.AFTIPCDatagramSocket
Returns a new AFTIPCDatagramSocket instance, using the default AFSocketType.SOCK_DGRAM socket type.
newInstance() - Static method in class org.newsclub.net.unix.tipc.AFTIPCServerSocket
Returns a new, unbound AF_TIPC ServerSocket.
newInstance() - Static method in class org.newsclub.net.unix.tipc.AFTIPCSocket
Creates a new, unbound AFSocket.
newInstance(AFSocketType) - Static method in class org.newsclub.net.unix.tipc.AFTIPCDatagramSocket
Returns a new AFTIPCDatagramSocket instance for the given socket type.
newSocket() - Method in class org.newsclub.net.unix.tipc.AFTIPCSelectorProvider
 
newSocketInstance() - Method in class org.newsclub.net.unix.tipc.AFTIPCServerSocket
 
newSocketPair(P, P) - Method in class org.newsclub.net.unix.tipc.AFTIPCSelectorProvider
Constructs a new socket pair from two sockets.
newStrictInstance() - Static method in class org.newsclub.net.unix.tipc.AFTIPCSocket
Creates a new, unbound, "strict" AFSocket.
NONE - Static variable in class org.newsclub.net.unix.tipc.AFTIPCGroupRequest.GroupRequestFlags
No flags set.
NONE - Static variable in class org.newsclub.net.unix.tipc.AFTIPCGroupRequest
"No group".
NONE - Static variable in class org.newsclub.net.unix.tipc.AFTIPCTopologySubscription.Flags
No flags set.

O

ofValue(int) - Static method in class org.newsclub.net.unix.tipc.AFTIPCErrInfo.ErrorCode
Returns an AFTIPCErrInfo.ErrorCode instance given an integer.
ofValue(int) - Static method in class org.newsclub.net.unix.tipc.AFTIPCGroupRequest.GroupRequestFlags
Returns a AFTIPCGroupRequest.GroupRequestFlags instance given an integer value.
ofValue(int) - Static method in class org.newsclub.net.unix.tipc.AFTIPCSocketOptions.MessageImportance
Returns a AFTIPCSocketOptions.MessageImportance instance for the given value.
ofValue(int) - Static method in class org.newsclub.net.unix.tipc.AFTIPCTopologyEvent.Type
Returns an AFTIPCTopologyEvent.Type instance given an integer.
ofValue(int) - Static method in class org.newsclub.net.unix.tipc.AFTIPCTopologySubscription.Flags
Returns a AFTIPCTopologySubscription.Flags instance given an integer value.
onClose() - Method in class org.newsclub.net.unix.tipc.AFTIPCTopologyWatcher
onEvent(AFTIPCTopologyEvent) - Method in class org.newsclub.net.unix.tipc.AFTIPCTopologyWatcher
Called for every event encountered by the run loop.
open() - Static method in class org.newsclub.net.unix.tipc.AFTIPCDatagramChannel
Opens a datagram channel.
open() - Static method in class org.newsclub.net.unix.tipc.AFTIPCServerSocketChannel
Opens a server-socket channel.
open() - Static method in class org.newsclub.net.unix.tipc.AFTIPCSocketChannel
Opens a datagram channel.
open() - Static method in class org.newsclub.net.unix.tipc.AFTIPCSocketPair
Opens a socket pair of interconnected channels.
open(ProtocolFamily) - Static method in class org.newsclub.net.unix.tipc.AFTIPCDatagramChannel
Opens a datagram channel.
openDatagram() - Static method in class org.newsclub.net.unix.tipc.AFTIPCSocketPair
Opens a socket pair of interconnected datagram channels.
openDatagramChannel() - Method in enum class org.newsclub.net.unix.tipc.AFTIPCProtocolFamily
 
openDatagramChannel() - Method in class org.newsclub.net.unix.tipc.AFTIPCSelectorProvider
 
openDatagramChannel(ProtocolFamily) - Method in class org.newsclub.net.unix.tipc.AFTIPCSelectorProvider
 
openDatagramChannel(AFSocketType) - Method in class org.newsclub.net.unix.tipc.AFTIPCSelectorProvider
 
openDatagramChannelPair() - Method in class org.newsclub.net.unix.tipc.AFTIPCSelectorProvider
 
openDatagramChannelPair(AFSocketType) - Method in class org.newsclub.net.unix.tipc.AFTIPCSelectorProvider
 
openServerSocketChannel() - Method in enum class org.newsclub.net.unix.tipc.AFTIPCProtocolFamily
 
openServerSocketChannel() - Method in class org.newsclub.net.unix.tipc.AFTIPCSelectorProvider
 
openServerSocketChannel(SocketAddress) - Method in class org.newsclub.net.unix.tipc.AFTIPCSelectorProvider
 
openSocketChannel() - Method in enum class org.newsclub.net.unix.tipc.AFTIPCProtocolFamily
 
openSocketChannel() - Method in class org.newsclub.net.unix.tipc.AFTIPCSelectorProvider
 
openSocketChannel(SocketAddress) - Method in class org.newsclub.net.unix.tipc.AFTIPCSelectorProvider
 
openSocketChannelPair() - Method in class org.newsclub.net.unix.tipc.AFTIPCSelectorProvider
 
org.newsclub.net.unix.tipc - module org.newsclub.net.unix.tipc
The junixsocket implementation for AF_TIPC sockets.
org.newsclub.net.unix.tipc - package org.newsclub.net.unix.tipc
The junixsocket implementation for AF_TIPC sockets.

P

protocolFamily() - Method in class org.newsclub.net.unix.tipc.AFTIPCSelectorProvider
 
provider() - Static method in class org.newsclub.net.unix.tipc.AFTIPCSelectorProvider
Returns the singleton instance.

R

runLoop() - Method in class org.newsclub.net.unix.tipc.AFTIPCTopologyWatcher
Runs a receive loop until AFTIPCTopologyWatcher.stopLoop() or AFTIPCTopologyWatcher.close() is called.

S

sendMessage(AFTIPCTopologySubscription) - Method in class org.newsclub.net.unix.tipc.AFTIPCTopologyWatcher
Sends a manually crafted subscription message to the TIPC topology server.
ServiceAddress(int, int) - Constructor for class org.newsclub.net.unix.tipc.AFTIPCSocketFactory.ServiceAddress
Creates an AFTIPCSocketFactory that always uses the given TIPC service type and instance, implying cluster scope.
setOption(SocketOption<T>, T) - Method in class org.newsclub.net.unix.tipc.AFTIPCDatagramSocket
 
stopLoop() - Method in class org.newsclub.net.unix.tipc.AFTIPCTopologyWatcher
Stops the run loop.

T

TIPC - Enum constant in enum class org.newsclub.net.unix.tipc.AFTIPCProtocolFamily
TIPC.
TIPC_CONN_TIMEOUT - Static variable in class org.newsclub.net.unix.tipc.AFTIPCSocketOptions
Specifies the number of milliseconds connect() will wait before giving up because of lack of response.
TIPC_DEST_DROPPABLE - Static variable in class org.newsclub.net.unix.tipc.AFTIPCSocketOptions
This option governs the handling of a sent message if it cannot be delivered to its destination.
TIPC_ERR_CONN_SHUTDOWN - Static variable in class org.newsclub.net.unix.tipc.AFTIPCErrInfo.ErrorCode
Normal connection shutdown occurred.
TIPC_ERR_NO_NAME - Static variable in class org.newsclub.net.unix.tipc.AFTIPCErrInfo.ErrorCode
Destination port name is unknown.
TIPC_ERR_NO_NODE - Static variable in class org.newsclub.net.unix.tipc.AFTIPCErrInfo.ErrorCode
Destination node is unreachable.
TIPC_ERR_NO_PORT - Static variable in class org.newsclub.net.unix.tipc.AFTIPCErrInfo.ErrorCode
Destination port id does not exist.
TIPC_ERR_OVERLOAD - Static variable in class org.newsclub.net.unix.tipc.AFTIPCErrInfo.ErrorCode
Destination is congested.
TIPC_GROUP_JOIN - Static variable in class org.newsclub.net.unix.tipc.AFTIPCSocketOptions
Join a communication group.
TIPC_GROUP_LEAVE - Static variable in class org.newsclub.net.unix.tipc.AFTIPCSocketOptions
Leave the previously joined communication group.
TIPC_IMPORTANCE - Static variable in class org.newsclub.net.unix.tipc.AFTIPCSocketOptions
This option governs how likely a message sent by the socket is to be affected by congestion.
TIPC_LINK_STATE - Static variable in class org.newsclub.net.unix.tipc.AFTIPCTopologySubscription
The "link state" cluster connectivity monitor mode.
TIPC_MAX_USER_MSG_SIZE - Static variable in class org.newsclub.net.unix.tipc.AFTIPCDatagramSocket
The maximum size for user messages.
TIPC_MCAST_BROADCAST - Static variable in class org.newsclub.net.unix.tipc.AFTIPCSocketOptions
Force datagram multicasts from this socket to be transmitted as bearer broadcast/multicast (instead of replicated unicast) whenever possible..
TIPC_MCAST_REPLICAST - Static variable in class org.newsclub.net.unix.tipc.AFTIPCSocketOptions
Force datagram multicasts from this socket to be transmitted as replicated unicast instead of bearer broadcast/multicast..
TIPC_NODE_RECVQ_DEPTH - Static variable in class org.newsclub.net.unix.tipc.AFTIPCSocketOptions
Returns the number of messages in the node's receive queue (get only).
TIPC_NODE_STATE - Static variable in class org.newsclub.net.unix.tipc.AFTIPCTopologySubscription
The "node state" cluster topology monitor mode.
TIPC_NODELAY - Static variable in class org.newsclub.net.unix.tipc.AFTIPCSocketOptions
If enabled, the Nagle algorithm is disabled.
TIPC_OK - Static variable in class org.newsclub.net.unix.tipc.AFTIPCErrInfo.ErrorCode
No error.
TIPC_PUBLISHED - Static variable in class org.newsclub.net.unix.tipc.AFTIPCTopologyEvent.Type
Publication event.
TIPC_SOCK_RECVQ_DEPTH - Static variable in class org.newsclub.net.unix.tipc.AFTIPCSocketOptions
Returns the number of messages in the socket's receive queue (get only).
TIPC_SOCK_RECVQ_USED - Static variable in class org.newsclub.net.unix.tipc.AFTIPCSocketOptions
When using TIPC_SOCK_RECVQ_DEPTH for getsockopt(), it returns the number of buffers in the receive socket buffer which is not so helpful for user space applications.
TIPC_SRC_DROPPABLE - Static variable in class org.newsclub.net.unix.tipc.AFTIPCSocketOptions
Controls whether a message should be discarded when link congestion occurs.
TIPC_SUB_CANCEL - Static variable in class org.newsclub.net.unix.tipc.AFTIPCTopologySubscription.Flags
Cancel a subscription.
TIPC_SUB_PORTS - Static variable in class org.newsclub.net.unix.tipc.AFTIPCTopologySubscription.Flags
Event at each match.
TIPC_SUB_SERVICE - Static variable in class org.newsclub.net.unix.tipc.AFTIPCTopologySubscription.Flags
Event at first up/last down.
TIPC_SUBSCR_TIMEOUT - Static variable in class org.newsclub.net.unix.tipc.AFTIPCTopologyEvent.Type
Subscription timeout event.
TIPC_WAIT_FOREVER - Static variable in class org.newsclub.net.unix.tipc.AFTIPCTopologySubscription
Special timeout value meaning "never timeout".
TIPC_WITHDRAWN - Static variable in class org.newsclub.net.unix.tipc.AFTIPCTopologyEvent.Type
Withdrawal event.
toBuffer() - Method in class org.newsclub.net.unix.tipc.AFTIPCTopologyEvent
Converts this event message to a new ByteBuffer.
toBuffer() - Method in class org.newsclub.net.unix.tipc.AFTIPCTopologySubscription
Converts this subscription message to a new ByteBuffer.
toCancellation() - Method in class org.newsclub.net.unix.tipc.AFTIPCTopologySubscription
Creates an AFTIPCTopologySubscription that cancels this subscription.
toSocketAddress(AFTIPCSocketAddress.Scope, boolean) - Method in class org.newsclub.net.unix.tipc.AFTIPCDestName
Converts this DestName to a proper AFTIPCSocketAddress, by using the given AFTIPCSocketAddress.Scope (which is otherwise not included).
toString() - Method in class org.newsclub.net.unix.tipc.AFTIPCErrInfo
 
toString() - Method in class org.newsclub.net.unix.tipc.AFTIPCGroupRequest
 
toString() - Method in class org.newsclub.net.unix.tipc.AFTIPCTopologyEvent
 
toString() - Method in class org.newsclub.net.unix.tipc.AFTIPCTopologySubscription
 

U

UNDEFINED - Static variable in class org.newsclub.net.unix.tipc.AFTIPCTopologyEvent.Type
Undefined.

V

valueOf(String) - Static method in enum class org.newsclub.net.unix.tipc.AFTIPCProtocolFamily
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.newsclub.net.unix.tipc.AFTIPCProtocolFamily
Returns an array containing the constants of this enum class, in the order they are declared.
VOID - Static variable in class org.newsclub.net.unix.tipc.AFTIPCSocketOptions
Use as value for SocketOptions of type Void.

W

with(int, int, AFTIPCSocketAddress.Scope, AFTIPCGroupRequest.GroupRequestFlags) - Static method in class org.newsclub.net.unix.tipc.AFTIPCGroupRequest
Returns an AFTIPCGroupRequest instance using the given parameters.
with(int, int, AFTIPCGroupRequest.GroupRequestFlags) - Static method in class org.newsclub.net.unix.tipc.AFTIPCGroupRequest
Returns an AFTIPCGroupRequest instance using the given parameters, implying cluster scope.
withFlags(AFTIPCGroupRequest.GroupRequestFlags...) - Static method in class org.newsclub.net.unix.tipc.AFTIPCGroupRequest.GroupRequestFlags
Returns a AFTIPCGroupRequest.GroupRequestFlags instance representing the combination of the given list of AFTIPCGroupRequest.GroupRequestFlags flags.
withFlags(AFTIPCTopologySubscription.Flags...) - Static method in class org.newsclub.net.unix.tipc.AFTIPCTopologySubscription.Flags
Returns a AFTIPCTopologySubscription.Flags instance representing the combination of the given list of AFTIPCTopologySubscription.Flags flags.
A B C E F G H I L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form