Skip navigation links
A B C D E F G H I L M N O P Q R S T U V W X Z 

A

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.

B

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
This is the constructor for our BinaryStarReactorImpl class.
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.

C

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.

D

DealerSocketBuilder - Class in org.zeromq.jzmq.sockets
 
DealerSocketBuilder(ManagedContext) - Constructor for class org.zeromq.jzmq.sockets.DealerSocketBuilder
 
DEFAULT_IO_THREADS - Static variable in class org.zeromq.ContextFactory
Default io threads, to be customized by the application, or set via property.
deserialize(byte[]) - Method in interface org.zeromq.api.TypedReceiver
 
destroySocket(Socket) - Method in class org.zeromq.jzmq.ManagedContext
 
DeviceBuilder - Class in org.zeromq.jzmq.device
 
DeviceBuilder(ManagedContext, DeviceType) - Constructor for class org.zeromq.jzmq.device.DeviceBuilder
 
DeviceBuilder.Spec - Class in org.zeromq.jzmq.device
 
DeviceType - Enum in org.zeromq.api
Values for Device types
deviceType - Variable in class org.zeromq.jzmq.device.DeviceBuilder.Spec
 
disable(Socket) - Method in interface org.zeromq.api.Poller
Disable a socket in the poller, preventing it from waking up the thread when messages are received on it.
disable(SelectableChannel) - Method in interface org.zeromq.api.Poller
Disable a channel in the poller, preventing it from waking up the thread when messages are received on it.
disable(Socket) - Method in class org.zeromq.jzmq.poll.PollerImpl
 
disable(SelectableChannel) - Method in class org.zeromq.jzmq.poll.PollerImpl
 
dump(StringBuilder) - Method in class org.zeromq.api.Message
Dump the message in human readable format.

E

EMPTY_FRAME - Static variable in class org.zeromq.api.Message
A handy reference to an empty Message.Frame.
enable(Socket) - Method in interface org.zeromq.api.Poller
Enable a socket in the poller after it has been disabled.
enable(SelectableChannel) - Method in interface org.zeromq.api.Poller
Enable a channel in the poller after it has been disabled.
enable(Socket) - Method in class org.zeromq.jzmq.poll.PollerImpl
 
enable(SelectableChannel) - Method in class org.zeromq.jzmq.poll.PollerImpl
 
equals(Object) - Method in class org.zeromq.api.Message.Frame
 
equals(Object) - Method in class org.zeromq.api.RoutedMessage.Route
 
execute(Reactor, Pollable) - Method in class org.zeromq.api.LoopAdapter
 
execute(Reactor, Socket) - Method in class org.zeromq.api.LoopAdapter
 
execute(Reactor, SelectableChannel) - Method in class org.zeromq.api.LoopAdapter
 
execute(Reactor, Pollable) - Method in interface org.zeromq.api.LoopHandler
Execute a loop operation.

F

fork(Backgroundable) - Method in interface org.zeromq.api.Context
Run a background thread with an inproc PAIR socket for communication.
fork(Socket, Backgroundable) - Method in interface org.zeromq.api.Context
Run a background thread using the given socket for communication.
fork(Backgroundable) - Method in class org.zeromq.jzmq.ManagedContext
 
fork(Socket, Backgroundable) - Method in class org.zeromq.jzmq.ManagedContext
 
fork(Backgroundable) - Static method in class org.zeromq.Sockets
Run a background thread with an inproc PAIR socket for communication.
forward(Socket, Socket) - Method in interface org.zeromq.api.Context
Create a ØMQ proxy and start it up on another thread that exits when the context is closed.
forward(Socket, Socket) - Method in class org.zeromq.jzmq.ManagedContext
 
forward(Socket, Socket) - Static method in class org.zeromq.Sockets
Create a ØMQ proxy and start it up on another thread that exits when the context is closed.
Frame(String) - Constructor for class org.zeromq.api.Message.Frame
Construct a frame with the given String, using the configured Charset.
Frame(byte[]) - Constructor for class org.zeromq.api.Message.Frame
Construct a frame with the given bytes.
FrameBuilder() - Constructor for class org.zeromq.api.Message.FrameBuilder
Construct a builder with an initial buffer size of 32 bytes.
FrameBuilder(int) - Constructor for class org.zeromq.api.Message.FrameBuilder
Construct a builder with a given initial buffer size.
frontend - Variable in class org.zeromq.jzmq.device.DeviceBuilder.Spec
 

G

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
Deprecated.
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
Get the underlying Reactor.
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
 

H

handleError(Pollable) - Method in class org.zeromq.api.PollAdapter
 
handleError(Socket) - Method in class org.zeromq.api.PollAdapter
 
handleError(SelectableChannel) - Method in class org.zeromq.api.PollAdapter
 
handleError(Pollable) - Method in interface org.zeromq.api.PollListener
Callback to handle errors.
handleIn(Pollable) - Method in class org.zeromq.api.PollAdapter
 
handleIn(Socket) - Method in class org.zeromq.api.PollAdapter
 
handleIn(SelectableChannel) - Method in class org.zeromq.api.PollAdapter
 
handleIn(Pollable) - Method in interface org.zeromq.api.PollListener
Callback to handle incoming messages.
handleOut(Pollable) - Method in class org.zeromq.api.PollAdapter
 
handleOut(Socket) - Method in class org.zeromq.api.PollAdapter
 
handleOut(SelectableChannel) - Method in class org.zeromq.api.PollAdapter
 
handleOut(Pollable) - Method in interface org.zeromq.api.PollListener
Callback to handle outgoing messages.
hashCode() - Method in class org.zeromq.api.Message.Frame
 
hashCode() - Method in class org.zeromq.api.RoutedMessage.Route
 
hasMoreToReceive() - Method in interface org.zeromq.api.Receiver
This receiver has more of a multi-part message waiting for receipt.
hasMoreToReceive() - Method in class org.zeromq.jzmq.ManagedSocket
 
heartbeatInterval - Variable in class org.zeromq.jzmq.bstar.BinaryStarReactorBuilder.Spec
 
heartbeatInterval - Variable in class org.zeromq.jzmq.bstar.BinaryStarSocketBuilder.Spec
 
heartbeatInterval - Variable in class org.zeromq.jzmq.clone.CloneClientBuilder.Spec
 
heartbeatInterval - Variable in class org.zeromq.jzmq.clone.CloneServerBuilder.Spec
 

I

identity - Variable in class org.zeromq.jzmq.sockets.SocketBuilder.SocketSpec
 
ignoreLocalAddress - Variable in class org.zeromq.jzmq.beacon.BeaconReactorBuilder.Spec
 
InvalidSocketException - Exception in org.zeromq.api.exception
Thrown to indicate an invalid socket.
InvalidSocketException(String, ZMQException) - Constructor for exception org.zeromq.api.exception.InvalidSocketException
Constructor, with ZMQException cause.
InvalidSocketException(ZMQException) - Constructor for exception org.zeromq.api.exception.InvalidSocketException
Constructor, with ZMQException cause.
InvalidSocketException(String) - Constructor for exception org.zeromq.api.exception.InvalidSocketException
Constructor, with message.
isActive() - Method in interface org.zeromq.api.Socket
Retrieve the status of this ØMQ Socket.
isActive() - Method in class org.zeromq.jzmq.ManagedSocket
 
isBlank() - Method in class org.zeromq.api.Message.Frame
Returns true if the buffer contains no data.
isContextTerminated(ZMQException) - Static method in class org.zeromq.api.exception.ZMQExceptions
Helper method to determine if error code is ETERM.
isEmpty() - Method in class org.zeromq.api.Message
Returns true if this message contains no frames.
isInvalidSocket(ZMQException) - Static method in class org.zeromq.api.exception.ZMQExceptions
Helper method to determine if error code is ENOTSOCK.
isMissing() - Method in class org.zeromq.api.Message
An alias for Message.isEmpty().
iterator() - Method in class org.zeromq.api.Message
Returns an iterator over the frames in this message.

L

linger - Variable in class org.zeromq.jzmq.sockets.SocketBuilder.SocketSpec
 
listener - Variable in class org.zeromq.jzmq.beacon.BeaconReactorBuilder.Spec
 
local - Variable in class org.zeromq.jzmq.bstar.BinaryStarReactorBuilder.Spec
 
LoopAdapter - Class in org.zeromq.api
An abstract class for implementing a LoopHandler.
LoopAdapter() - Constructor for class org.zeromq.api.LoopAdapter
 
LoopHandler - Interface in org.zeromq.api
Callback from within an event-driven reactor.

M

main(String[]) - Static method in class org.zeromq.jzmq.examples.PublishSubscribe
 
main(String[]) - Static method in class org.zeromq.jzmq.examples.PushPull
 
main(String[]) - Static method in class org.zeromq.jzmq.examples.RequestReply
 
ManagedContext - Class in org.zeromq.jzmq
Manage JZMQ Context
ManagedContext() - Constructor for class org.zeromq.jzmq.ManagedContext
 
ManagedContext(int) - Constructor for class org.zeromq.jzmq.ManagedContext
 
ManagedContext(ZMQ.Context) - Constructor for class org.zeromq.jzmq.ManagedContext
 
ManagedContext(ZMQ.Context, boolean) - Constructor for class org.zeromq.jzmq.ManagedContext
 
ManagedSocket - Class in org.zeromq.jzmq
Managed JZMQ Socket
ManagedSocket(ManagedContext, ZMQ.Socket) - Constructor for class org.zeromq.jzmq.ManagedSocket
 
Message - Class in org.zeromq.api
Message containing frames for sending data via a socket.
Message() - Constructor for class org.zeromq.api.Message
Construct an empty message.
Message(String) - Constructor for class org.zeromq.api.Message
Construct a message with a single String frame.
Message(byte[]) - Constructor for class org.zeromq.api.Message
Construct a message with a single byte[] frame.
Message(int) - Constructor for class org.zeromq.api.Message
Construct a message with a single int frame.
Message(long) - Constructor for class org.zeromq.api.Message
Construct a message with a single long frame.
Message(Message.Frame) - Constructor for class org.zeromq.api.Message
Construct a message with a single frame.
Message(List<Message.Frame>) - Constructor for class org.zeromq.api.Message
Construct a message with the given frames.
Message(Message) - Constructor for class org.zeromq.api.Message
Construct a message by cloning the given message's frames.
Message.Frame - Class in org.zeromq.api
Represents a single frame of data within a message.
Message.FrameBuilder - Class in org.zeromq.api
Builder for constructing efficient binary representations of multi-value data frames using a dynamically sized buffer.
MessageFlag - Enum in org.zeromq.api
Send and Receive flags
mode - Variable in class org.zeromq.jzmq.bstar.BinaryStarReactorBuilder.Spec
 
mode - Variable in class org.zeromq.jzmq.clone.CloneServerBuilder.Spec
 

N

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.

O

of(byte) - Static method in class org.zeromq.api.Message.Frame
Create a frame containing a single byte value.
of(short) - Static method in class org.zeromq.api.Message.Frame
Create a frame containing a single short value.
of(int) - Static method in class org.zeromq.api.Message.Frame
Create a frame containing a single int value.
of(long) - Static method in class org.zeromq.api.Message.Frame
Create a frame containing a single long value.
of(String) - Static method in class org.zeromq.api.Message.Frame
Create a frame containing a single String value.
of(byte[]) - Static method in class org.zeromq.api.Message.Frame
Create a frame containing a single byte[] value.
of(List<String>) - Static method in class org.zeromq.api.Message.Frame
Create a frame containing a single List of String values.
of(Map<String, String>) - Static method in class org.zeromq.api.Message.Frame
Create a frame containing a single Map of String pairs.
of(ByteBuffer) - Static method in class org.zeromq.api.Message.Frame
Create a frame containing the given buffer.
onBeacon(InetAddress, UdpBeacon) - Method in interface org.zeromq.api.BeaconListener
Handle a validated beacon event.
onClose() - Method in interface org.zeromq.api.Backgroundable
Called just prior to the socket being closed.
onClose() - Method in class org.zeromq.jzmq.clone.CloneClientAgent
 
org.zeromq - package org.zeromq
 
org.zeromq.api - package org.zeromq.api
 
org.zeromq.api.exception - package org.zeromq.api.exception
 
org.zeromq.jzmq - package org.zeromq.jzmq
 
org.zeromq.jzmq.beacon - package org.zeromq.jzmq.beacon
 
org.zeromq.jzmq.bstar - package org.zeromq.jzmq.bstar
 
org.zeromq.jzmq.clone - package org.zeromq.jzmq.clone
 
org.zeromq.jzmq.device - package org.zeromq.jzmq.device
 
org.zeromq.jzmq.examples - package org.zeromq.jzmq.examples
 
org.zeromq.jzmq.poll - package org.zeromq.jzmq.poll
 
org.zeromq.jzmq.reactor - package org.zeromq.jzmq.reactor
 
org.zeromq.jzmq.sockets - package org.zeromq.jzmq.sockets
 

P

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
An abstract class for implementing a PollListener.
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.

Q

queue(Socket, Socket) - Method in interface org.zeromq.api.Context
queue(Socket, Socket) - Method in class org.zeromq.jzmq.ManagedContext
 

R

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
 

S

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
 

T

terminate() - Method in interface org.zeromq.api.Context
Asynchronously terminate the context without closing any open sockets, forcing pollers and waiters to abort.
terminate() - Method in class org.zeromq.jzmq.ManagedContext
 
toString() - Method in class org.zeromq.api.Message.Frame
Convert the data to a string using the configured Charset.
toString() - Method in class org.zeromq.api.Message
Convert the message to a string, for use in debugging.
toString() - Method in class org.zeromq.api.RoutedMessage.Route
 
TransportType - Enum in org.zeromq.api
A ØMQ socket can use multiple different underlying transport mechanisms.
transportType - Variable in class org.zeromq.jzmq.sockets.SocketBuilder.SocketSpec
 
TypedReceiver<T> - Interface in org.zeromq.api
 
TypedSender<T> - Interface in org.zeromq.api
 

U

UdpBeacon - Class in org.zeromq.api
 
UdpBeacon(ByteBuffer) - Constructor for class org.zeromq.api.UdpBeacon
 
UdpBeacon(byte, String, int) - Constructor for class org.zeromq.api.UdpBeacon
 
UdpBeacon(int, String, UUID, int) - Constructor for class org.zeromq.api.UdpBeacon
 
UdpSocket - Class in org.zeromq.jzmq
Socket for sending UDP messages.
UdpSocket(int) - Constructor for class org.zeromq.jzmq.UdpSocket
Constructor.
unregister(Socket) - Method in interface org.zeromq.api.Poller
Unregister a socket from the poller.
unregister(SelectableChannel) - Method in interface org.zeromq.api.Poller
Unregister a channel from the poller.
unregister(Socket) - Method in class org.zeromq.jzmq.poll.PollerImpl
 
unregister(SelectableChannel) - Method in class org.zeromq.jzmq.poll.PollerImpl
 
unwrap() - Method in class org.zeromq.api.RoutedMessage
Mutates this Message, to remove the top-most Route, which is then returned.

V

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
 

W

withActiveHandler(LoopHandler) - Method in class org.zeromq.jzmq.bstar.BinaryStarReactorBuilder
 
withAllPollable(Socket, PollListener) - Method in class org.zeromq.jzmq.poll.PollerBuilder
 
withAllPollable(SelectableChannel, PollListener) - Method in class org.zeromq.jzmq.poll.PollerBuilder
 
withAllPollable(Socket, LoopHandler) - Method in class org.zeromq.jzmq.reactor.ReactorBuilder
 
withAllPollable(SelectableChannel, LoopHandler) - Method in class org.zeromq.jzmq.reactor.ReactorBuilder
 
withBackendUrl(String) - Method in class org.zeromq.jzmq.device.DeviceBuilder
 
withBackgroundable(Backgroundable) - Method in class org.zeromq.jzmq.sockets.SocketBuilder
 
withBackupAddress(String) - Method in class org.zeromq.jzmq.clone.CloneClientBuilder
 
withBackupAddress(String) - Method in class org.zeromq.jzmq.clone.CloneServerBuilder
 
withBackupBinaryStarPort(int) - Method in class org.zeromq.jzmq.clone.CloneServerBuilder
 
withBackupPort(int) - Method in class org.zeromq.jzmq.clone.CloneClientBuilder
 
withBackupPort(int) - Method in class org.zeromq.jzmq.clone.CloneServerBuilder
 
withBeacon(UdpBeacon) - Method in class org.zeromq.jzmq.beacon.BeaconReactorBuilder
 
withBroadcastInterval(long) - Method in class org.zeromq.jzmq.beacon.BeaconReactorBuilder
 
withErrorPollable(Socket, PollListener) - Method in class org.zeromq.jzmq.poll.PollerBuilder
 
withErrorPollable(SelectableChannel, PollListener) - Method in class org.zeromq.jzmq.poll.PollerBuilder
 
withErrorPollable(Socket, LoopHandler) - Method in class org.zeromq.jzmq.reactor.ReactorBuilder
 
withErrorPollable(SelectableChannel, LoopHandler) - Method in class org.zeromq.jzmq.reactor.ReactorBuilder
 
withFrontendUrl(String) - Method in class org.zeromq.jzmq.device.DeviceBuilder
 
withHeartbeatInterval(long) - Method in class org.zeromq.jzmq.bstar.BinaryStarReactorBuilder
 
withHeartbeatInterval(long) - Method in class org.zeromq.jzmq.bstar.BinaryStarSocketBuilder
 
withHeartbeatInterval(long) - Method in class org.zeromq.jzmq.clone.CloneClientBuilder
 
withHeartbeatInterval(long) - Method in class org.zeromq.jzmq.clone.CloneServerBuilder
 
withIdentity(byte[]) - Method in class org.zeromq.jzmq.sockets.SocketBuilder
Set the socket identity of the specified socket.
withIgnoreLocalAddress(boolean) - Method in class org.zeromq.jzmq.beacon.BeaconReactorBuilder
 
withInOutPollable(Socket, PollListener) - Method in class org.zeromq.jzmq.poll.PollerBuilder
 
withInOutPollable(SelectableChannel, PollListener) - Method in class org.zeromq.jzmq.poll.PollerBuilder
 
withInOutPollable(Socket, LoopHandler) - Method in class org.zeromq.jzmq.reactor.ReactorBuilder
 
withInOutPollable(SelectableChannel, LoopHandler) - Method in class org.zeromq.jzmq.reactor.ReactorBuilder
 
withInPollable(Socket, PollListener) - Method in class org.zeromq.jzmq.poll.PollerBuilder
 
withInPollable(SelectableChannel, PollListener) - Method in class org.zeromq.jzmq.poll.PollerBuilder
 
withInPollable(Socket, LoopHandler) - Method in class org.zeromq.jzmq.reactor.ReactorBuilder
 
withInPollable(SelectableChannel, LoopHandler) - Method in class org.zeromq.jzmq.reactor.ReactorBuilder
 
withLinger(long) - Method in class org.zeromq.jzmq.sockets.SocketBuilder
Deprecated.
The linger option has only integer range, use SocketBuilder.withLinger(int) instead.
withLinger(int) - Method in class org.zeromq.jzmq.sockets.SocketBuilder
Set the linger period for the specified socket.
withListener(BeaconListener) - Method in class org.zeromq.jzmq.beacon.BeaconReactorBuilder
 
withLocalUrl(String) - Method in class org.zeromq.jzmq.bstar.BinaryStarReactorBuilder
 
withMode(BinaryStarReactor.Mode) - Method in class org.zeromq.jzmq.bstar.BinaryStarReactorBuilder
 
withMode(BinaryStarReactor.Mode) - Method in class org.zeromq.jzmq.clone.CloneServerBuilder
 
withOutPollable(Socket, PollListener) - Method in class org.zeromq.jzmq.poll.PollerBuilder
 
withOutPollable(SelectableChannel, PollListener) - Method in class org.zeromq.jzmq.poll.PollerBuilder
 
withOutPollable(Socket, LoopHandler) - Method in class org.zeromq.jzmq.reactor.ReactorBuilder
 
withOutPollable(SelectableChannel, LoopHandler) - Method in class org.zeromq.jzmq.reactor.ReactorBuilder
 
withPassiveHandler(LoopHandler) - Method in class org.zeromq.jzmq.bstar.BinaryStarReactorBuilder
 
withPollable(Pollable, PollListener) - Method in class org.zeromq.jzmq.poll.PollerBuilder
 
withPollable(Pollable, LoopHandler) - Method in class org.zeromq.jzmq.reactor.ReactorBuilder
 
withPort(int) - Method in class org.zeromq.jzmq.beacon.BeaconReactorBuilder
 
withPrimaryAddress(String) - Method in class org.zeromq.jzmq.clone.CloneClientBuilder
 
withPrimaryAddress(String) - Method in class org.zeromq.jzmq.clone.CloneServerBuilder
 
withPrimaryBinaryStarPort(int) - Method in class org.zeromq.jzmq.clone.CloneServerBuilder
 
withPrimaryPort(int) - Method in class org.zeromq.jzmq.clone.CloneClientBuilder
 
withPrimaryPort(int) - Method in class org.zeromq.jzmq.clone.CloneServerBuilder
 
withReceiveHighWatermark(long) - Method in class org.zeromq.jzmq.sockets.SocketBuilder
Deprecated.
This option uses integer range, use SocketBuilder.withReceiveHighWatermark(int) instead.
withReceiveHighWatermark(int) - Method in class org.zeromq.jzmq.sockets.SocketBuilder
The RECVHWM option shall set the high water mark (HWM) for inbound messages on the specified socket.
withReceiveTimeout(int) - Method in class org.zeromq.jzmq.sockets.SocketBuilder
 
withRemoteUrl(String) - Method in class org.zeromq.jzmq.bstar.BinaryStarReactorBuilder
 
withRouterMandatory() - Method in interface org.zeromq.api.Routable
Set the 'router mandatory' socket option.
withRouterMandatory() - Method in class org.zeromq.jzmq.sockets.RouterSocketBuilder
 
withSendHighWatermark(long) - Method in class org.zeromq.jzmq.sockets.SocketBuilder
Deprecated.
This option uses integer range, use SocketBuilder.withSendHighWatermark(int) instead.
withSendHighWatermark(int) - Method in class org.zeromq.jzmq.sockets.SocketBuilder
Set the send high watermark.
withSendTimeout(int) - Method in class org.zeromq.jzmq.sockets.SocketBuilder
 
withSubtree(String) - Method in class org.zeromq.jzmq.clone.CloneClientBuilder
 
withSwap(long) - Method in class org.zeromq.jzmq.sockets.SocketBuilder
The swap option shall set the disk offload (swap) size for the specified socket.
withTimer(long, int, LoopHandler) - Method in class org.zeromq.jzmq.reactor.ReactorBuilder
 
withTimerOnce(long, LoopHandler) - Method in class org.zeromq.jzmq.reactor.ReactorBuilder
 
withTimerOnce(long, TimeUnit, LoopHandler) - Method in class org.zeromq.jzmq.reactor.ReactorBuilder
 
withTimerRepeating(long, LoopHandler) - Method in class org.zeromq.jzmq.reactor.ReactorBuilder
 
withTimerRepeating(long, TimeUnit, LoopHandler) - Method in class org.zeromq.jzmq.reactor.ReactorBuilder
 
withVoterHandler(LoopHandler) - Method in class org.zeromq.jzmq.bstar.BinaryStarReactorBuilder
 
withVoterSocket(Socket) - Method in class org.zeromq.jzmq.bstar.BinaryStarReactorBuilder
 
withVoterSocket(String) - Method in class org.zeromq.jzmq.bstar.BinaryStarReactorBuilder
 
wrap(ZMQException) - Static method in class org.zeromq.api.exception.ZMQExceptions
Wrap an underlying ZMQException in the appropriate higher level exception.

X

XPubSocketBuilder - Class in org.zeromq.jzmq.sockets
 
XPubSocketBuilder(ManagedContext) - Constructor for class org.zeromq.jzmq.sockets.XPubSocketBuilder
 
XSubSocketBuilder - Class in org.zeromq.jzmq.sockets
 
XSubSocketBuilder(ManagedContext) - Constructor for class org.zeromq.jzmq.sockets.XSubSocketBuilder
 

Z

ZMQExceptions - Class in org.zeromq.api.exception
Helper class for handling exceptions, especially with jzmq.
ZMQRuntimeException - Exception in org.zeromq.api.exception
General runtime exception, with underlying error code.
ZMQRuntimeException(String, int) - Constructor for exception org.zeromq.api.exception.ZMQRuntimeException
Constructor, with ZMQException cause.
ZMQRuntimeException(ZMQException) - Constructor for exception org.zeromq.api.exception.ZMQRuntimeException
Constructor, with ZMQException cause.
ZMQRuntimeException(String, ZMQException) - Constructor for exception org.zeromq.api.exception.ZMQRuntimeException
Constructor, with ZMQException cause.
A B C D E F G H I L M N O P Q R S T U V W X Z 
Skip navigation links

Copyright © 2019. All rights reserved.