- activeHandler - Variable in class org.zeromq.jzmq.bstar.BinaryStarReactorBuilder.Spec
-
- addBuffer(ByteBuffer) - Method in class org.zeromq.api.Message
-
Add a frame containing bytes in the given Buffer to the end of the list.
- addByte(byte) - Method in class org.zeromq.api.Message
-
Add a frame containing a byte
to the end of the list.
- addBytes(byte[]) - Method in class org.zeromq.api.Message
-
Add a frame containing the given bytes to the end of the list.
- addClobs(List<String>) - Method in class org.zeromq.api.Message
-
Add a frame containing a List of String values to the end of the list.
- addEmptyFrame() - Method in class org.zeromq.api.Message
-
Add an empty frame to the end of the list.
- addFrame(Message.Frame) - Method in class org.zeromq.api.Message
-
Add a frame to the end of the list.
- addFrames(List<Message.Frame>) - Method in class org.zeromq.api.Message
-
Add the given frames to the end of the list.
- addFrames(Message) - Method in class org.zeromq.api.Message
-
Add all frames from the given Message to the end of the list.
- addInt(int) - Method in class org.zeromq.api.Message
-
Add a frame containing an int
value to the end of the list.
- addLong(long) - Method in class org.zeromq.api.Message
-
Add a frame containing a long
value to the end of the list.
- addMap(Map<String, String>) - Method in class org.zeromq.api.Message
-
Add a frame containing a Map of String pairs to the end of the list.
- addPollable(Pollable, LoopHandler) - Method in interface org.zeromq.api.Reactor
-
Add a new Pollable to this Reactor.
- addPollable(Pollable, LoopHandler) - Method in class org.zeromq.jzmq.reactor.ReactorImpl
-
- addShort(short) - Method in class org.zeromq.api.Message
-
Add a frame containing a short
value to the end of the list.
- addString(String) - Method in class org.zeromq.api.Message
-
Add a frame containing a String value to the end of the list.
- addStrings(List<String>) - Method in class org.zeromq.api.Message
-
Add a frame containing a List of String values to the end of the list.
- addTimer(long, int, LoopHandler) - Method in interface org.zeromq.api.Reactor
-
Add a new ReactorTimer to this Reactor.
- addTimer(long, int, LoopHandler) - Method in class org.zeromq.jzmq.reactor.ReactorImpl
-
- asRoutable() - Method in class org.zeromq.jzmq.sockets.SocketBuilder
-
Coerce the SocketBuilder to be Routable.
- asSubscribable() - Method in class org.zeromq.jzmq.sockets.SocketBuilder
-
Coerce the SocketBuilder to be Subscribable.
- backend - Variable in class org.zeromq.jzmq.device.DeviceBuilder.Spec
-
- Backgroundable - Interface in org.zeromq.api
-
Capable of running in a background thread.
- backgroundable - Variable in class org.zeromq.jzmq.sockets.SocketBuilder.SocketSpec
-
- backupAddress - Variable in class org.zeromq.jzmq.clone.CloneClientBuilder.Spec
-
- backupAddress - Variable in class org.zeromq.jzmq.clone.CloneServerBuilder.Spec
-
- backupBstarPort - Variable in class org.zeromq.jzmq.clone.CloneServerBuilder.Spec
-
- backupPort - Variable in class org.zeromq.jzmq.clone.CloneClientBuilder.Spec
-
- backupPort - Variable in class org.zeromq.jzmq.clone.CloneServerBuilder.Spec
-
- beacon - Variable in class org.zeromq.jzmq.beacon.BeaconReactorBuilder.Spec
-
- BEACON_SIZE - Static variable in class org.zeromq.api.UdpBeacon
-
- BeaconListener - Interface in org.zeromq.api
-
Listener to handle beacon events sent via UDP.
- BeaconReactor - Interface in org.zeromq.api
-
An event-driven reactor for discovery beacons.
- BeaconReactorBuilder - Class in org.zeromq.jzmq.beacon
-
- BeaconReactorBuilder(ManagedContext) - Constructor for class org.zeromq.jzmq.beacon.BeaconReactorBuilder
-
- BeaconReactorBuilder.Spec - Class in org.zeromq.jzmq.beacon
-
- BeaconReactorImpl - Class in org.zeromq.jzmq.beacon
-
- BeaconReactorImpl(ManagedContext, int, UdpBeacon) - Constructor for class org.zeromq.jzmq.beacon.BeaconReactorImpl
-
- BinaryStarReactor - Interface in org.zeromq.api
-
Reactor implementing the Binary Star pattern, used to construct HA-pairs
that can forward messages to an application in an event-driven manner.
- BinaryStarReactor.Event - Enum in org.zeromq.api
-
Events, which start with the states our peer can be in.
- BinaryStarReactor.Mode - Enum in org.zeromq.api
-
Startup modes.
- BinaryStarReactor.State - Enum in org.zeromq.api
-
States we can be in at any point in time.
- BinaryStarReactorBuilder - Class in org.zeromq.jzmq.bstar
-
- BinaryStarReactorBuilder(ManagedContext) - Constructor for class org.zeromq.jzmq.bstar.BinaryStarReactorBuilder
-
- BinaryStarReactorBuilder.Spec - Class in org.zeromq.jzmq.bstar
-
- BinaryStarReactorImpl - Class in org.zeromq.jzmq.bstar
-
- BinaryStarReactorImpl(ManagedContext, BinaryStarReactor.Mode, String, String) - Constructor for class org.zeromq.jzmq.bstar.BinaryStarReactorImpl
-
- BinaryStarSocketBuilder - Class in org.zeromq.jzmq.bstar
-
- BinaryStarSocketBuilder(ManagedContext) - Constructor for class org.zeromq.jzmq.bstar.BinaryStarSocketBuilder
-
- BinaryStarSocketBuilder.Spec - Class in org.zeromq.jzmq.bstar
-
- bind(String) - Method in interface org.zeromq.api.Bindable
-
Bind to a url.
- bind(String, String...) - Method in interface org.zeromq.api.Bindable
-
Bind to a url.
- bind(String, String...) - Method in class org.zeromq.jzmq.bstar.BinaryStarSocketBuilder
-
- bind(String, String...) - Method in class org.zeromq.jzmq.sockets.RouterSocketBuilder
-
- bind(String) - Method in class org.zeromq.jzmq.sockets.SocketBuilder
-
Bind to a url.
- bind(String, String...) - Method in class org.zeromq.jzmq.sockets.SocketBuilder
-
- bind(ZMQ.Socket, String, String[]) - Method in class org.zeromq.jzmq.sockets.SocketBuilder
-
- bind(String, String...) - Method in class org.zeromq.jzmq.sockets.SubSocketBuilder
-
- bind(SocketType, String) - Static method in class org.zeromq.Sockets
-
Create a ØMQ Socket and bind it to a given url.
- Bindable - Interface in org.zeromq.api
-
Used to create sockets capable of binding to local endpoints.
- BLANK - Static variable in class org.zeromq.api.RoutedMessage.Route
-
- Broadcastable - Interface in org.zeromq.api
-
- broadcastInterval - Variable in class org.zeromq.jzmq.beacon.BeaconReactorBuilder.Spec
-
- BSTAR_HEARTBEAT - Static variable in interface org.zeromq.api.BinaryStarReactor
-
We send state information this often.
- build() - Method in class org.zeromq.api.Message.FrameBuilder
-
Build a frame containing the data in the underlying buffer.
- build() - Method in class org.zeromq.jzmq.beacon.BeaconReactorBuilder
-
- build() - Method in class org.zeromq.jzmq.bstar.BinaryStarReactorBuilder
-
- build() - Method in class org.zeromq.jzmq.clone.CloneClientBuilder
-
- build() - Method in class org.zeromq.jzmq.clone.CloneServerBuilder
-
- build() - Method in class org.zeromq.jzmq.poll.PollerBuilder
-
- build() - Method in class org.zeromq.jzmq.reactor.ReactorBuilder
-
- buildBeaconReactor() - Method in interface org.zeromq.api.Context
-
Create a new BeaconReactor, which will send and receive UDP beacons
on a broadcast address, with event-driven handling of received beacons.
- buildBeaconReactor() - Method in class org.zeromq.jzmq.ManagedContext
-
- buildBeaconReactor() - Static method in class org.zeromq.Patterns
-
Create a new BeaconReactor, which will send and receive UDP beacons
on a broadcast address, with event-driven handling of received beacons.
- buildBinaryStarReactor() - Method in interface org.zeromq.api.Context
-
Create a new BinaryStarReactor, which will create one half of an HA-pair
with event-driven polling of a client Socket.
- buildBinaryStarReactor() - Method in class org.zeromq.jzmq.ManagedContext
-
- buildBinaryStarReactor() - Static method in class org.zeromq.Patterns
-
Create a new BinaryStarReactor, which will create one half of an HA-pair
with event-driven polling of a client Socket.
- buildBinaryStarSocket() - Method in interface org.zeromq.api.Context
-
Create a ØMQ Socket, backed by a background agent that is connecting
to a BinaryStarReactor HA-pair.
- buildBinaryStarSocket() - Method in class org.zeromq.jzmq.ManagedContext
-
- buildBinaryStarSocket() - Static method in class org.zeromq.Patterns
-
Create a ØMQ Socket, backed by a background agent that is connecting
to a BinaryStarReactor HA-pair.
- buildCloneClient() - Method in interface org.zeromq.api.Context
-
Create a new CloneClient, connected to an HA-pair, for publishing key/value data
to anonymous peers.
- buildCloneClient() - Method in class org.zeromq.jzmq.ManagedContext
-
- buildCloneClient() - Static method in class org.zeromq.Patterns
-
Create a new CloneClient, connected to an HA-pair, for publishing key/value data
to anonymous peers.
- buildCloneServer() - Method in interface org.zeromq.api.Context
-
Create a new CloneServer, which will create one half of an HA-pair
for distributing key/value data to clients.
- buildCloneServer() - Method in class org.zeromq.jzmq.ManagedContext
-
- buildCloneServer() - Static method in class org.zeromq.Patterns
-
Create a new CloneServer, which will create one half of an HA-pair
for distributing key/value data to clients.
- buildDevice(DeviceType) - Method in interface org.zeromq.api.Context
-
Create a ØMQ Device of type DeviceType, which will bridge two networks
together using patterns for specific SocketTypes.
- buildDevice(DeviceType) - Method in class org.zeromq.jzmq.ManagedContext
-
- buildPoller() - Method in interface org.zeromq.api.Context
-
Create a new Poller, which will allow callback-based polling of Sockets.
- buildPoller() - Method in class org.zeromq.jzmq.ManagedContext
-
- buildPoller() - Static method in class org.zeromq.Sockets
-
Create a builder capable of constructing a ØMQ Poller.
- buildReactor() - Method in interface org.zeromq.api.Context
-
Create a new Reactor, which will allow event-driven and timer-based
polling of Sockets.
- buildReactor() - Method in class org.zeromq.jzmq.ManagedContext
-
- buildReactor() - Static method in class org.zeromq.Sockets
-
Create a builder capable of constructing a ØMQ Reactor.
- buildSocket(SocketType) - Method in interface org.zeromq.api.Context
-
Create a ØMQ Socket of type SocketType
- buildSocket(SocketType) - Method in class org.zeromq.jzmq.ManagedContext
-
- buildSocket(SocketType) - Static method in class org.zeromq.Sockets
-
Create a builder capable of constructing ØMQ Sockets of the given socket type.
- cancel(LoopHandler) - Method in interface org.zeromq.api.Reactor
-
Cancel an existing Pollable or ReactorTimer and remove the corresponding
LoopHandler from executing.
- cancel(LoopHandler) - Method in class org.zeromq.jzmq.reactor.ReactorImpl
-
- CHARSET - Static variable in class org.zeromq.api.Message
-
Default charset, to be customized by the application, or set via property.
- CloneClient - Interface in org.zeromq.api
-
An API client implementing the CHP (Clustered Hashmap Protocol), which will
communicate via an agent (background thread) with a pair of stateful servers
using the Binary Star Pattern.
- CloneClientAgent - Class in org.zeromq.jzmq.clone
-
- CloneClientAgent(ManagedContext, long) - Constructor for class org.zeromq.jzmq.clone.CloneClientAgent
-
- CloneClientBuilder - Class in org.zeromq.jzmq.clone
-
- CloneClientBuilder(ManagedContext) - Constructor for class org.zeromq.jzmq.clone.CloneClientBuilder
-
- CloneClientBuilder.Spec - Class in org.zeromq.jzmq.clone
-
- CloneClientImpl - Class in org.zeromq.jzmq.clone
-
- CloneClientImpl(ManagedContext, long) - Constructor for class org.zeromq.jzmq.clone.CloneClientImpl
-
- CloneServer - Interface in org.zeromq.api
-
A service interface for a server implementing CHP (Clustered Hashmap Protocol).
- CloneServerBuilder - Class in org.zeromq.jzmq.clone
-
- CloneServerBuilder(ManagedContext) - Constructor for class org.zeromq.jzmq.clone.CloneServerBuilder
-
- CloneServerBuilder.Spec - Class in org.zeromq.jzmq.clone
-
- CloneServerImpl - Class in org.zeromq.jzmq.clone
-
- CloneServerImpl(ManagedContext, BinaryStarReactor.Mode, String, int, int, int, int) - Constructor for class org.zeromq.jzmq.clone.CloneServerImpl
-
- close() - Method in interface org.zeromq.api.CloneClient
-
Destroy this client.
- close() - Method in interface org.zeromq.api.Context
-
Close the context and any open sockets.
- close() - Method in interface org.zeromq.api.Socket
-
Close this ØMQ Socket.
- close() - Method in class org.zeromq.jzmq.clone.CloneClientImpl
-
- close() - Method in class org.zeromq.jzmq.ManagedContext
-
- close() - Method in class org.zeromq.jzmq.ManagedSocket
-
- close() - Method in class org.zeromq.jzmq.UdpSocket
-
Close the socket.
- connect(String, int) - Method in interface org.zeromq.api.CloneClient
-
Connect to a new server endpoint.
- connect(String) - Method in interface org.zeromq.api.Connectable
-
Connect to a url.
- connect(String, String...) - Method in interface org.zeromq.api.Connectable
-
Connect to a url.
- connect(String, String...) - Method in class org.zeromq.jzmq.bstar.BinaryStarSocketBuilder
-
- connect(String, int) - Method in class org.zeromq.jzmq.clone.CloneClientImpl
-
- connect(String, String...) - Method in class org.zeromq.jzmq.sockets.RouterSocketBuilder
-
- connect(String) - Method in class org.zeromq.jzmq.sockets.SocketBuilder
-
Connect to a url.
- connect(String, String...) - Method in class org.zeromq.jzmq.sockets.SocketBuilder
-
- connect(ZMQ.Socket, String, String[]) - Method in class org.zeromq.jzmq.sockets.SocketBuilder
-
- connect(String, String...) - Method in class org.zeromq.jzmq.sockets.SubSocketBuilder
-
- connect(SocketType, String) - Static method in class org.zeromq.Sockets
-
Create a ØMQ Socket and connect it to a given url.
- Connectable - Interface in org.zeromq.api
-
Used to create sockets capable of connecting to remote endpoints.
- Context - Interface in org.zeromq.api
-
A ØMQ context is thread safe and may be shared among as many application threads as necessary, without any additional
locking required on the part of the caller.
- context() - Static method in class org.zeromq.ContextFactory
-
Retrieve the singleton instance of a ØMQ Context.
- context - Variable in class org.zeromq.jzmq.sockets.SocketBuilder
-
- ContextFactory - Class in org.zeromq
-
Factory containing utility methods for managing instances of a ØMQ Context.
- ContextTerminatedException - Exception in org.zeromq.api.exception
-
Thrown to indicate the context has been terminated.
- ContextTerminatedException(String, ZMQException) - Constructor for exception org.zeromq.api.exception.ContextTerminatedException
-
Constructor, with ZMQException cause.
- ContextTerminatedException(ZMQException) - Constructor for exception org.zeromq.api.exception.ContextTerminatedException
-
Constructor, with ZMQException cause.
- create() - Method in class org.zeromq.jzmq.poll.PollerBuilder
-
Deprecated.
- createBindableSocketWithStandardSettings() - Method in class org.zeromq.jzmq.sockets.SocketBuilder
-
- createConnectableSocketWithStandardSettings() - Method in class org.zeromq.jzmq.sockets.SocketBuilder
-
- createContext(int) - Static method in class org.zeromq.ContextFactory
-
Create a new ØMQ Context.
- get(String) - Method in interface org.zeromq.api.CloneClient
-
Look up the value in the shared hashmap.
- get(String) - Method in class org.zeromq.jzmq.clone.CloneClientImpl
-
- getAddress() - Method in class org.zeromq.api.RoutedMessage.Route
-
- getAddress() - Method in class org.zeromq.jzmq.UdpSocket
-
Return our own SocketAddress.
- getAll() - Method in interface org.zeromq.api.CloneClient
-
Look up all values in the shared hashmap.
- getAll() - Method in class org.zeromq.jzmq.clone.CloneClientImpl
-
- getBlob() - Method in class org.zeromq.api.Message.Frame
-
Returns a byte array encoded into the buffer as an int and bytes.
- getBuffer() - Method in class org.zeromq.api.UdpBeacon
-
- getByte() - Method in class org.zeromq.api.Message.Frame
-
Returns the next byte
of data from the buffer.
- getBytes() - Method in class org.zeromq.api.Message.Frame
-
Returns a byte array encoded into the buffer as a byte and bytes.
- getChannel() - Method in interface org.zeromq.api.Pollable
-
Get the SelectableChannel (if any) for this poll item.
- getChannel() - Method in class org.zeromq.jzmq.poll.PollableImpl
-
- getChannel() - Method in class org.zeromq.jzmq.UdpSocket
-
Return the UDP channel.
- getChars() - Method in class org.zeromq.api.Message.Frame
-
- getClob() - Method in class org.zeromq.api.Message.Frame
-
Returns a String value encoded into the buffer as a short and bytes
using the default character set.
- getClobs() - Method in class org.zeromq.api.Message.Frame
-
Returns a list String values encoded into the buffer as a short and
a sequence of strings using the default character set.
- getContext() - Method in interface org.zeromq.api.Socket
-
Retrieve the owning Context for this Socket.
- getContext() - Method in class org.zeromq.jzmq.ManagedSocket
-
- getData() - Method in class org.zeromq.api.Message.Frame
-
Returns the data contained in this frame, as bytes.
- getFirstFrame() - Method in class org.zeromq.api.Message
-
Return the first frame in the list.
- getFlag() - Method in enum org.zeromq.api.MessageFlag
-
Send and receive flag constant
- getFrames() - Method in class org.zeromq.api.Message
-
Return a copy of the list of frames contained in this message.
- getFrom() - Method in class org.zeromq.jzmq.UdpSocket
-
Return the IP address of peer that sent last message.
- getFullVersion() - Method in interface org.zeromq.api.Context
-
- getFullVersion() - Method in class org.zeromq.jzmq.ManagedContext
-
- getHost() - Method in class org.zeromq.jzmq.UdpSocket
-
Return our own IP address as printable string.
- getIdentity() - Method in interface org.zeromq.api.SocketSpec
-
- getIdentity() - Method in class org.zeromq.api.UdpBeacon
-
- getIdentity() - Method in class org.zeromq.jzmq.sockets.SocketBuilder
-
Return the identity of the socket
- getInt() - Method in class org.zeromq.api.Message.Frame
-
Returns the next 4 bytes of data, as a int
.
- getLinger() - Method in interface org.zeromq.api.SocketSpec
-
- getLinger() - Method in class org.zeromq.jzmq.sockets.SocketBuilder
-
Returns the linger period in millis
- getLong() - Method in class org.zeromq.api.Message.Frame
-
Returns the next 8 bytes of data, as a long
.
- getMap() - Method in class org.zeromq.api.Message.Frame
-
Returns a list String values encoded into the buffer as an int and
a sequence of pairs of strings using the default character set.
- getMaxMessageSize() - Method in interface org.zeromq.api.SocketSpec
-
- getOptions() - Method in interface org.zeromq.api.Pollable
-
Get the options used for this poll item
- getOptions() - Method in class org.zeromq.jzmq.poll.PollableImpl
-
- getPayload() - Method in class org.zeromq.api.RoutedMessage
-
Get the message portion of the routed message, which is the frames after
all routing frames.
- getPort() - Method in class org.zeromq.api.UdpBeacon
-
- getPort() - Method in class org.zeromq.jzmq.UdpSocket
-
Return the UDP socket port.
- getProtocol() - Method in class org.zeromq.api.UdpBeacon
-
- getReactor() - Method in interface org.zeromq.api.BinaryStarReactor
-
- getReactor() - Method in class org.zeromq.jzmq.bstar.BinaryStarReactorImpl
-
This method returns the underlying Reactor, so we can add
additional timers and readers.
- getReceiveBufferSize() - Method in interface org.zeromq.api.SocketSpec
-
- getReceiveHighWatermark() - Method in interface org.zeromq.api.SocketSpec
-
- getReceiveHighWaterMark() - Method in class org.zeromq.jzmq.sockets.SocketBuilder
-
Returns the receive high water mark.
- getReceiveTimeout() - Method in interface org.zeromq.api.SocketSpec
-
- getRoutes() - Method in class org.zeromq.api.RoutedMessage
-
- getRoutingFrames() - Method in class org.zeromq.api.RoutedMessage.Route
-
- getSendBufferSize() - Method in interface org.zeromq.api.SocketSpec
-
- getSender() - Method in class org.zeromq.jzmq.UdpSocket
-
Return the SocketAddress of the peer that sent last message.
- getSendHighWatermark() - Method in interface org.zeromq.api.SocketSpec
-
- getSendHighWaterMark() - Method in class org.zeromq.jzmq.sockets.SocketBuilder
-
Get the send high watermark.
- getSendTimeout() - Method in interface org.zeromq.api.SocketSpec
-
- getShort() - Method in class org.zeromq.api.Message.Frame
-
Returns the next 2 bytes of data, as a short
.
- getSocket() - Method in interface org.zeromq.api.Pollable
-
Get the socket (if any) for this poll item.
- getSocket() - Method in class org.zeromq.jzmq.poll.PollableImpl
-
- getSocket() - Method in class org.zeromq.jzmq.UdpSocket
-
Return the UDP socket.
- getSockets() - Method in class org.zeromq.jzmq.ManagedContext
-
- getSocketSpec() - Method in class org.zeromq.jzmq.sockets.SocketBuilder
-
- getSocketType() - Method in interface org.zeromq.api.SocketSpec
-
- getSocketType() - Method in class org.zeromq.jzmq.sockets.SocketBuilder
-
Returns the underlying socket type
- getString() - Method in class org.zeromq.api.Message.Frame
-
Returns a String value encoded into the buffer as a byte and bytes
using the default character set.
- getString() - Method in class org.zeromq.api.RoutedMessage.Route
-
- getStrings() - Method in class org.zeromq.api.Message.Frame
-
Returns a list String values encoded into the buffer as a short and
a sequence of strings using the default character set.
- getSwap() - Method in class org.zeromq.jzmq.sockets.SocketBuilder
-
Return the swap size in bytes
- getTransportType() - Method in interface org.zeromq.api.Socket
-
Retrieve the type of transport this ØMQ Socket is using.
- getTransportType() - Method in interface org.zeromq.api.SocketSpec
-
- getTransportType() - Method in class org.zeromq.jzmq.ManagedSocket
-
- getType() - Method in enum org.zeromq.api.DeviceType
-
Device type connects a frontend socket to a backend socket.
- getType() - Method in enum org.zeromq.api.PollerType
-
The integer representation of this poller type.
- getType() - Method in enum org.zeromq.api.SocketType
-
Socket type which determines the semantics of communication over the socket.
- getUuid() - Method in class org.zeromq.api.UdpBeacon
-
- getVersion() - Method in class org.zeromq.api.UdpBeacon
-
- getVersionString() - Method in interface org.zeromq.api.Context
-
- getVersionString() - Method in class org.zeromq.jzmq.ManagedContext
-
- getZMQContext() - Method in class org.zeromq.jzmq.ManagedContext
-
- getZMQSocket() - Method in interface org.zeromq.api.Socket
-
- getZMQSocket() - Method in class org.zeromq.jzmq.ManagedSocket
-
- newBinaryStarSocket(String, String) - Static method in class org.zeromq.Patterns
-
Create a ØMQ DEALER Socket, backed by a background agent that is connected
to a BinaryStarReactor HA-pair.
- newCloneClient(String, String, String) - Static method in class org.zeromq.Patterns
-
Create a new CloneClient, connected to an HA-pair, for publishing key/value data
to anonymous peers.
- newCloneServer(BinaryStarReactor.Mode, String, String) - Static method in class org.zeromq.Patterns
-
Create a new CloneServer, which will create one half of an HA-pair
for distributing key/value data to clients.
- newManagedSocket(ZMQ.Socket) - Method in class org.zeromq.jzmq.sockets.SocketBuilder
-
- newPollable(Socket, PollerType...) - Method in interface org.zeromq.api.Context
-
Create a new Pollable from the socket, with the requested options.
- newPollable(SelectableChannel, PollerType...) - Method in interface org.zeromq.api.Context
-
Create a new Pollable from the socket, with the requested options.
- newPollable(Socket, PollerType...) - Method in class org.zeromq.jzmq.ManagedContext
-
- newPollable(SelectableChannel, PollerType...) - Method in class org.zeromq.jzmq.ManagedContext
-
- newPoller(PollListener, Socket...) - Static method in class org.zeromq.Sockets
-
Create a ØMQ Poller with a single PollListener which handles incoming
messages from the given ØMQ Sockets.
- newPoller(PollListener, SelectableChannel...) - Static method in class org.zeromq.Sockets
-
Create a ØMQ Poller with a single PollListener which handles incoming
messages from the given SelectableChannels.
- newPoller(PollListener, Socket, SelectableChannel) - Static method in class org.zeromq.Sockets
-
Create a ØMQ Poller with a single PollListener which handles incoming
messages from the given ØMQ Socket and SelectableChannel.
- newPoller(PollListener, List<Socket>, List<SelectableChannel>) - Static method in class org.zeromq.Sockets
-
Create a ØMQ Poller with a single PollListener which handles incoming
messages from the given ØMQ Sockets and SelectableChannels.
- newReactor(LoopHandler, Socket...) - Static method in class org.zeromq.Sockets
-
Create a ØMQ Reactor with a single LoopHandler which handles incoming
messages from the given ØMQ Sockets.
- newReactor(LoopHandler, SelectableChannel...) - Static method in class org.zeromq.Sockets
-
Create a ØMQ Reactor with a single LoopHandler which handles incoming
messages from the given SelectableChannels.
- newReactor(LoopHandler, Socket, SelectableChannel) - Static method in class org.zeromq.Sockets
-
Create a ØMQ Reactor with a single LoopHandler which handles incoming
messages from the given ØMQ Socket and SelectableChannel.
- newReactor(LoopHandler, long, TimeUnit) - Static method in class org.zeromq.Sockets
-
Create a ØMQ Reactor with a single LoopHandler which initially handles
a repeating timer with the given interval.
- newReactor(LoopHandler, List<Socket>, List<SelectableChannel>) - Static method in class org.zeromq.Sockets
-
Create a ØMQ Reactor with a single LoopHandler which handles incoming
messages from the given ØMQ Sockets and SelectableChannels.
- newZmqPoller(int) - Method in class org.zeromq.jzmq.ManagedContext
-
Deprecated.
- newZmqPoller() - Method in class org.zeromq.jzmq.ManagedContext
-
Deprecated.
- PairSocketBuilder - Class in org.zeromq.jzmq.sockets
-
- PairSocketBuilder(ManagedContext) - Constructor for class org.zeromq.jzmq.sockets.PairSocketBuilder
-
- passiveHandler - Variable in class org.zeromq.jzmq.bstar.BinaryStarReactorBuilder.Spec
-
- Patterns - Class in org.zeromq
-
Class containing utility methods for creating objects for different patterns
without using a ØMQ Context directly.
- poll() - Method in interface org.zeromq.api.Poller
-
Poll a socket indefinitely.
- poll(long) - Method in interface org.zeromq.api.Poller
-
Poll a socket for a given amount of time.
- poll(long) - Method in class org.zeromq.jzmq.poll.PollerImpl
-
- poll() - Method in class org.zeromq.jzmq.poll.PollerImpl
-
- Pollable - Interface in org.zeromq.api
-
An item in a poll set.
- PollableImpl - Class in org.zeromq.jzmq.poll
-
- PollableImpl(Socket, PollerType...) - Constructor for class org.zeromq.jzmq.poll.PollableImpl
-
- PollableImpl(SelectableChannel, PollerType...) - Constructor for class org.zeromq.jzmq.poll.PollableImpl
-
- PollAdapter - Class in org.zeromq.api
-
- PollAdapter() - Constructor for class org.zeromq.api.PollAdapter
-
- Poller - Interface in org.zeromq.api
-
Poller for polling sockets and receiving callbacks for events.
- PollerBuilder - Class in org.zeromq.jzmq.poll
-
- PollerBuilder(ManagedContext) - Constructor for class org.zeromq.jzmq.poll.PollerBuilder
-
- PollerImpl - Class in org.zeromq.jzmq.poll
-
- PollerImpl(ManagedContext, Map<Pollable, PollListener>) - Constructor for class org.zeromq.jzmq.poll.PollerImpl
-
- PollerType - Enum in org.zeromq.api
-
Enumeration of poller types.
- PollListener - Interface in org.zeromq.api
-
A listener of a Poller.
- popByte() - Method in class org.zeromq.api.Message
-
Remove a frame from the beginning of the list and convert to a byte
.
- popBytes() - Method in class org.zeromq.api.Message
-
Remove a frame from the beginning of the list and convert to a byte[]
.
- popClobs() - Method in class org.zeromq.api.Message
-
Remove a frame containing a List of String values from the beginning of the list.
- popFrame() - Method in class org.zeromq.api.Message
-
Remove a frame from the beginning of the list.
- popInt() - Method in class org.zeromq.api.Message
-
Remove a frame from the beginning of the list and convert to an int
.
- popLong() - Method in class org.zeromq.api.Message
-
Remove a frame from the beginning of the list and convert to a long
.
- popMap() - Method in class org.zeromq.api.Message
-
Remove a frame containing a Map of String pairs from the beginning of the list.
- popShort() - Method in class org.zeromq.api.Message
-
Remove a frame from the beginning of the list and convert to a short
.
- popString() - Method in class org.zeromq.api.Message
-
Remove a frame containing a String value from the beginning of the list.
- popStrings() - Method in class org.zeromq.api.Message
-
Remove a frame containing a List of String values from the beginning of the list.
- port - Variable in class org.zeromq.jzmq.beacon.BeaconReactorBuilder.Spec
-
- primaryAddress - Variable in class org.zeromq.jzmq.clone.CloneClientBuilder.Spec
-
- primaryAddress - Variable in class org.zeromq.jzmq.clone.CloneServerBuilder.Spec
-
- primaryBstarPort - Variable in class org.zeromq.jzmq.clone.CloneServerBuilder.Spec
-
- primaryPort - Variable in class org.zeromq.jzmq.clone.CloneClientBuilder.Spec
-
- primaryPort - Variable in class org.zeromq.jzmq.clone.CloneServerBuilder.Spec
-
- proxy(Socket, Socket) - Method in interface org.zeromq.api.Context
-
Create a ØMQ proxy and start it up.
- proxy(Socket, Socket) - Method in class org.zeromq.jzmq.ManagedContext
-
- proxy(Socket, Socket) - Static method in class org.zeromq.Sockets
-
Create a ØMQ proxy and start it up.
- PublishSubscribe - Class in org.zeromq.jzmq.examples
-
- PublishSubscribe() - Constructor for class org.zeromq.jzmq.examples.PublishSubscribe
-
- PubSocketBuilder - Class in org.zeromq.jzmq.sockets
-
- PubSocketBuilder(ManagedContext) - Constructor for class org.zeromq.jzmq.sockets.PubSocketBuilder
-
- PullSocketBuilder - Class in org.zeromq.jzmq.sockets
-
- PullSocketBuilder(ManagedContext) - Constructor for class org.zeromq.jzmq.sockets.PullSocketBuilder
-
- pushBuffer(ByteBuffer) - Method in class org.zeromq.api.Message
-
Add a frame containing bytes in the given Buffer to the beginning of the list.
- pushByte(byte) - Method in class org.zeromq.api.Message
-
Add a frame containing a byte
to the beginning of the list.
- pushBytes(byte[]) - Method in class org.zeromq.api.Message
-
Add a frame containing the given bytes to the beginning of the list.
- pushClobs(List<String>) - Method in class org.zeromq.api.Message
-
Add a frame containing a List of String values to the beginning of the list.
- pushFrame(Message.Frame) - Method in class org.zeromq.api.Message
-
Add a frame to the beginning of the list.
- pushFrames(List<Message.Frame>) - Method in class org.zeromq.api.Message
-
Add frames to the beginning of the list, in reverse order, such that the
elements are in the same order as in the original List.
- pushFrames(Message) - Method in class org.zeromq.api.Message
-
Add frames to the beginning of the list, in reverse order, such that
the elements are in the same order as in the original Message.
- pushInt(int) - Method in class org.zeromq.api.Message
-
Add a frame containing an int
value to the beginning of the list.
- pushLong(long) - Method in class org.zeromq.api.Message
-
Add a frame containing a long
value to the beginning of the list.
- pushMap(Map<String, String>) - Method in class org.zeromq.api.Message
-
Add a frame containing a Map of String pairs to the beginning of the list.
- PushPull - Class in org.zeromq.jzmq.examples
-
- PushPull() - Constructor for class org.zeromq.jzmq.examples.PushPull
-
- pushShort(short) - Method in class org.zeromq.api.Message
-
Add a frame containing a short
value to the beginning of the list.
- PushSocketBuilder - Class in org.zeromq.jzmq.sockets
-
For building sockets of type PUSH.
- PushSocketBuilder(ManagedContext) - Constructor for class org.zeromq.jzmq.sockets.PushSocketBuilder
-
- pushString(String) - Method in class org.zeromq.api.Message
-
Add a frame containing a String value to the beginning of the list.
- pushStrings(List<String>) - Method in class org.zeromq.api.Message
-
Add a frame containing a List of String values to the beginning of the list.
- putBlob(byte[]) - Method in class org.zeromq.api.Message.FrameBuilder
-
Put an array of bytes into the buffer as an int and bytes.
- putBlob(byte[], int, int) - Method in class org.zeromq.api.Message.FrameBuilder
-
Put an array of bytes into the buffer as an int and bytes.
- putByte(byte) - Method in class org.zeromq.api.Message.FrameBuilder
-
Put a byte
of data into the buffer.
- putBytes(byte[]) - Method in class org.zeromq.api.Message.FrameBuilder
-
Put an array of bytes into the buffer as a byte and bytes.
- putBytes(byte[], int, int) - Method in class org.zeromq.api.Message.FrameBuilder
-
Put an array of bytes into the buffer as a byte and bytes.
- putClob(String) - Method in class org.zeromq.api.Message.FrameBuilder
-
Put an encoded String value into the buffer as an int and bytes
using the default character set.
- putClobs(List<String>) - Method in class org.zeromq.api.Message.FrameBuilder
-
Put a list of encoded String values into the buffer as an int and clobs
using the default character set.
- putInt(int) - Method in class org.zeromq.api.Message.FrameBuilder
-
Put a int
into the buffer.
- putLong(long) - Method in class org.zeromq.api.Message.FrameBuilder
-
Put a long
into the buffer.
- putMap(Map<String, String>) - Method in class org.zeromq.api.Message.FrameBuilder
-
- putShort(short) - Method in class org.zeromq.api.Message.FrameBuilder
-
Put a short
into the buffer.
- putString(String) - Method in class org.zeromq.api.Message.FrameBuilder
-
Put an encoded String value into the buffer as a byte and string
using the default character set.
- putStrings(List<String>) - Method in class org.zeromq.api.Message.FrameBuilder
-
Put a list of encoded String values into the buffer as an int and strings
using the default character set.
- Reactor - Interface in org.zeromq.api
-
An event-driven reactor.
- ReactorBuilder - Class in org.zeromq.jzmq.reactor
-
- ReactorBuilder(ManagedContext) - Constructor for class org.zeromq.jzmq.reactor.ReactorBuilder
-
- ReactorImpl - Class in org.zeromq.jzmq.reactor
-
- ReactorImpl(ManagedContext) - Constructor for class org.zeromq.jzmq.reactor.ReactorImpl
-
- receive() - Method in interface org.zeromq.api.Receiver
-
Receive a message part from a socket.
- receive(MessageFlag) - Method in interface org.zeromq.api.Receiver
-
Receive a message part from a socket.
- receive(byte[], int, int, MessageFlag) - Method in interface org.zeromq.api.Receiver
-
Receive a message part from a socket.
- receive() - Method in interface org.zeromq.api.TypedReceiver
-
- receive(MessageFlag) - Method in interface org.zeromq.api.TypedReceiver
-
- receive() - Method in class org.zeromq.jzmq.ManagedSocket
-
- receive(MessageFlag) - Method in class org.zeromq.jzmq.ManagedSocket
-
- receive(byte[], int, int, MessageFlag) - Method in class org.zeromq.jzmq.ManagedSocket
-
- receive(ByteBuffer) - Method in class org.zeromq.jzmq.UdpSocket
-
Receive a message from UDP broadcast.
- receiveByteBuffer(ByteBuffer, MessageFlag) - Method in interface org.zeromq.api.Receiver
-
Receive a message part from a socket into a byte buffer.
- receiveByteBuffer(ByteBuffer, MessageFlag) - Method in class org.zeromq.jzmq.ManagedSocket
-
- receiveHighWatermark - Variable in class org.zeromq.jzmq.sockets.SocketBuilder.SocketSpec
-
- receiveMessage() - Method in interface org.zeromq.api.Receiver
-
Receive the full message (all frames) from the socket.
- receiveMessage(MessageFlag) - Method in interface org.zeromq.api.Receiver
-
Receive the full message (all frames) from the socket.
- receiveMessage() - Method in class org.zeromq.jzmq.ManagedSocket
-
- receiveMessage(MessageFlag) - Method in class org.zeromq.jzmq.ManagedSocket
-
- Receiver - Interface in org.zeromq.api
-
Socket capable of receiving message parts.
- receiveRoutedMessage() - Method in interface org.zeromq.api.Receiver
-
Receive a routed message (all frames) from the socket.
- receiveRoutedMessage(MessageFlag) - Method in interface org.zeromq.api.Receiver
-
Receive a routed message (all frames) from the socket.
- receiveRoutedMessage() - Method in class org.zeromq.jzmq.ManagedSocket
-
- receiveRoutedMessage(MessageFlag) - Method in class org.zeromq.jzmq.ManagedSocket
-
- receiveTimeout - Variable in class org.zeromq.jzmq.sockets.SocketBuilder.SocketSpec
-
- register(Pollable, PollListener) - Method in interface org.zeromq.api.Poller
-
Register a new poll item.
- register(Pollable, PollListener) - Method in class org.zeromq.jzmq.poll.PollerImpl
-
- registerVoterSocket(Socket) - Method in interface org.zeromq.api.BinaryStarReactor
-
Register a client voter socket.
- registerVoterSocket(Socket) - Method in class org.zeromq.jzmq.bstar.BinaryStarReactorImpl
-
This method registers a client voter socket.
- remote - Variable in class org.zeromq.jzmq.bstar.BinaryStarReactorBuilder.Spec
-
- RepSocketBuilder - Class in org.zeromq.jzmq.sockets
-
- RepSocketBuilder(ManagedContext) - Constructor for class org.zeromq.jzmq.sockets.RepSocketBuilder
-
- ReqSocketBuilder - Class in org.zeromq.jzmq.sockets
-
- ReqSocketBuilder(ManagedContext) - Constructor for class org.zeromq.jzmq.sockets.ReqSocketBuilder
-
- RequestReply - Class in org.zeromq.jzmq.examples
-
- RequestReply() - Constructor for class org.zeromq.jzmq.examples.RequestReply
-
- Routable - Interface in org.zeromq.api
-
A socket builder for a router socket.
- Route(String) - Constructor for class org.zeromq.api.RoutedMessage.Route
-
- Route(byte[]) - Constructor for class org.zeromq.api.RoutedMessage.Route
-
- RoutedMessage - Class in org.zeromq.api
-
Routed message contains route frames and payload frames.
- RoutedMessage() - Constructor for class org.zeromq.api.RoutedMessage
-
Construct an empty message.
- RoutedMessage(RoutedMessage.Route) - Constructor for class org.zeromq.api.RoutedMessage
-
Takes a route with no frames.
- RoutedMessage(List<RoutedMessage.Route>) - Constructor for class org.zeromq.api.RoutedMessage
-
Takes routes with no frames.
- RoutedMessage(RoutedMessage.Route, Message) - Constructor for class org.zeromq.api.RoutedMessage
-
Takes the existing message and adds a route to the beginning of it.
- RoutedMessage(List<RoutedMessage.Route>, Message) - Constructor for class org.zeromq.api.RoutedMessage
-
Takes the existing message and adds routes to the beginning of it.
- RoutedMessage.Route - Class in org.zeromq.api
-
Represents a route, or address frame, which will be combined with a blank
frame over the wire.
- RouterSocketBuilder - Class in org.zeromq.jzmq.sockets
-
- RouterSocketBuilder(ManagedContext) - Constructor for class org.zeromq.jzmq.sockets.RouterSocketBuilder
-
- run(Context, Socket) - Method in interface org.zeromq.api.Backgroundable
-
Run a background thread communicating over the given socket.
- run(Context, Socket) - Method in class org.zeromq.jzmq.clone.CloneClientAgent
-
- run() - Method in class org.zeromq.jzmq.reactor.ReactorBuilder
-
- run() - Method in class org.zeromq.jzmq.reactor.ReactorImpl
-
- send(byte[]) - Method in interface org.zeromq.api.Sender
-
Send a message part on a socket.
- send(byte[], MessageFlag) - Method in interface org.zeromq.api.Sender
-
Send a message part on a socket.
- send(byte[], int, int, MessageFlag) - Method in interface org.zeromq.api.Sender
-
Send a message part on a socket.
- send(Message) - Method in interface org.zeromq.api.Sender
-
Send the full message (all frames) on the socket.
- send(T, int) - Method in interface org.zeromq.api.TypedSender
-
- send(Message) - Method in class org.zeromq.jzmq.ManagedSocket
-
- send(byte[]) - Method in class org.zeromq.jzmq.ManagedSocket
-
- send(byte[], MessageFlag) - Method in class org.zeromq.jzmq.ManagedSocket
-
- send(byte[], int, int, MessageFlag) - Method in class org.zeromq.jzmq.ManagedSocket
-
- send(ByteBuffer) - Method in class org.zeromq.jzmq.UdpSocket
-
Send a message using UDP broadcast.
- send(ByteBuffer, String) - Method in class org.zeromq.jzmq.UdpSocket
-
Send a message using UDP.
- sendByteBuffer(ByteBuffer, MessageFlag) - Method in interface org.zeromq.api.Sender
-
Send a message part on a socket from a byte buffer.
- sendByteBuffer(ByteBuffer, MessageFlag) - Method in class org.zeromq.jzmq.ManagedSocket
-
- Sender - Interface in org.zeromq.api
-
Socket capable of sending message parts.
- sendHighwatermark - Variable in class org.zeromq.jzmq.sockets.SocketBuilder.SocketSpec
-
- sendTimeout - Variable in class org.zeromq.jzmq.sockets.SocketBuilder.SocketSpec
-
- serialize(T) - Method in interface org.zeromq.api.TypedSender
-
- set(String, String) - Method in interface org.zeromq.api.CloneClient
-
Set a new value in the shared hashmap, with no ttl.
- set(String, String, long) - Method in interface org.zeromq.api.CloneClient
-
Set a new value in the shared hashmap.
- set(String, String) - Method in class org.zeromq.jzmq.clone.CloneClientImpl
-
- set(String, String, long) - Method in class org.zeromq.jzmq.clone.CloneClientImpl
-
- setActiveHandler(LoopHandler) - Method in interface org.zeromq.api.BinaryStarReactor
-
Register a handler to be called each time there's a state change.
- setActiveHandler(LoopHandler) - Method in class org.zeromq.jzmq.bstar.BinaryStarReactorImpl
-
Register handlers to be called each time there's a state change.
- setBroadcastInterval(long) - Method in class org.zeromq.jzmq.beacon.BeaconReactorImpl
-
- setHeartbeatInterval(long) - Method in interface org.zeromq.api.BinaryStarReactor
-
Set the heartbeat interval used to detect peer outage.
- setHeartbeatInterval(long) - Method in class org.zeromq.jzmq.bstar.BinaryStarReactorImpl
-
Set the heartbeat interval used to detect peer outage.
- setHeartbeatInterval(long) - Method in class org.zeromq.jzmq.clone.CloneServerImpl
-
- setIgnoreLocalAddress(boolean) - Method in class org.zeromq.jzmq.beacon.BeaconReactorImpl
-
- setListener(BeaconListener) - Method in class org.zeromq.jzmq.beacon.BeaconReactorImpl
-
- setPassiveHandler(LoopHandler) - Method in interface org.zeromq.api.BinaryStarReactor
-
Register a handler to be called each time there's a state change.
- setPassiveHandler(LoopHandler) - Method in class org.zeromq.jzmq.bstar.BinaryStarReactorImpl
-
Register handlers to be called each time there's a state change.
- setVoterHandler(LoopHandler) - Method in interface org.zeromq.api.BinaryStarReactor
-
Register a voter handler to be called each time the application receives a message.
- setVoterHandler(LoopHandler) - Method in class org.zeromq.jzmq.bstar.BinaryStarReactorImpl
-
Register handlers to be called each time there's a state change.
- shadow() - Method in interface org.zeromq.api.Context
-
Create a new Context with the same underlying ØMQ context, with an empty
(separate) list of managed Sockets and Backgroundables.
- shadow() - Method in class org.zeromq.jzmq.ManagedContext
-
- size() - Method in class org.zeromq.api.Message.Frame
-
Returns the size of the underlying byte array.
- size() - Method in class org.zeromq.api.Message
-
Returns the number of frames in this message.
- Socket - Interface in org.zeromq.api
-
ØMQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering
(subscriptions), seamless access to multiple transport protocols and more.
- SocketBuilder - Class in org.zeromq.jzmq.sockets
-
SocketBuilder
- SocketBuilder(ManagedContext, SocketType) - Constructor for class org.zeromq.jzmq.sockets.SocketBuilder
-
- SocketBuilder.SocketSpec - Class in org.zeromq.jzmq.sockets
-
- Sockets - Class in org.zeromq
-
Class containing utility methods for creating ØMQ Sockets and other related
objects without using a ØMQ Context directly.
- SocketSpec - Interface in org.zeromq.api
-
ØMQ Socket specification
Socket options for that Socket type
- socketSpec - Variable in class org.zeromq.jzmq.sockets.SocketBuilder
-
- SocketSpec() - Constructor for class org.zeromq.jzmq.sockets.SocketBuilder.SocketSpec
-
- SocketType - Enum in org.zeromq.api
-
Values for Socket types
- socketType - Variable in class org.zeromq.jzmq.sockets.SocketBuilder.SocketSpec
-
- Spec() - Constructor for class org.zeromq.jzmq.beacon.BeaconReactorBuilder.Spec
-
- Spec() - Constructor for class org.zeromq.jzmq.bstar.BinaryStarReactorBuilder.Spec
-
- Spec() - Constructor for class org.zeromq.jzmq.bstar.BinaryStarSocketBuilder.Spec
-
- Spec() - Constructor for class org.zeromq.jzmq.clone.CloneClientBuilder.Spec
-
- Spec() - Constructor for class org.zeromq.jzmq.clone.CloneServerBuilder.Spec
-
- Spec() - Constructor for class org.zeromq.jzmq.device.DeviceBuilder.Spec
-
- start() - Method in interface org.zeromq.api.BeaconReactor
-
Start the underlying Reactor.
- start() - Method in interface org.zeromq.api.BinaryStarReactor
-
Start the underlying Reactor.
- start() - Method in interface org.zeromq.api.CloneServer
-
Start the underlying Reactor.
- start() - Method in interface org.zeromq.api.Reactor
-
Start the reactor.
- start() - Method in class org.zeromq.jzmq.beacon.BeaconReactorBuilder
-
- start() - Method in class org.zeromq.jzmq.beacon.BeaconReactorImpl
-
- start() - Method in class org.zeromq.jzmq.bstar.BinaryStarReactorBuilder
-
- start() - Method in class org.zeromq.jzmq.bstar.BinaryStarReactorImpl
-
Start the configured reactor.
- start() - Method in class org.zeromq.jzmq.clone.CloneServerImpl
-
- start() - Method in class org.zeromq.jzmq.device.DeviceBuilder
-
- start() - Method in class org.zeromq.jzmq.reactor.ReactorBuilder
-
- start() - Method in class org.zeromq.jzmq.reactor.ReactorImpl
-
- start(DeviceType, String, String) - Static method in class org.zeromq.Sockets
-
Start a ØMQ Device of the given type, which will run in the background to
bridge two networks together.
- stop() - Method in interface org.zeromq.api.BeaconReactor
-
Stop the underlying Reactor.
- stop() - Method in interface org.zeromq.api.BinaryStarReactor
-
Stop the underlying Reactor.
- stop() - Method in interface org.zeromq.api.CloneServer
-
Stop the underlying Reactor.
- stop() - Method in interface org.zeromq.api.Reactor
-
Stop the reactor.
- stop() - Method in class org.zeromq.jzmq.beacon.BeaconReactorImpl
-
- stop() - Method in class org.zeromq.jzmq.bstar.BinaryStarReactorImpl
-
Stop the reactor.
- stop() - Method in class org.zeromq.jzmq.clone.CloneServerImpl
-
- stop() - Method in class org.zeromq.jzmq.reactor.ReactorImpl
-
- Subscribable - Interface in org.zeromq.api
-
A socket builder for a subscriber socket.
- subscribe(String) - Method in interface org.zeromq.api.CloneClient
-
Specify subtree for snapshot and updates.
- subscribe(byte[]) - Method in interface org.zeromq.api.Subscribable
-
Subscribe to the given channel.
- subscribe(String) - Method in class org.zeromq.jzmq.clone.CloneClientImpl
-
- subscribe(byte[]) - Method in class org.zeromq.jzmq.sockets.SubSocketBuilder
-
- subscribeAll() - Method in interface org.zeromq.api.Subscribable
-
Subscribe to all messages.
- subscribeAll() - Method in class org.zeromq.jzmq.sockets.SubSocketBuilder
-
- SubSocketBuilder - Class in org.zeromq.jzmq.sockets
-
- SubSocketBuilder(ManagedContext) - Constructor for class org.zeromq.jzmq.sockets.SubSocketBuilder
-
- subtree - Variable in class org.zeromq.jzmq.clone.CloneClientBuilder.Spec
-
- swapSize - Variable in class org.zeromq.jzmq.sockets.SocketBuilder.SocketSpec
-
- valueOf(String) - Static method in enum org.zeromq.api.BinaryStarReactor.Event
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zeromq.api.BinaryStarReactor.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zeromq.api.BinaryStarReactor.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zeromq.api.DeviceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zeromq.api.MessageFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zeromq.api.PollerType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zeromq.api.SocketType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zeromq.api.TransportType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.zeromq.api.BinaryStarReactor.Event
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.zeromq.api.BinaryStarReactor.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.zeromq.api.BinaryStarReactor.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.zeromq.api.DeviceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.zeromq.api.MessageFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.zeromq.api.PollerType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.zeromq.api.SocketType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.zeromq.api.TransportType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- voter - Variable in class org.zeromq.jzmq.bstar.BinaryStarReactorBuilder.Spec
-
- voterHandler - Variable in class org.zeromq.jzmq.bstar.BinaryStarReactorBuilder.Spec
-