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

A

accept(T) - Method in interface zmq.util.function.Consumer
Performs this operation on the given argument.
acceptEvent() - Method in class zmq.io.IOObject
 
acceptEvent() - Method in class zmq.io.net.tcp.TcpListener
 
acceptEvent() - Method in interface zmq.poll.IPollEvents
Called by I/O thread when file descriptor is ready for accept.
act(int) - Method in interface org.zeromq.ZStar.Star
Where acting takes place ...
Hint: Can be used to process the events or input acquired from the previous step, or ...
Key point: in the middle of a loop.
Decision: to act on the next loop or not
activated(Pipe) - Method in class zmq.socket.FQ
 
activated(Pipe) - Method in class zmq.socket.LB
 
add(long, TimerHandler, Object...) - Method in class org.zeromq.timer.ZTicket
Add ticket to the set.
add(long, TimerHandler, Object...) - Method in class org.zeromq.timer.ZTimer
Add timer to the set, timer repeats forever, or until cancel is called.
add(ZMonitor.Event...) - Method in class org.zeromq.ZMonitor
Adds event types to monitor.
add(String) - Method in class org.zeromq.ZMsg
 
add(byte[]) - Method in class org.zeromq.ZMsg
 
add(ZFrame) - Method in class org.zeromq.ZMsg
 
add(Object, ZPoller.ItemHolder) - Method in class org.zeromq.ZPoller
 
add(long, ZTimer.Handler, Object...) - Method in class org.zeromq.ZTimer
Deprecated.
Add timer to the set, timer repeats forever, or until cancel is called.
add(long, Timers.Handler, Object...) - Method in class zmq.util.Timers
Add timer to the set, timer repeats forever, or until cancel is called.
addAll(Collection<? extends ZFrame>) - Method in class org.zeromq.ZMsg
 
addComment(String) - Method in class org.zeromq.ZConfig
add comment
addFd(SelectableChannel) - Method in class zmq.io.IOObject
 
addFirst(String) - Method in class org.zeromq.ZMsg
 
addFirst(byte[]) - Method in class org.zeromq.ZMsg
 
addFirst(ZFrame) - Method in class org.zeromq.ZMsg
 
addHandle(SelectableChannel, IPollEvents) - Method in class zmq.poll.Poller
 
addLast(String) - Method in class org.zeromq.ZMsg
 
addLast(byte[]) - Method in class org.zeromq.ZMsg
 
addLast(ZFrame) - Method in class org.zeromq.ZMsg
 
addPoller(ZMQ.PollItem, ZLoop.IZLoopHandler, Object) - Method in class org.zeromq.ZLoop
 
addProperty(ByteBuffer, String, String) - Method in class zmq.io.mechanism.Mechanism
 
addProperty(Msg, String, String) - Method in class zmq.io.mechanism.Mechanism
 
addProperty(ByteBuffer, String, byte[]) - Method in class zmq.io.mechanism.Mechanism
 
addProperty(Msg, String, byte[]) - Method in class zmq.io.mechanism.Mechanism
 
addr - Variable in class zmq.ZMQ.Event
 
address - Variable in class org.zeromq.ZAuth.ZapReply
 
address - Variable in class org.zeromq.ZAuth.ZapRequest
 
address - Variable in class org.zeromq.ZMonitor.ZEvent
The address of the source of the event.
Address - Class in zmq.io.net
 
Address(String, String) - Constructor for class zmq.io.net.Address
 
Address(SocketAddress) - Constructor for class zmq.io.net.Address
 
address() - Method in class zmq.io.net.Address
 
address() - Method in interface zmq.io.net.Address.IZAddress
 
address() - Method in class zmq.io.net.ipc.IpcAddress
 
address() - Method in class zmq.io.net.tcp.TcpAddress
 
address(Address.IZAddress) - Method in class zmq.io.net.tcp.TcpListener
 
Address.IZAddress - Interface in zmq.io.net
 
addString(String) - Method in class org.zeromq.ZMsg
Add a String as a new ZFrame to the end of list
addTicket(long, TimerHandler, Object...) - Method in class org.zeromq.timer.ZTicker
 
addTimer(long, TimerHandler, Object...) - Method in class org.zeromq.timer.ZTicker
 
addTimer(int, int, ZLoop.IZLoopHandler, Object) - Method in class org.zeromq.ZLoop
 
addTimer(long, int) - Method in class zmq.io.IOObject
 
affinity - Variable in class zmq.Options
 
agent() - Method in class org.zeromq.ZStar
Returns the Corbeille endpoint.
agent(ZMQ.Socket, String) - Method in class org.zeromq.ZStar
Deprecated.
ALIVE - Static variable in class org.zeromq.ZProxy
 
allocate(int) - Method in class zmq.io.coder.Decoder
 
allocate(int) - Method in class zmq.io.coder.v2.V2Decoder
 
allocate(int) - Method in interface zmq.msg.MsgAllocator
 
allocate(int) - Method in class zmq.msg.MsgAllocatorDirect
 
allocate(int) - Method in class zmq.msg.MsgAllocatorHeap
 
allocate(int) - Method in class zmq.msg.MsgAllocatorThreshold
 
allocator - Variable in class zmq.Options
 
allow(String) - Method in class org.zeromq.ZAuth
Allow (whitelist) a single IP address.
append(String) - Method in class org.zeromq.ZMsg
Adds a string as a new frame in the message.
append(byte[]) - Method in class org.zeromq.ZMsg
Adds bytes as a new frame in the message.
append(ZMsg) - Method in class org.zeromq.ZMsg
 
apply(ZMQ.Socket) - Method in class org.zeromq.ZCert
 
apply() - Method in interface zmq.io.coder.IDecoder.Step
 
apply(T, U) - Method in interface zmq.util.function.BiFunction
Applies this function to the given arguments.
apply(T) - Method in interface zmq.util.function.Function
Applies this function to the given argument.
arg - Variable in class zmq.ZMQ.Event
 
asServer - Variable in class zmq.Options
 
attach(Pipe) - Method in class zmq.socket.FQ
 
attach(Pipe) - Method in class zmq.socket.LB
 
attachPipe(Pipe) - Method in class zmq.io.SessionBase
 
authorize(ZAuth.ZapRequest, boolean) - Method in interface org.zeromq.ZAuth.Auth
Callback for authorizing a connection.
authorize(ZAuth.ZapRequest, boolean) - Method in class org.zeromq.ZAuth.SimpleCurveAuth
 
authorize(ZAuth.ZapRequest, boolean) - Method in class org.zeromq.ZAuth.SimpleNullAuth
 
authorize(ZAuth.ZapRequest, boolean) - Method in class org.zeromq.ZAuth.SimplePlainAuth
 
await() - Method in interface org.zeromq.ZStar.Exit
Causes the current thread to wait in blocking mode until the end of the remote operations, unless the thread is interrupted.
await(long, TimeUnit) - Method in interface org.zeromq.ZStar.Exit
Causes the current thread to wait in blocking mode until the end of the remote operations, unless the thread is interrupted, or the specified waiting time elapses.
awaitSilent() - Method in interface org.zeromq.ZStar.Exit
Causes the current thread to wait in blocking mode until the end of the remote operations.

B

backlog - Variable in class zmq.Options
 
backstage(ZMQ.Socket, ZPoller, int) - Method in interface org.zeromq.ZActor.Actor
Called when the actor received a control message from its pipe during a loop.
backstage(ZMQ.Socket, ZPoller, int) - Method in class org.zeromq.ZActor.Duo
 
backstage(ZMQ.Socket, ZPoller, int) - Method in class org.zeromq.ZActor.SimpleActor
 
base() - Method in class org.zeromq.ZMQ.Socket
DO NOT USE if you're trying to build a special proxy
beacon(byte[]) - Method in class org.zeromq.ZBeacon.Builder
 
BiFunction<T,U,R> - Interface in zmq.util.function
Represents a function that accepts two arguments and produces a result.
bind(String) - Method in class org.zeromq.ZMQ.Socket
Bind to network interface.
bind(String) - Method in class org.zeromq.ZSocket
Creates an endpoint for accepting connections and binds to it.
bind(String) - Method in class zmq.SocketBase
 
bind(SocketBase, String) - Static method in class zmq.ZMQ
 
bindToRandomPort(String) - Method in class org.zeromq.ZMQ.Socket
Bind to network interface to a random port.
bindToRandomPort(String, int, int) - Method in class org.zeromq.ZMQ.Socket
Bind to network interface to a random port.
Blob - Class in zmq.util
 
blocking(boolean) - Method in class org.zeromq.ZBeacon.Builder
 
box(ByteBuffer, ByteBuffer, int, ByteBuffer, byte[], byte[]) - Method in class zmq.io.mechanism.curve.Curve
 
box(byte[], byte[], int, byte[], byte[], byte[]) - Method in class zmq.io.mechanism.curve.Curve
 
breakaleg(ZContext, ZStar.Fortune, ZMQ.Socket, Object...) - Method in interface org.zeromq.ZStar.Entourage
Called when the show is about to start.
breathe() - Method in interface org.zeromq.ZStar.Star
Called when the star in on stage, just before acting.
Hint: Can be used to poll events or get input/events from other sources, or ...
Key point: a loop just started.
broadcastInterval(long) - Method in class org.zeromq.ZBeacon.Builder
 
buf() - Method in class zmq.Msg
 
build() - Method in class org.zeromq.ZBeacon.Builder
 
build() - Method in class zmq.Msg.Builder
 
Builder() - Constructor for class org.zeromq.ZBeacon.Builder
 
Builder() - Constructor for class zmq.Msg.Builder
 
bytes() - Method in class org.zeromq.util.ZMetadata
 
bytes() - Method in class zmq.io.Metadata
 
bytes(ByteBuffer) - Static method in class zmq.util.Utils
 
bytes(ByteBuffer) - Static method in class zmq.Utils
Deprecated.
 

C

cancel() - Method in class org.zeromq.timer.ZTicket.Ticket
Cancels a ticket.
cancel() - Method in class org.zeromq.timer.ZTimer.Timer
Cancels a timer.
cancel(ZTimer.Timer) - Method in class org.zeromq.ZTimer
Deprecated.
cancel(Timers.Timer) - Method in class zmq.util.Timers
Deprecated.
cancel() - Method in class zmq.util.Timers.Timer
Cancels a timer.
cancelTimer(int) - Method in class zmq.io.IOObject
 
CHARSET - Static variable in class org.zeromq.ZMQ
 
CHARSET - Static variable in class zmq.ZMQ
 
check(Options) - Method in enum zmq.io.mechanism.Mechanisms
 
check() - Method in class zmq.Msg
 
checkArgument(boolean, String) - Static method in class org.zeromq.Utils
 
checkArgument(boolean, String) - Static method in class zmq.util.Utils
 
checkArgument(boolean, Supplier<String>) - Static method in class zmq.util.Utils
 
checkHwm() - Method in class zmq.pipe.Pipe
 
checkRead() - Method in class zmq.pipe.Pipe
 
checkRead() - Method in class zmq.pipe.YPipe
 
checkRead() - Method in interface zmq.pipe.YPipeBase
 
checkRead() - Method in class zmq.pipe.YPipeConflate
 
checkTag() - Method in class zmq.Ctx
Deprecated.
use Ctx.isActive() instead
checkWrite() - Method in class zmq.pipe.Pipe
 
choose(Address.IZAddress, Options) - Method in interface zmq.io.net.SelectorProviderChooser
 
chooseIoThread(long) - Method in class zmq.ZObject
 
clear() - Method in class org.zeromq.ZMsg
 
clear() - Method in class zmq.util.MultiMap
 
client(String) - Method in class org.zeromq.ZBeacon.Builder
 
clientKey - Variable in class org.zeromq.ZAuth.ZapRequest
 
Clock - Class in zmq.util
 
close() - Method in interface org.zeromq.ZAgent
Closes the pipe.
close() - Method in class org.zeromq.ZAgent.SimpleAgent
 
close() - Method in class org.zeromq.ZAuth
Destructor.
close() - Method in class org.zeromq.ZContext
 
close() - Method in class org.zeromq.ZMonitor
Stops the monitoring and closes the actor.
close(Selector) - Method in class org.zeromq.ZMQ.Context
Closes a Selector that was created within this context.
close() - Method in class org.zeromq.ZMQ.Context
Destroys the ØMQ context context.
close() - Method in class org.zeromq.ZMQ.Poller
 
close() - Method in class org.zeromq.ZMQ.Socket
This is an explicit "destructor".
close() - Method in class org.zeromq.ZPoller
Destroys the poller.
close() - Method in class org.zeromq.ZSocket
close() - Method in class org.zeromq.ZStar
 
close() - Method in class zmq.io.IOThread
 
close() - Method in class zmq.io.net.tcp.TcpConnecter
 
close() - Method in class zmq.Mailbox
 
close() - Method in class zmq.SocketBase
 
close(SocketBase) - Static method in class zmq.ZMQ
 
closed(ZMQ.Socket) - Method in interface org.zeromq.ZActor.Actor
Called when a created socket has been closed.
closed(ZMQ.Socket) - Method in class org.zeromq.ZActor.Duo
 
closed(ZMQ.Socket) - Method in class org.zeromq.ZActor.SimpleActor
 
closeSelector(Selector) - Method in class org.zeromq.ZContext
Deprecated.
ZContext.createSelector() was exposed by mistake. while waiting for the API to disappear, this method is provided to allow releasing resources.
closeSelector(Selector) - Method in class zmq.Ctx
 
closeZeroLinger(SocketBase) - Static method in class zmq.ZMQ
 
code - Variable in class org.zeromq.ZMonitor.ZEvent
The numerical code of the event.
command(String, boolean) - Method in class org.zeromq.ZProxy
Sends a command message to the proxy actor.
command(ZProxy.Command, boolean) - Method in class org.zeromq.ZProxy
Sends a command message to the proxy actor.
command(ZProxy.Command, ZMsg, boolean) - Method in class org.zeromq.ZProxy
Sends a command message to the proxy actor.
Command - Class in zmq
 
COMMAND - Static variable in class zmq.Msg
 
Command.Type - Enum in zmq
 
COMMAND_FLAG - Static variable in interface zmq.io.coder.v2.V2Protocol
 
compare(Msg, String, boolean) - Method in class zmq.io.mechanism.Mechanism
 
compare(ByteBuffer, byte[], int, int) - Method in class zmq.io.mechanism.Mechanism
 
compareTo(ZTicket.Ticket) - Method in class org.zeromq.timer.ZTicket.Ticket
 
compatible(int) - Method in enum zmq.io.net.NetProtocol
 
compatible(int, String) - Static method in enum zmq.socket.Sockets
 
ComposeEventsHandler(BiFunction<ZMQ.Socket, Integer, Boolean>, BiFunction<SelectableChannel, Integer, Boolean>) - Constructor for class org.zeromq.ZPoller.ComposeEventsHandler
 
Config - Enum in zmq
 
configure(ZMsg, boolean) - Method in interface org.zeromq.ZAuth.Auth
Configures with ad-hoc message.
configure(ZMsg, boolean) - Method in class org.zeromq.ZAuth.SimpleCurveAuth
 
configure(ZMsg, boolean) - Method in class org.zeromq.ZAuth.SimpleNullAuth
 
configure(ZMsg, boolean) - Method in class org.zeromq.ZAuth.SimplePlainAuth
 
configure(ZMsg) - Method in class org.zeromq.ZProxy
Configures the proxy.
configure(ZMQ.Socket, ZProxy.Plug, Object...) - Method in interface org.zeromq.ZProxy.Proxy
Configures the given socket.
configure(ZMQ.Socket, ZMsg, ZMQ.Socket, ZMQ.Socket, ZMQ.Socket, Object...) - Method in interface org.zeromq.ZProxy.Proxy
Configures the proxy with a custom message.
configure(ZMQ.Socket, ZMsg, ZMQ.Socket, ZMQ.Socket, ZMQ.Socket, Object...) - Method in class org.zeromq.ZProxy.Proxy.SimpleProxy
 
configureCurve(String) - Method in class org.zeromq.ZAuth
Configure CURVE authentication
configurePlain(String, String) - Method in class org.zeromq.ZAuth
Configure PLAIN authentication for a given domain.
conflate - Variable in class zmq.Options
 
connect(String) - Method in class org.zeromq.ZMQ.Socket
Connects the socket to an endpoint and then accepts incoming connections on that endpoint.
connect(String) - Method in class org.zeromq.ZSocket
Connects the socket to an endpoint and then accepts incoming connections on that endpoint.
connect(String) - Method in class zmq.SocketBase
 
connect(SocketBase, String) - Static method in class zmq.ZMQ
 
connectEvent() - Method in class zmq.io.IOObject
 
connectEvent() - Method in class zmq.io.net.tcp.TcpConnecter
 
connectEvent() - Method in interface zmq.poll.IPollEvents
Called by I/O thread when file descriptor might be ready for connecting.
connectPending(String, SocketBase) - Method in class zmq.ZObject
 
connectRid - Variable in class zmq.SocketBase
 
Consumer<T> - Interface in zmq.util.function
Represents an operation that accepts a single input argument and returns no result.
contains(Object) - Method in class org.zeromq.ZMsg
 
contains(V) - Method in class zmq.util.MultiMap
 
containsAll(Collection<?>) - Method in class org.zeromq.ZMsg
 
containsPublicKey(byte[]) - Method in class org.zeromq.ZCertStore
Check if a public key is in the certificate store.
containsPublicKey(String) - Method in class org.zeromq.ZCertStore
check if a z85-based public key is in the certificate store.
contentSize() - Method in class org.zeromq.ZMsg
 
context(int) - Static method in class org.zeromq.ZMQ
Create a new Context.
Context(int) - Constructor for class org.zeromq.ZMQ.Context
Class constructor.
create(ZMQ.Socket, String) - Static method in class org.zeromq.ZAgent.Creator
 
create() - Method in interface org.zeromq.ZAgent.SelectorCreator
Deprecated.
Creates and opens a selector.
create(ZMQ.Socket, ZPoller.EventsHandler, int) - Method in class org.zeromq.ZPoller
 
create(SelectableChannel, ZPoller.EventsHandler, int) - Method in class org.zeromq.ZPoller
 
create(ZMQ.Socket, ZPoller.EventsHandler, int) - Method in interface org.zeromq.ZPoller.ItemCreator
Creates a new holder for a poll item.
create(SelectableChannel, ZPoller.EventsHandler, int) - Method in interface org.zeromq.ZPoller.ItemCreator
Creates a new holder for a poll item.
create(ZMQ.Socket, ZPoller.EventsHandler, int) - Method in class org.zeromq.ZPoller.SimpleCreator
 
create(SelectableChannel, ZPoller.EventsHandler, int) - Method in class org.zeromq.ZPoller.SimpleCreator
 
create(ZContext, ZProxy.Plug, Object...) - Method in interface org.zeromq.ZProxy.Proxy
Creates and initializes (bind, options ...) the socket for the given plug in the proxy.
create(ZContext, ZMQ.Socket, Selector, int, ZStar.Star, Object...) - Method in interface org.zeromq.ZStar.Fortune
Deprecated.
use #create(ZContext, Socket, int, Star, Object...) instead.
create(ZContext, ZMQ.Socket, int, ZStar.Star, Object...) - Method in interface org.zeromq.ZStar.Fortune
Creates a star.
create(SessionBase, Address, Options) - Method in enum zmq.io.mechanism.Mechanisms
 
create(IOThread, boolean, SocketBase, Options, Address) - Method in enum zmq.socket.Sockets
 
create(int, Ctx, int, int) - Static method in enum zmq.socket.Sockets
 
createBlob(Msg) - Static method in class zmq.util.Blob
 
createBlob(byte[]) - Static method in class zmq.util.Blob
 
createContainer(int) - Method in class org.zeromq.ZPoller
Deprecated.
createContext() - Static method in class zmq.ZMQ
 
createDefaultName(String, int) - Static method in class org.zeromq.ZStar.SimpleSet
 
createPoller(int) - Method in class org.zeromq.ZContext
 
createSelector() - Method in class org.zeromq.ZContext
Deprecated.
this was exposed by mistake.
createSelector() - Method in class zmq.Ctx
 
createSession(IOThread, boolean, SocketBase, Options, Address) - Static method in enum zmq.socket.Sockets
 
createSocket(SocketType) - Method in class org.zeromq.ZContext
Creates a new managed socket within this ZContext instance.
createSocket(int) - Method in class org.zeromq.ZContext
createSocket(int) - Method in class zmq.Ctx
 
createSockets(ZContext, Object...) - Method in interface org.zeromq.ZActor.Actor
Creates and initializes sockets for the double.
createSockets(ZContext, Object...) - Method in class org.zeromq.ZActor.Duo
 
createSockets(ZContext, Object...) - Method in class org.zeromq.ZActor.SimpleActor
 
CREDENTIAL - Static variable in class zmq.Msg
 
Ctx - Class in zmq
 
Ctx() - Constructor for class zmq.Ctx
 
Ctx.Endpoint - Class in zmq
 
CtxTerminatedException() - Constructor for exception zmq.ZError.CtxTerminatedException
 
currentLine - Variable in exception org.zeromq.ZConfig.ReadException
 
currentLineNumber - Variable in exception org.zeromq.ZConfig.ReadException
 
Curve() - Constructor for class org.zeromq.ZMQ.Curve
 
Curve - Class in zmq.io.mechanism.curve
 
Curve() - Constructor for class zmq.io.mechanism.curve.Curve
 
CURVE_ALLOW_ANY - Static variable in class org.zeromq.ZAuth
 
CURVE_KEYSIZE - Static variable in class zmq.Options
 
CURVE_KEYSIZE_Z85 - Static variable in class zmq.Options
 
CurveClientMechanism - Class in zmq.io.mechanism.curve
 
CurveClientMechanism(Options) - Constructor for class zmq.io.mechanism.curve.CurveClientMechanism
 
curvePublicKey - Variable in class zmq.Options
 
curveSecretKey - Variable in class zmq.Options
 
curveServerKey - Variable in class zmq.Options
 
CurveServerMechanism - Class in zmq.io.mechanism.curve
 
CurveServerMechanism(SessionBase, Address, Options) - Constructor for class zmq.io.mechanism.curve.CurveServerMechanism
 
custom(ZMQ.Socket, String, ZMQ.Socket, ZMQ.Socket, ZMQ.Socket, Object...) - Method in interface org.zeromq.ZProxy.Proxy
Handles a custom command not recognized by the proxy.
custom(ZMQ.Socket, String, ZMQ.Socket, ZMQ.Socket, ZMQ.Socket, Object...) - Method in class org.zeromq.ZProxy.Proxy.SimpleProxy
 

D

data() - Method in class org.zeromq.util.ZDigest
 
data() - Method in class zmq.Msg
Returns the message data.
data() - Method in class zmq.util.Blob
 
DEALER - Static variable in class org.zeromq.ZMQ
Deprecated.
Dealer - Class in zmq.socket.reqrep
 
Dealer(Ctx, int, int) - Constructor for class zmq.socket.reqrep.Dealer
 
decode(ByteBuffer, int, ValueReference<Integer>) - Method in class zmq.io.coder.DecoderBase
 
decode(ByteBuffer, int, ValueReference<Integer>) - Method in interface zmq.io.coder.IDecoder
 
decode(ByteBuffer, int, ValueReference<Integer>) - Method in class zmq.io.coder.raw.RawDecoder
 
decode(Msg) - Method in class zmq.io.mechanism.curve.CurveClientMechanism
 
decode(Msg) - Method in class zmq.io.mechanism.curve.CurveServerMechanism
 
decode(Msg) - Method in class zmq.io.mechanism.Mechanism
 
decode(String) - Static method in class zmq.util.Z85
 
Decoder - Class in zmq.io.coder
 
Decoder(Errno, int, long, MsgAllocator) - Constructor for class zmq.io.coder.Decoder
 
decoder - Variable in class zmq.Options
 
DecoderBase - Class in zmq.io.coder
 
DecoderBase(Errno, int) - Constructor for class zmq.io.coder.DecoderBase
 
DEFAULT_BROADCAST_HOST - Static variable in class org.zeromq.ZBeacon
 
DEFAULT_BROADCAST_INTERVAL - Static variable in class org.zeromq.ZBeacon
 
delayedStart - Variable in class zmq.io.net.tcp.TcpConnecter
 
delete(File) - Static method in class zmq.util.Utils
 
delete(File) - Static method in class zmq.Utils
Deprecated.
 
deny(String) - Method in class org.zeromq.ZAuth
Deny (blacklist) a single IP address.
descendingIterator() - Method in class org.zeromq.ZMsg
 
destroy(Selector) - Method in interface org.zeromq.ZAgent.SelectorCreator
Deprecated.
Destroys the previously opened selector.
destroy() - Method in class org.zeromq.ZAuth
Destructor.
destroy() - Method in class org.zeromq.ZContext
Destructor.
destroy() - Method in class org.zeromq.ZFrame
Destructor.
destroy() - Method in class org.zeromq.ZLoop
Deprecated.
no-op behaviour
destroy() - Method in class org.zeromq.ZMonitor
Stops the monitoring and closes the actor.
destroy() - Method in class org.zeromq.ZMsg
Destructor.
destroy() - Method in class org.zeromq.ZPoller
Destroys the poller without exception.
destroy() - Method in class zmq.io.coder.DecoderBase
 
destroy() - Method in class zmq.io.coder.EncoderBase
 
destroy() - Method in interface zmq.io.coder.IDecoder
 
destroy() - Method in interface zmq.io.coder.IEncoder
 
destroy() - Method in class zmq.io.coder.raw.RawDecoder
 
destroy() - Method in class zmq.io.mechanism.Mechanism
 
destroy() - Method in class zmq.io.net.tcp.TcpConnecter
 
destroy() - Method in class zmq.io.net.tcp.TcpListener
 
destroy() - Method in class zmq.io.SessionBase
 
destroy() - Method in class zmq.io.StreamEngine
 
destroy() - Method in class zmq.Own
 
destroy() - Method in class zmq.poll.Poller
 
destroy() - Method in class zmq.socket.Pair
 
destroy() - Method in class zmq.socket.reqrep.Router
 
destroy() - Method in class zmq.SocketBase
 
destroyed(ZContext, ZMQ.Socket, ZPoller) - Method in interface org.zeromq.ZActor.Actor
Called when the current double has been destroyed.
destroyed(ZContext, ZMQ.Socket, ZPoller) - Method in class org.zeromq.ZActor.Duo
 
destroyed(ZContext, ZMQ.Socket, ZPoller) - Method in class org.zeromq.ZActor.SimpleActor
 
destroySocket(ZMQ.Socket) - Method in class org.zeromq.ZContext
Destroys managed socket within this context and remove from sockets list
destroySocket(SocketBase) - Method in class zmq.ZObject
 
device(int, ZMQ.Socket, ZMQ.Socket) - Static method in class org.zeromq.ZMQ
Deprecated.
device(int, SocketBase, SocketBase) - Static method in class zmq.ZMQ
 
disconnect(String) - Method in class org.zeromq.ZMQ.Socket
Disconnect from remote application.
disconnect(String) - Method in class org.zeromq.ZSocket
Disconnecting a socket from an endpoint.
disconnect(SocketBase, String) - Static method in class zmq.ZMQ
 
dispatch(Collection<? extends ZPoller.ItemHolder>, int) - Method in class org.zeromq.ZPoller
Dispatches the polled events.
dispatch() - Method in class org.zeromq.ZPoller
 
domain - Variable in class org.zeromq.ZAuth.ZapRequest
 
DONTWAIT - Static variable in class org.zeromq.ZFrame
 
DONTWAIT - Static variable in class org.zeromq.ZMQ
Socket flag to indicate a nonblocking send or recv mode.
DOWNSTREAM - Static variable in class org.zeromq.ZMQ
Deprecated.
Draft - Annotation Type in zmq.util
Documents an API in DRAFT state.
dump(Appendable) - Method in class org.zeromq.ZMsg
Dump the message in human readable format.
dump() - Method in class org.zeromq.ZMsg
 
dump(ByteBuffer, int, int) - Static method in class zmq.util.Utils
 
Duo(ZActor.Actor, ZActor.Actor) - Constructor for class org.zeromq.ZActor.Duo
 
duplicate() - Method in class org.zeromq.ZFrame
Creates a new frame that duplicates an existing frame
duplicate() - Method in class org.zeromq.ZMsg
Creates copy of this ZMsg.

E

EACCESS - Static variable in class zmq.ZError
 
EADDRINUSE - Static variable in class zmq.ZError
 
EADDRNOTAVAIL - Static variable in class zmq.ZError
 
EAFNOSUPPORT - Static variable in class zmq.ZError
 
EAGAIN - Static variable in class zmq.ZError
 
ECONNABORTED - Static variable in class zmq.ZError
 
ECONNREFUSED - Static variable in class zmq.ZError
 
ECONNRESET - Static variable in class zmq.ZError
 
EFAULT - Static variable in class zmq.ZError
 
EFSM - Static variable in class zmq.ZError
 
EHOSTUNREACH - Static variable in class zmq.ZError
 
eightByteSizeReady - Variable in class zmq.io.coder.Decoder
 
eightByteSizeReady() - Method in class zmq.io.coder.Decoder
 
eightByteSizeReady() - Method in class zmq.io.coder.v1.V1Decoder
 
eightByteSizeReady() - Method in class zmq.io.coder.v2.V2Decoder
 
EINPROGRESS - Static variable in class zmq.ZError
 
EINTR - Static variable in class zmq.ZError
 
EINVAL - Static variable in class zmq.ZError
 
EIOEXC - Static variable in class zmq.ZError
 
EISCONN - Static variable in class zmq.ZError
 
element() - Method in class org.zeromq.ZMsg
 
EMFILE - Static variable in class zmq.ZError
 
EMSGSIZE - Static variable in class zmq.ZError
 
EMTHREAD - Static variable in class zmq.ZError
 
enableIpv4Mapping(SelectableChannel) - Static method in class zmq.io.net.tcp.TcpUtils
 
encode(ValueReference<ByteBuffer>, int) - Method in class zmq.io.coder.EncoderBase
 
encode(ValueReference<ByteBuffer>, int) - Method in interface zmq.io.coder.IEncoder
 
encode(Msg) - Method in class zmq.io.mechanism.curve.CurveClientMechanism
 
encode(Msg) - Method in class zmq.io.mechanism.curve.CurveServerMechanism
 
encode(Msg) - Method in class zmq.io.mechanism.Mechanism
 
encode(byte[], int) - Static method in class zmq.util.Z85
 
encoded() - Method in class zmq.io.coder.EncoderBase
 
encoded() - Method in interface zmq.io.coder.IEncoder
 
Encoder - Class in zmq.io.coder
 
Encoder(Errno, int) - Constructor for class zmq.io.coder.Encoder
 
encoder - Variable in class zmq.Options
 
EncoderBase - Class in zmq.io.coder
 
EncoderBase(Errno, int) - Constructor for class zmq.io.coder.EncoderBase
 
encodingError() - Method in class zmq.io.coder.EncoderBase
 
Endpoint(SocketBase, Options) - Constructor for class zmq.Ctx.Endpoint
 
ENETDOWN - Static variable in class zmq.ZError
 
ENETRESET - Static variable in class zmq.ZError
 
ENETUNREACH - Static variable in class zmq.ZError
 
engineError(StreamEngine.ErrorReason) - Method in class zmq.io.SessionBase
 
EngineNotImplemented - Class in zmq.io
 
EngineNotImplemented() - Constructor for class zmq.io.EngineNotImplemented
 
ENOBUFS - Static variable in class zmq.ZError
 
ENOCOMPATPROTO - Static variable in class zmq.ZError
 
ENOENT - Static variable in class zmq.ZError
 
ENOTCONN - Static variable in class zmq.ZError
 
ENOTSOCK - Static variable in class zmq.ZError
 
ENOTSUP - Static variable in class zmq.ZError
 
entract() - Method in interface org.zeromq.ZStar.Star
Called as an interval between each act.
Hint: Can be used to perform decisions to continue next loop or not, or to send computed data to outputs, or ...
Key point: at the end of a loop.
Decision: to act on the next loop or not
entries() - Method in class zmq.util.MultiMap
 
EPROTO - Static variable in class zmq.ZError
 
EPROTONOSUPPORT - Static variable in class zmq.ZError
 
equals(byte[]) - Method in class org.zeromq.util.ZData
 
equals(Object) - Method in class org.zeromq.util.ZData
 
equals(Object) - Method in class org.zeromq.util.ZMetadata
 
equals(Object) - Method in class org.zeromq.ZFrame
 
equals(Object) - Method in class org.zeromq.ZMQ.PollItem
 
equals(Object) - Method in class org.zeromq.ZMsg
 
equals(Object) - Method in class org.zeromq.ZPoller.ZPollItem
 
equals(Object) - Method in class zmq.io.Metadata
 
equals(Object) - Method in class zmq.poll.Poller.Handle
 
equals(Object) - Method in class zmq.util.Blob
 
ERR - Static variable in class org.zeromq.ZPoller
 
errno() - Method in class org.zeromq.ZMQ.Socket
 
errno() - Method in class zmq.Ctx
 
errno(int) - Method in class zmq.io.coder.DecoderBase
 
errno() - Method in class zmq.io.coder.DecoderBase
 
errno() - Method in class zmq.io.coder.EncoderBase
 
errno(int) - Method in class zmq.io.coder.EncoderBase
 
errno - Variable in class zmq.Options
 
errno - Variable in class zmq.Own
 
errno() - Method in class zmq.SocketBase
 
Errno - Class in zmq.util
 
Errno() - Constructor for class zmq.util.Errno
 
error(SelectableChannel) - Method in class org.zeromq.ZPoller
 
error(ZMQ.Socket) - Method in class org.zeromq.ZPoller
 
error(Object) - Method in class org.zeromq.ZPoller
 
ESOCKET - Static variable in class zmq.ZError
 
ETERM - Static variable in class zmq.ZError
 
ETIMEDOUT - Static variable in class zmq.ZError
 
Event(int, Object, String) - Constructor for class org.zeromq.ZMQ.Event
 
Event(int, String, Object) - Constructor for class zmq.ZMQ.Event
 
event - Variable in class zmq.ZMQ.Event
 
EVENT_ACCEPT_FAILED - Static variable in class org.zeromq.ZMQ
EVENT_ACCEPT_FAILED: could not accept client connection.
EVENT_ACCEPTED - Static variable in class org.zeromq.ZMQ
EVENT_ACCEPTED: connection accepted to bound interface.
EVENT_ALL - Static variable in class org.zeromq.ZMQ
EVENT_ALL: all events known.
EVENT_BIND_FAILED - Static variable in class org.zeromq.ZMQ
EVENT_BIND_FAILED: socket could not bind to an address.
EVENT_CLOSE_FAILED - Static variable in class org.zeromq.ZMQ
EVENT_CLOSE_FAILED: connection couldn't be closed.
EVENT_CLOSED - Static variable in class org.zeromq.ZMQ
EVENT_CLOSED: connection closed.
EVENT_CONNECT_DELAYED - Static variable in class org.zeromq.ZMQ
EVENT_CONNECT_DELAYED: synchronous connect failed, it's being polled.
EVENT_CONNECT_RETRIED - Static variable in class org.zeromq.ZMQ
EVENT_CONNECT_RETRIED: asynchronous connect / reconnection attempt.
EVENT_CONNECTED - Static variable in class org.zeromq.ZMQ
EVENT_CONNECTED: connection established.
EVENT_DELAYED - Static variable in class org.zeromq.ZMQ
Deprecated.
EVENT_DISCONNECTED - Static variable in class org.zeromq.ZMQ
EVENT_DISCONNECTED: broken session.
EVENT_HANDSHAKE_PROTOCOL - Static variable in class org.zeromq.ZMQ
EVENT_HANDSHAKE_PROTOCOL: protocol has been successfully negotiated.
EVENT_LISTENING - Static variable in class org.zeromq.ZMQ
EVENT_LISTENING: socket bound to an address, ready to accept connections.
EVENT_MONITOR_STOPPED - Static variable in class org.zeromq.ZMQ
EVENT_MONITOR_STOPPED: monitor has been stopped.
EVENT_RETRIED - Static variable in class org.zeromq.ZMQ
Deprecated.
eventAccepted(String, SelectableChannel) - Method in class zmq.SocketBase
 
eventAcceptFailed(String, int) - Method in class zmq.SocketBase
 
eventBindFailed(String, int) - Method in class zmq.SocketBase
 
eventClosed(String, SelectableChannel) - Method in class zmq.SocketBase
 
eventCloseFailed(String, int) - Method in class zmq.SocketBase
 
eventConnectDelayed(String, int) - Method in class zmq.SocketBase
 
eventConnected(String, SelectableChannel) - Method in class zmq.SocketBase
 
eventConnectRetried(String, int) - Method in class zmq.SocketBase
 
eventDisconnected(String, SelectableChannel) - Method in class zmq.SocketBase
 
eventHandshaken(String, int) - Method in class zmq.SocketBase
 
eventListening(String, SelectableChannel) - Method in class zmq.SocketBase
 
events(ZMQ.Socket, int) - Method in class org.zeromq.ZPoller.ComposeEventsHandler
 
events(SelectableChannel, int) - Method in class org.zeromq.ZPoller.ComposeEventsHandler
 
events(ZMQ.Socket, int) - Method in interface org.zeromq.ZPoller.EventsHandler
Called when the poller intercepts events.
events(SelectableChannel, int) - Method in interface org.zeromq.ZPoller.EventsHandler
Called when the poller intercepts events.
exccode(IOException) - Static method in class zmq.ZError
 
execute() - Method in class org.zeromq.timer.ZTicker
 
execute() - Method in class org.zeromq.timer.ZTicket
Execute the tickets.
execute() - Method in class org.zeromq.timer.ZTimer
Execute the timers.
execute() - Method in class org.zeromq.ZTimer
Deprecated.
Execute the timers.
execute() - Method in class zmq.util.Timers
Execute the timers.
exit(boolean) - Method in class org.zeromq.ZProxy
Deprecated.
The call is synchronous: the sync parameter is ignored, as it leads to many mistakes in case of a provided ZContext.
exit() - Method in class org.zeromq.ZProxy
Stops the proxy and exits.
exit() - Method in class org.zeromq.ZStar
Returns the control of the proper exit of the remote operations.
EXITED - Static variable in class org.zeromq.ZProxy
 

F

family() - Method in interface zmq.io.net.Address.IZAddress
 
family() - Method in class zmq.io.net.ipc.IpcAddress
 
family() - Method in class zmq.io.net.tcp.TcpAddress
 
fd() - Method in class zmq.Msg
 
filter(Object, int) - Method in class org.zeromq.ZPoller
 
filter - Variable in class zmq.Options
 
find(V) - Method in class zmq.util.MultiMap
 
findByCode(int) - Static method in enum org.zeromq.ZMQ.Error
 
findEndpoint(String) - Method in class zmq.ZObject
 
findOpenPort() - Static method in class org.zeromq.Utils
 
findOpenPort() - Static method in class zmq.util.Utils
 
findOpenPort() - Static method in class zmq.Utils
Deprecated.
 
finished(ZMQ.Socket) - Method in interface org.zeromq.ZActor.Actor
Called when the stage is finished.
finished(ZMQ.Socket) - Method in class org.zeromq.ZActor.Duo
 
finished(ZMQ.Socket) - Method in class org.zeromq.ZActor.SimpleActor
 
fire() - Method in interface org.zeromq.ZStar.Set
Is the set on fire ?
fire() - Method in class org.zeromq.ZStar.SimpleSet
 
flags() - Method in class zmq.Msg
 
flagsReady - Variable in class zmq.io.coder.Decoder
 
flagsReady() - Method in class zmq.io.coder.Decoder
 
flagsReady() - Method in class zmq.io.coder.v1.V1Decoder
 
flagsReady() - Method in class zmq.io.coder.v2.V2Decoder
 
flow(ZProxy.Plug, ZMQ.Socket, ZMQ.Socket, ZProxy.Plug, ZMQ.Socket) - Method in interface org.zeromq.ZProxy.Pump
Transfers a message from one source to one destination, with an optional capture.
flow(ZProxy.Plug, ZMQ.Socket, ZMQ.Socket, ZProxy.Plug, ZMQ.Socket) - Method in class org.zeromq.ZProxy.ZPump
 
flush() - Method in class zmq.io.SessionBase
 
flush() - Method in class zmq.pipe.Pipe
 
flush() - Method in class zmq.pipe.YPipe
 
flush() - Method in interface zmq.pipe.YPipeBase
 
flush() - Method in class zmq.pipe.YPipeConflate
 
fork(ZThread.IAttachedRunnable, Object...) - Method in class org.zeromq.ZContext
Create an attached thread, An attached thread gets a ctx and a PAIR pipe back to its parent.
fork(ZContext, ZThread.IAttachedRunnable, Object...) - Static method in class org.zeromq.ZThread
 
FORWARDER - Static variable in class org.zeromq.ZMQ
Deprecated.
FQ - Class in zmq.socket
 
FQ() - Constructor for class zmq.socket.FQ
 
fromType(int) - Static method in enum zmq.socket.Sockets
 
Function<T,R> - Interface in zmq.util.function
Represents a function that accepts one argument and produces a result.

G

generateKeyPair() - Static method in class org.zeromq.ZMQ.Curve
Returns a newly generated random keypair consisting of a public key and a secret key.
get(String) - Method in class org.zeromq.util.ZMetadata
 
get(int) - Method in class zmq.Ctx
 
get(String) - Method in class zmq.io.Metadata
 
get() - Method in class zmq.Msg
 
get(int) - Method in class zmq.Msg
 
get() - Method in class zmq.util.Errno
 
get() - Method in interface zmq.util.function.Supplier
Gets a result.
get() - Method in class zmq.util.ValueReference
 
getAddress() - Method in class org.zeromq.ZMQ.Event
 
getAddress() - Method in class zmq.io.net.ipc.IpcListener
 
getAddress() - Method in class zmq.io.net.tcp.TcpListener
 
getAffinity() - Method in class org.zeromq.ZMQ.Socket
 
getAsServerCurve() - Method in class org.zeromq.ZMQ.Socket
Deprecated.
the naming is inconsistent with jzmq, please use ZMQ.Socket.getCurveServer() instead
getAsServerPlain() - Method in class org.zeromq.ZMQ.Socket
Deprecated.
the naming is inconsistent with jzmq, please use ZMQ.Socket.getPlainServer() instead
getBacklog() - Method in class org.zeromq.ZMQ.Socket
The ZMQ_BACKLOG option shall retrieve the maximum length of the queue of outstanding peer connections for the specified socket; this only applies to connection-oriented transports.
getBeacon() - Method in class org.zeromq.ZBeacon
 
getBlock(int) - Method in class org.zeromq.proto.ZNeedle
 
getBlocky() - Method in class org.zeromq.ZMQ.Context
Deprecated.
getBroadcastInterval() - Method in class org.zeromq.ZBeacon
 
getBuffer() - Method in class zmq.io.coder.DecoderBase
 
getBuffer() - Method in interface zmq.io.coder.IDecoder
 
getBuffer() - Method in class zmq.io.coder.raw.RawDecoder
 
getBytes(int, byte[], int, int) - Method in class zmq.Msg
 
getBytes(int, ByteBuffer, int) - Method in class zmq.Msg
 
getChannel() - Method in class zmq.poll.PollItem
 
getChild(String) - Method in class org.zeromq.ZConfig
 
getCode() - Method in enum org.zeromq.ZMQ.Error
 
getConflate() - Method in class org.zeromq.ZMQ.Socket
If in conflate mode, a socket shall keep only one message in its inbound/outbound queue, this message being the last message received/the last message to be sent.
getContext() - Method in class org.zeromq.ZContext
 
getContextOption(Ctx, int) - Static method in class zmq.ZMQ
 
getCredential() - Method in class zmq.pipe.Pipe
 
getCredential() - Method in class zmq.socket.FQ
 
getCredential() - Method in class zmq.socket.Pair
 
getCredential() - Method in class zmq.socket.pipeline.Pull
 
getCredential() - Method in class zmq.socket.pubsub.XSub
 
getCredential() - Method in class zmq.socket.reqrep.Dealer
 
getCredential() - Method in class zmq.socket.reqrep.Router
 
getCredential() - Method in class zmq.SocketBase
 
getCtx() - Method in class zmq.ZObject
 
getCurvePublicKey() - Method in class org.zeromq.ZMQ.Socket
Retrieves the current long term public key for the socket in binary format of 32 bytes.
getCurveSecretKey() - Method in class org.zeromq.ZMQ.Socket
Retrieves the current long term secret key for the socket in binary format of 32 bytes.
getCurveServer() - Method in class org.zeromq.ZMQ.Socket
Tells if the socket will act as server for CURVE security.
getCurveServerKey() - Method in class org.zeromq.ZMQ.Socket
Retrieves the current server key for the socket in binary format of 32 bytes.
getData() - Method in class org.zeromq.ZFrame
 
getDelayAttachOnConnect() - Method in class org.zeromq.ZMQ.Socket
Deprecated.
use ZMQ.Socket.setImmediate(boolean) instead (inverted logic: immediate = true <==> delay attach on connect = false)
getErrorCode() - Method in exception org.zeromq.ZMQException
 
getEvent() - Method in class org.zeromq.ZMQ.Event
 
getEvents() - Method in class org.zeromq.ZMQ.Socket
The 'ZMQ_EVENTS' option shall retrieve event flags for the specified socket.
getFD() - Method in class org.zeromq.ZMQ.Socket
The 'ZMQ_FD' option shall retrieve file descriptor associated with the 0MQ socket.
getFd() - Method in class zmq.Mailbox
 
getFD() - Method in class zmq.SocketBase
 
getFirst() - Method in class org.zeromq.ZMsg
 
getFullVersion() - Static method in class org.zeromq.ZMQ
 
getGlobalHandler() - Method in class org.zeromq.ZPoller
Returns the global events handler for all registered sockets.
getHandshakeIvl() - Method in class org.zeromq.ZMQ.Socket
The ZMQ_HANDSHAKE_IVL option shall retrieve the maximum handshake interval for the specified socket.
getHeartbeatContext() - Method in class org.zeromq.ZMQ.Socket
The ZMQ_HEARTBEAT_CONTEXT option shall set the ping context of the peer for ZMTP heartbeats.
getHeartbeatIvl() - Method in class org.zeromq.ZMQ.Socket
The ZMQ_HEARTBEAT_IVL option shall set the interval between sending ZMTP heartbeats for the specified socket.
getHeartbeatTimeout() - Method in class org.zeromq.ZMQ.Socket
The ZMQ_HEARTBEAT_TIMEOUT option shall set how long to wait before timing-out a connection after sending a PING ZMTP command and not receiving any traffic.
getHeartbeatTtl() - Method in class org.zeromq.ZMQ.Socket
The ZMQ_HEARTBEAT_TTL option shall set the timeout on the remote peer for ZMTP heartbeats.
getHWM() - Method in class org.zeromq.ZMQ.Socket
Deprecated.
getIdentity() - Method in class org.zeromq.ZMQ.Socket
 
getIdentity() - Method in class zmq.pipe.Pipe
 
getImmediate() - Method in class org.zeromq.ZMQ.Socket
Retrieve the state of the attach on connect value.
getInt(int) - Method in class zmq.Msg
 
getIoThreads() - Method in class org.zeromq.ZContext
 
getIOThreads() - Method in class org.zeromq.ZMQ.Context
The size of the 0MQ thread pool to handle I/O operations.
getIPv4Only() - Method in class org.zeromq.ZMQ.Socket
Deprecated.
use ZMQ.Socket.isIPv6() instead (inverted logic: ipv4 = true <==> ipv6 = false)
getIPv6() - Method in class org.zeromq.ZMQ.Context
 
getIPv6() - Method in class org.zeromq.ZMQ.Socket
Retrieve the IPv6 option for the socket.
getItem(int) - Method in class org.zeromq.ZMQ.Poller
Get the PollItem associated with an index.
getLast() - Method in class org.zeromq.ZMsg
 
getLastEndpoint() - Method in class org.zeromq.ZMQ.Socket
The ZMQ_LAST_ENDPOINT option shall retrieve the last endpoint bound for TCP and IPC transports.
getLinger() - Method in class org.zeromq.ZContext
 
getLinger() - Method in class org.zeromq.ZMQ.Socket
The 'ZMQ_LINGER' option shall retrieve the period for pending outbound messages to linger in memory after closing the socket.
getList() - Method in class org.zeromq.proto.ZNeedle
 
getListener() - Method in class org.zeromq.ZBeacon
 
getLoad() - Method in class zmq.io.IOThread
 
getLong(int) - Method in class zmq.Msg
 
getLongString() - Method in class org.zeromq.proto.ZNeedle
 
getLongString(ByteBuffer, int) - Static method in class zmq.util.Wire
 
getLongString(Charset, ByteBuffer, int) - Static method in class zmq.util.Wire
 
getMailbox() - Method in class zmq.io.IOThread
 
getMajorVersion() - Static method in class org.zeromq.ZMQ
 
getMap() - Method in class org.zeromq.proto.ZNeedle
 
getMaxMsgSize() - Method in class org.zeromq.ZMQ.Socket
The option shall retrieve limit for the inbound messages.
getMaxSockets() - Method in class org.zeromq.ZMQ.Context
The maximum number of sockets allowed on the context
getMechanism() - Method in class org.zeromq.ZMQ.Socket
The ZMQ_MECHANISM option shall retrieve the current security mechanism for the socket.
getMessage() - Method in enum org.zeromq.ZMQ.Error
 
getMessageMetadata(Msg, String) - Static method in class zmq.ZMQ
 
getMessageOption(Msg, int) - Static method in class zmq.ZMQ
 
getMeta(String) - Method in class org.zeromq.ZCert
 
getMetadata() - Method in class org.zeromq.ZCert
 
getMetadata(String) - Method in class org.zeromq.ZCertStore
 
getMetadata() - Method in class zmq.Msg
 
getMinorVersion() - Static method in class org.zeromq.ZMQ
 
getMsgAllocationHeapThreshold() - Method in class org.zeromq.ZMQ.Socket
Gets the limit threshold where messages of a given size will be allocated using Direct ByteBuffer.
getMulticastHops() - Method in class org.zeromq.ZMQ.Socket
 
getName() - Method in class org.zeromq.ZConfig
 
getNext() - Method in class org.zeromq.ZMQ.Poller
Deprecated.
use getSize instead
getNumber1() - Method in class org.zeromq.proto.ZNeedle
 
getNumber2() - Method in class org.zeromq.proto.ZNeedle
 
getNumber4() - Method in class org.zeromq.proto.ZNeedle
 
getNumber8() - Method in class org.zeromq.proto.ZNeedle
 
getPatchVersion() - Static method in class org.zeromq.ZMQ
 
getPeerIpAddress(SocketChannel) - Static method in class zmq.io.net.tcp.TcpUtils
 
getPeerIpAddress(SocketChannel) - Static method in class zmq.util.Utils
 
getPeerIpAddress(SocketChannel) - Static method in class zmq.Utils
Deprecated.
 
getPlainPassword() - Method in class org.zeromq.ZMQ.Socket
The ZMQ_PLAIN_PASSWORD option shall retrieve the last password set for the PLAIN security mechanism.
getPlainServer() - Method in class org.zeromq.ZMQ.Socket
Returns the ZMQ_PLAIN_SERVER option, if any, previously set on the socket.
getPlainUsername() - Method in class org.zeromq.ZMQ.Socket
The ZMQ_PLAIN_USERNAME option shall retrieve the last username set for the PLAIN security mechanism.
getPrefix() - Method in class org.zeromq.ZBeacon
 
getProtocol(String) - Static method in enum zmq.io.net.NetProtocol
 
getPublicKey() - Method in class org.zeromq.ZCert
 
getPublicKeyAsZ85() - Method in class org.zeromq.ZCert
 
getRate() - Method in class org.zeromq.ZMQ.Socket
 
getRawSocket() - Method in class org.zeromq.ZMQ.PollItem
 
getRawSocket() - Method in class zmq.poll.PollItem
 
getRcvHWM() - Method in class org.zeromq.ZMQ.Socket
The ZMQ_RCVHWM option shall return the high water mark for inbound messages on the specified socket.
getReceiveBufferSize() - Method in class org.zeromq.ZMQ.Socket
The ZMQ_RCVBUF option shall retrieve the underlying kernel receive buffer size for the specified socket.
getReceiveTimeOut() - Method in class org.zeromq.ZMQ.Socket
Retrieve the timeout for recv operation on the socket.
getReconnectIVL() - Method in class org.zeromq.ZMQ.Socket
The ZMQ_RECONNECT_IVL option shall retrieve the initial reconnection interval for the specified socket.
getReconnectIVLMax() - Method in class org.zeromq.ZMQ.Socket
The ZMQ_RECONNECT_IVL_MAX option shall retrieve the maximum reconnection interval for the specified socket.
getRecoveryInterval() - Method in class org.zeromq.ZMQ.Socket
The ZMQ_RECOVERY_IVL option shall retrieve the recovery interval for multicast transports using the specified socket.
getReqCorrelate() - Method in class org.zeromq.ZMQ.Socket
Deprecated.
getReqRelaxed() - Method in class org.zeromq.ZMQ.Socket
Deprecated.
getSecretKey() - Method in class org.zeromq.ZCert
 
getSecretKeyAsZ85() - Method in class org.zeromq.ZCert
 
getSelectorProviderChooser() - Method in class org.zeromq.ZMQ.Socket
Return the custom SelectorProvider chooser.
getSendBufferSize() - Method in class org.zeromq.ZMQ.Socket
The ZMQ_SNDBUF option shall retrieve the underlying kernel transmit buffer size for the specified socket.
getSendTimeOut() - Method in class org.zeromq.ZMQ.Socket
Retrieve the timeout for send operation on the socket.
getShort(int) - Method in class zmq.Msg
 
getShortString() - Method in class org.zeromq.proto.ZNeedle
 
getShortString(ByteBuffer, int) - Static method in class zmq.util.Wire
 
getShortString(Charset, ByteBuffer, int) - Static method in class zmq.util.Wire
 
getSize() - Method in class org.zeromq.ZMQ.Poller
Get the current poll set size.
getSndHWM() - Method in class org.zeromq.ZMQ.Socket
The ZMQ_SNDHWM option shall return the high water mark for outbound messages on the specified socket.
getSocket(int) - Method in class org.zeromq.ZMQ.Poller
Get the socket associated with an index.
getSocket() - Method in class org.zeromq.ZMQ.PollItem
 
getSocket() - Method in class zmq.io.SessionBase
 
getSocket() - Method in class zmq.poll.PollItem
 
getSocketOpt(int) - Method in class zmq.Options
 
getSocketOpt(int) - Method in class zmq.SocketBase
 
getSocketOption(SocketBase, int) - Static method in class zmq.ZMQ
 
getSocketOptionExt(SocketBase, int) - Static method in class zmq.ZMQ
 
getSocketOptx(int) - Method in class zmq.SocketBase
 
getSockets() - Method in class org.zeromq.ZContext
Return a copy of the list of currently open sockets.
getSocketType() - Method in class org.zeromq.ZMQ.Socket
The 'ZMQ_TYPE option shall retrieve the socket type for the specified 'socket'.
getSocketType() - Method in class org.zeromq.ZSocket
Retrieve the socket type for the current 'socket'.
getSocksProxy() - Method in class org.zeromq.ZMQ.Socket
The ZMQ_SOCKS_PROXY option shall retrieve the SOCKS5 proxy address in string format.
getString() - Method in class org.zeromq.proto.ZNeedle
 
getString(Charset) - Method in class org.zeromq.ZFrame
 
getSwap() - Method in class org.zeromq.ZMQ.Socket
Deprecated.
getTCPKeepAlive() - Method in class org.zeromq.ZMQ.Socket
 
getTCPKeepAliveCount() - Method in class org.zeromq.ZMQ.Socket
 
getTCPKeepAliveIdle() - Method in class org.zeromq.ZMQ.Socket
 
getTCPKeepAliveInterval() - Method in class org.zeromq.ZMQ.Socket
 
getTCPKeepAliveSetting() - Method in class org.zeromq.ZMQ.Socket
Deprecated.
getTid() - Method in class zmq.ZObject
 
getTimeout() - Method in class org.zeromq.ZMQ.Poller
Deprecated.
Timeout handling has been moved to the poll() methods.
getTos() - Method in class org.zeromq.ZMQ.Socket
Retrieve the IP_TOS option for the socket.
getType() - Method in class org.zeromq.ZMQ.Socket
The 'ZMQ_TYPE option shall retrieve the socket type for the specified 'socket'.
getType() - Method in class org.zeromq.ZSocket
Retrieve the socket type for the current 'socket'.
getUInt16(byte[]) - Static method in class zmq.util.Wire
 
getUInt16(ByteBuffer, int) - Static method in class zmq.util.Wire
 
getUInt32(ByteBuffer) - Static method in class zmq.util.Wire
 
getUInt32(ByteBuffer, int) - Static method in class zmq.util.Wire
 
getUInt32(Msg, int) - Static method in class zmq.util.Wire
 
getUInt32(byte[], int) - Static method in class zmq.util.Wire
 
getUInt64(ByteBuffer, int) - Static method in class zmq.util.Wire
 
getUInt64(Msg, int) - Static method in class zmq.util.Wire
 
getUserId() - Method in class zmq.io.mechanism.Mechanism
 
getValue(String) - Method in class org.zeromq.ZConfig
 
getValue(String, String) - Method in class org.zeromq.ZConfig
 
getValue() - Method in class org.zeromq.ZMQ.Event
 
getValue() - Method in enum zmq.Config
 
getValues() - Method in class org.zeromq.ZConfig
 
getVersionString() - Static method in class org.zeromq.ZMQ
 
getWriteIndex() - Method in class zmq.Msg
 
getZapDomain() - Method in class org.zeromq.ZMQ.Socket
The ZMQ_ZAP_DOMAIN option shall retrieve the last ZAP domain set for the socket.
getZAPDomain() - Method in class org.zeromq.ZMQ.Socket
The ZMQ_ZAP_DOMAIN option shall retrieve the last ZAP domain set for the socket.
GssapiClientMechanism - Class in zmq.io.mechanism.gssapi
 
GssapiClientMechanism(Options) - Constructor for class zmq.io.mechanism.gssapi.GssapiClientMechanism
 
GssapiServerMechanism - Class in zmq.io.mechanism.gssapi
 
GssapiServerMechanism(SessionBase, Address, Options) - Constructor for class zmq.io.mechanism.gssapi.GssapiServerMechanism
 

H

handle(ZLoop, ZMQ.PollItem, Object) - Method in interface org.zeromq.ZLoop.IZLoopHandler
 
Handle(SelectableChannel, IPollEvents) - Constructor for class zmq.poll.Poller.Handle
 
handler() - Method in interface org.zeromq.ZPoller.ItemHolder
 
handler() - Method in class org.zeromq.ZPoller.ZPollItem
 
handshakeIvl - Variable in class zmq.Options
 
hasData() - Method in class org.zeromq.ZFrame
Convenience method to ascertain if this frame contains some message data
hasEvent(int) - Method in class zmq.poll.PollItem
 
hashCode() - Method in class org.zeromq.util.ZData
 
hashCode() - Method in class org.zeromq.util.ZMetadata
 
hashCode() - Method in class org.zeromq.ZFrame
 
hashCode() - Method in class org.zeromq.ZMQ.PollItem
 
hashCode() - Method in class org.zeromq.ZMsg
 
hashCode() - Method in class org.zeromq.ZPoller.ZPollItem
 
hashCode() - Method in class zmq.io.Metadata
 
hashCode() - Method in class zmq.poll.Poller.Handle
 
hashCode() - Method in class zmq.util.Blob
 
Hasher() - Constructor for class org.zeromq.ZCertStore.Hasher
 
hasIn() - Method in class zmq.socket.FQ
 
hasMore() - Method in class org.zeromq.ZFrame
 
hasMore() - Method in class zmq.Msg
 
hasMulticastLoop() - Method in class org.zeromq.ZMQ.Socket
Deprecated.
hasOut() - Method in class zmq.socket.LB
 
hasReceiveMore() - Method in class org.zeromq.ZMQ.Socket
The 'ZMQ_RCVMORE' option shall return a boolean value indicating if the multi-part message currently being read from the specified 'socket' has more message parts to follow.
hasReceiveMore() - Method in class org.zeromq.ZSocket
Returns a boolean value indicating if the multipart message currently being read from the Socket and has more message parts to follow.
hasSameData(ZFrame) - Method in class org.zeromq.ZFrame
Returns true if both frames have byte - for byte identical data
hasValues(K) - Method in class zmq.util.MultiMap
 
heartbeatContext - Variable in class zmq.Options
 
heartbeatInterval - Variable in class zmq.Options
 
heartbeatTimeout - Variable in class zmq.Options
 
heartbeatTtl - Variable in class zmq.Options
 
hiccup() - Method in class zmq.pipe.Pipe
 
hiccuped(Pipe) - Method in class zmq.io.SessionBase
 
hiccuped(Pipe) - Method in interface zmq.pipe.Pipe.IPipeEvents
 
hiccuped(Pipe) - Method in class zmq.SocketBase
 
host() - Method in class zmq.io.net.Address
 

I

IDecoder - Interface in zmq.io.coder
 
IDecoder.Step - Interface in zmq.io.coder
 
IDecoder.Step.Result - Enum in zmq.io.coder
 
identity - Variable in class org.zeromq.ZAuth.ZapReply
 
identity - Variable in class org.zeromq.ZAuth.ZapRequest
 
IDENTITY - Static variable in class zmq.io.Metadata
 
IDENTITY - Static variable in class zmq.Msg
 
identity - Variable in class zmq.Options
 
identitySize - Variable in class zmq.Options
 
IEncoder - Interface in zmq.io.coder
 
IEngine - Interface in zmq.io
 
ignoreLocalAddress(boolean) - Method in class org.zeromq.ZBeacon.Builder
 
immediate - Variable in class zmq.Options
 
IN - Static variable in class org.zeromq.ZPoller
 
incSeqnum() - Method in class zmq.io.SessionBase
 
incSeqnum() - Method in class zmq.Own
 
inEvent() - Method in class zmq.io.IOObject
 
inEvent() - Method in class zmq.io.IOThread
 
inEvent() - Method in class zmq.io.net.tcp.SocksConnecter
 
inEvent() - Method in class zmq.io.net.tcp.TcpConnecter
 
inEvent() - Method in class zmq.io.StreamEngine
 
inEvent() - Method in interface zmq.poll.IPollEvents
Called by I/O thread when file descriptor is ready for reading.
inEvent() - Method in class zmq.SocketBase
 
init(Address, boolean, boolean) - Method in class zmq.io.net.norm.NormEngine
 
init(boolean, Address) - Method in class zmq.io.net.pgm.PgmReceiver
 
init(boolean, Address) - Method in class zmq.io.net.pgm.PgmSender
 
init(int) - Static method in class zmq.ZMQ
 
initDelimiter() - Method in class zmq.Msg
 
initStep(Runnable, boolean) - Method in class zmq.io.coder.EncoderBase
 
inProgress - Variable in class zmq.io.coder.Decoder
 
inProgress - Variable in class zmq.io.coder.EncoderBase
 
inProgress - Variable in class zmq.io.coder.raw.RawDecoder
 
insert(K, V) - Method in class zmq.util.MultiMap
 
InstantiationException(Throwable) - Constructor for exception zmq.ZError.InstantiationException
 
InstantiationException(String, Throwable) - Constructor for exception zmq.ZError.InstantiationException
 
InstantiationException(String) - Constructor for exception zmq.ZError.InstantiationException
 
interestOps() - Method in class zmq.poll.PollItem
 
interestOps(int) - Method in class zmq.poll.PollItem
 
interview(ZMQ.Socket) - Method in interface org.zeromq.ZStar.Fortune
The show is over.
IOException(IOException) - Constructor for exception zmq.ZError.IOException
 
IOObject - Class in zmq.io
 
IOObject(IOThread, IPollEvents) - Constructor for class zmq.io.IOObject
 
ioObject - Variable in class zmq.io.net.tcp.TcpConnecter
 
IOThread - Class in zmq.io
 
IOThread(Ctx, int) - Constructor for class zmq.io.IOThread
 
IpcAddress - Class in zmq.io.net.ipc
 
IpcAddress(String) - Constructor for class zmq.io.net.ipc.IpcAddress
 
IpcAddress.IpcAddressMask - Class in zmq.io.net.ipc
 
IpcAddressMask(String, boolean) - Constructor for class zmq.io.net.ipc.IpcAddress.IpcAddressMask
 
IpcConnecter - Class in zmq.io.net.ipc
 
IpcConnecter(IOThread, SessionBase, Options, Address, boolean) - Constructor for class zmq.io.net.ipc.IpcConnecter
 
IpcListener - Class in zmq.io.net.ipc
 
IpcListener(IOThread, SocketBase, Options) - Constructor for class zmq.io.net.ipc.IpcListener
 
IPollEvents - Interface in zmq.poll
 
ipv6 - Variable in class zmq.Options
 
is(int) - Method in class zmq.util.Errno
 
isActive() - Method in class zmq.Ctx
 
isAsServerCurve() - Method in class org.zeromq.ZMQ.Socket
Deprecated.
the naming is inconsistent with jzmq, please use ZMQ.Socket.getCurveServer() instead
isAsServerPlain() - Method in class org.zeromq.ZMQ.Socket
Deprecated.
the naming is inconsistent with jzmq, please use ZMQ.Socket.getPlainServer() instead
isBlocky() - Method in class org.zeromq.ZMQ.Context
 
isClosed() - Method in class org.zeromq.ZContext
 
isClosed() - Method in class org.zeromq.ZMQ.Context
 
isCommand() - Method in class zmq.Msg
 
isConflate() - Method in class org.zeromq.ZMQ.Socket
If in conflate mode, a socket shall keep only one message in its inbound/outbound queue, this message being the last message received/the last message to be sent.
isCredential() - Method in class zmq.Msg
 
isDelimiter() - Method in class zmq.Msg
 
isEmpty() - Method in class org.zeromq.ZMsg
 
isEmpty() - Method in class zmq.io.Metadata
 
isEmpty() - Method in class zmq.util.MultiMap
 
isError() - Method in class org.zeromq.ZMQ.PollItem
 
isError(SelectableChannel) - Method in class org.zeromq.ZPoller
Tells if a channel is in error from this poller.
isError(ZMQ.Socket) - Method in class org.zeromq.ZPoller
Tells if a socket is in error from this poller.
isError() - Method in class zmq.io.coder.EncoderBase
 
isError() - Method in class zmq.poll.PollItem
 
isExited() - Method in interface org.zeromq.ZStar.Exit
Checks in non-blocking mode, if the remote operations have ended.
isIdentity() - Method in class zmq.Msg
 
isImmediate() - Method in class org.zeromq.ZMQ.Socket
Retrieve the state of the attach on connect value.
isIPv6() - Method in class org.zeromq.ZMQ.Context
 
isIPv6() - Method in class org.zeromq.ZMQ.Socket
Retrieve the IPv6 option for the socket.
isMain() - Method in class org.zeromq.ZContext
 
isMechanism(ByteBuffer) - Method in enum zmq.io.mechanism.Mechanisms
 
isReadable() - Method in class org.zeromq.ZMQ.PollItem
 
isReadable(SelectableChannel) - Method in class org.zeromq.ZPoller
Tells if a channel is readable from this poller.
isReadable(ZMQ.Socket) - Method in class org.zeromq.ZPoller
Tells if a socket is readable from this poller.
isReadable() - Method in class zmq.poll.PollItem
 
isResolved() - Method in class zmq.io.net.Address
 
isStarted() - Method in class org.zeromq.ZProxy
Binary inquiry for the status of the proxy.
isTerminated() - Method in class org.zeromq.ZMQ.Context
Returns true if terminate() has been called on ctx.
isTerminating() - Method in class zmq.Own
 
isWritable() - Method in class org.zeromq.ZMQ.PollItem
 
isWritable(SelectableChannel) - Method in class org.zeromq.ZPoller
Tells if a channel is writable from this poller.
isWritable(ZMQ.Socket) - Method in class org.zeromq.ZPoller
Tells if a socket is writable from this poller.
isWritable() - Method in class zmq.poll.PollItem
 
item() - Method in interface org.zeromq.ZPoller.ItemHolder
 
item() - Method in class org.zeromq.ZPoller.ZPollItem
 
items() - Method in class org.zeromq.ZPoller
 
items(Object) - Method in class org.zeromq.ZPoller
 
iterator() - Method in class org.zeromq.ZMsg
 

K

key(V) - Method in class zmq.util.MultiMap
 
KEY_SIZE - Static variable in class org.zeromq.ZMQ.Curve
 
KEY_SIZE_Z85 - Static variable in class org.zeromq.ZMQ.Curve
 
KeyPair(String, String) - Constructor for class org.zeromq.ZMQ.Curve.KeyPair
 
keypair() - Method in class zmq.io.mechanism.curve.Curve
Generates a pair of keys for use with this class.
keypairZ85() - Method in class zmq.io.mechanism.curve.Curve
Generates a pair of Z85-encoded keys for use with this class.
keySet() - Method in class org.zeromq.util.ZMetadata
 
keySet() - Method in class zmq.io.Metadata
 

L

LARGE_FLAG - Static variable in interface zmq.io.coder.v2.V2Protocol
 
launchChild(Own) - Method in class zmq.Own
 
LB - Class in zmq.socket
 
LB() - Constructor for class zmq.socket.LB
 
lights(String, int) - Method in interface org.zeromq.ZStar.Set
Puts the performance name on the front door with big lights.
lights(String, int) - Method in class org.zeromq.ZStar.SimpleSet
 
linger - Variable in class zmq.Options
 
load(String) - Static method in class org.zeromq.ZConfig
 
load(DataInputStream) - Static method in class org.zeromq.ZMsg
Load / append a ZMsg from an open DataInputStream
loadMsg(Msg) - Method in class zmq.io.coder.EncoderBase
 
loadMsg(Msg) - Method in interface zmq.io.coder.IEncoder
 
looped(ZMQ.Socket, ZPoller) - Method in interface org.zeromq.ZActor.Actor
Called at the end of each loop.
looped(ZMQ.Socket, ZPoller) - Method in class org.zeromq.ZActor.Duo
 
looped(ZMQ.Socket, ZPoller) - Method in class org.zeromq.ZActor.SimpleActor
 
looping(ZMQ.Socket, ZPoller) - Method in interface org.zeromq.ZActor.Actor
Called every time just before a loop starts.
looping(ZMQ.Socket, ZPoller) - Method in class org.zeromq.ZActor.Duo
 
looping(ZMQ.Socket, ZPoller) - Method in class org.zeromq.ZActor.SimpleActor
 

M

Mailbox - Class in zmq
 
Mailbox(Ctx, String, int) - Constructor for class zmq.Mailbox
 
makeVersion(int, int, int) - Static method in class org.zeromq.ZMQ
 
makeVersion(int, int, int) - Static method in class zmq.ZMQ
 
matchAddress(SocketAddress) - Method in class zmq.io.net.ipc.IpcAddress.IpcAddressMask
 
matchAddress(SocketAddress) - Method in class zmq.io.net.tcp.TcpAddress.TcpAddressMask
 
maxmsgsize - Variable in class zmq.io.coder.Decoder
 
maxMsgSize - Variable in class zmq.Options
 
mechanism - Variable in class org.zeromq.ZAuth.ZapRequest
 
Mechanism - Class in zmq.io.mechanism
 
Mechanism(SessionBase, Address, Options) - Constructor for class zmq.io.mechanism.Mechanism
 
mechanism - Variable in class zmq.Options
 
Mechanism.Status - Enum in zmq.io.mechanism
 
Mechanisms - Enum in zmq.io.mechanism
 
MESSAGE_SEPARATOR - Static variable in class org.zeromq.ZMQ
 
MESSAGE_SEPARATOR - Static variable in class zmq.ZMQ
 
messageIncomplete() - Method in class zmq.io.coder.Decoder
 
messageReady - Variable in class zmq.io.coder.Decoder
 
messageReady() - Method in class zmq.io.coder.Decoder
 
messageReady - Variable in class zmq.io.coder.Encoder
 
messageReady() - Method in class zmq.io.coder.Encoder
 
messageReady() - Method in class zmq.io.coder.raw.RawEncoder
 
messageReady() - Method in class zmq.io.coder.v1.V1Decoder
 
messageReady() - Method in class zmq.io.coder.v1.V1Encoder
 
messageReady() - Method in class zmq.io.coder.v2.V2Decoder
 
messageReady() - Method in class zmq.io.coder.v2.V2Encoder
 
metadata - Variable in class org.zeromq.ZAuth.ZapReply
 
metadata - Variable in class org.zeromq.ZAuth.ZapRequest
 
Metadata - Class in zmq.io
 
Metadata() - Constructor for class zmq.io.Metadata
 
Metadata(Properties) - Constructor for class zmq.io.Metadata
 
Metadata.ParseListener - Interface in zmq.io
Call backs during parsing process
monitor(String, int) - Method in class org.zeromq.ZMQ.Socket
Start a monitoring socket where events can be received.
monitor(String, int) - Method in class zmq.SocketBase
 
monitorEvent(ZMQ.Event) - Method in class zmq.SocketBase
 
monitorSocket(SocketBase, String, int) - Static method in class zmq.ZMQ
 
MORE - Static variable in class org.zeromq.ZFrame
 
MORE - Static variable in class zmq.Msg
 
MORE_FLAG - Static variable in interface zmq.io.coder.v1.V1Protocol
 
msg() - Method in class zmq.io.coder.Decoder
 
msg() - Method in interface zmq.io.coder.IDecoder
 
msg() - Method in class zmq.io.coder.raw.RawDecoder
 
Msg - Class in zmq
 
Msg() - Constructor for class zmq.Msg
 
Msg(int) - Constructor for class zmq.Msg
 
Msg(byte[]) - Constructor for class zmq.Msg
 
Msg(ByteBuffer) - Constructor for class zmq.Msg
 
Msg(Msg) - Constructor for class zmq.Msg
 
Msg.Builder - Class in zmq
 
MsgAllocator - Interface in zmq.msg
 
MsgAllocatorDirect - Class in zmq.msg
 
MsgAllocatorDirect() - Constructor for class zmq.msg.MsgAllocatorDirect
 
MsgAllocatorHeap - Class in zmq.msg
 
MsgAllocatorHeap() - Constructor for class zmq.msg.MsgAllocatorHeap
 
MsgAllocatorThreshold - Class in zmq.msg
 
MsgAllocatorThreshold() - Constructor for class zmq.msg.MsgAllocatorThreshold
 
MsgAllocatorThreshold(int) - Constructor for class zmq.msg.MsgAllocatorThreshold
 
msgBinaryPicture(String, Object...) - Method in class org.zeromq.proto.ZPicture
Creates a binary encoded 'picture' message to the socket (or actor), so it can be sent.
msgInit() - Static method in class zmq.ZMQ
 
msgInitWithSize(int) - Static method in class zmq.ZMQ
 
Msgs - Class in zmq.io
 
msgSize(Msg) - Static method in class zmq.ZMQ
 
msleep(long) - Static method in class org.zeromq.ZMQ
 
msleep(long) - Static method in class zmq.ZMQ
 
MultiMap<K extends Comparable<? super K>,V> - Class in zmq.util
 
MultiMap() - Constructor for class zmq.util.MultiMap
 

N

name() - Method in interface zmq.io.net.ProtocolFamily
 
name(int) - Static method in enum zmq.socket.Sockets
 
NetProtocol - Enum in zmq.io.net
 
newProxy(ZContext, String, ZAgent.SelectorCreator, ZProxy.Proxy, String, Object...) - Static method in class org.zeromq.ZProxy
newProxy(ZContext, String, ZProxy.Proxy, String, Object...) - Static method in class org.zeromq.ZProxy
Creates a new low-level proxy for better performances.
newStringMsg(String...) - Static method in class org.zeromq.ZMsg
Create a new ZMsg from one or more Strings
newZProxy(ZContext, String, ZAgent.SelectorCreator, ZProxy.Proxy, String, Object...) - Static method in class org.zeromq.ZProxy
newZProxy(ZContext, String, ZProxy.Proxy, String, Object...) - Static method in class org.zeromq.ZProxy
Creates a new proxy in a ZeroMQ way.
next() - Method in class zmq.io.coder.EncoderBase
 
nextEvent() - Method in class org.zeromq.ZMonitor
Gets the next event, blocking for it until available.
nextEvent(boolean) - Method in class org.zeromq.ZMonitor
Gets the next event, blocking for it until available if requested.
nextEvent(int) - Method in class org.zeromq.ZMonitor
Gets the next event, blocking for it until available if requested.
nextHandshakeCommand(Msg) - Method in class zmq.io.mechanism.curve.CurveClientMechanism
 
nextHandshakeCommand(Msg) - Method in class zmq.io.mechanism.curve.CurveServerMechanism
 
nextHandshakeCommand(Msg) - Method in class zmq.io.mechanism.gssapi.GssapiClientMechanism
 
nextHandshakeCommand(Msg) - Method in class zmq.io.mechanism.gssapi.GssapiServerMechanism
 
nextHandshakeCommand(Msg) - Method in class zmq.io.mechanism.Mechanism
 
nextHandshakeCommand(Msg) - Method in class zmq.io.mechanism.plain.PlainClientMechanism
 
nextHandshakeCommand(Msg) - Method in class zmq.io.mechanism.plain.PlainServerMechanism
 
nextReply() - Method in class org.zeromq.ZAuth
Retrieves the next ZAP reply.
nextReply(boolean) - Method in class org.zeromq.ZAuth
Retrieves the next ZAP reply.
nextReply(int) - Method in class org.zeromq.ZAuth
Retrieves the next ZAP reply.
nextStep(Msg, IDecoder.Step) - Method in class zmq.io.coder.DecoderBase
 
nextStep(byte[], int, IDecoder.Step) - Method in class zmq.io.coder.DecoderBase
Deprecated.
nextStep(ByteBuffer, IDecoder.Step) - Method in class zmq.io.coder.DecoderBase
 
nextStep(Msg, Runnable, boolean) - Method in class zmq.io.coder.EncoderBase
 
nextStep(ByteBuffer, int, Runnable, boolean) - Method in class zmq.io.coder.EncoderBase
 
NOBLOCK - Static variable in class org.zeromq.ZMQ
 
NormEngine - Class in zmq.io.net.norm
 
NormEngine(IOThread, Options) - Constructor for class zmq.io.net.norm.NormEngine
 
nowMS() - Static method in class zmq.util.Clock
 
nowNS() - Static method in class zmq.util.Clock
High precision timestamp in nanoseconds.
nowUS() - Static method in class zmq.util.Clock
High precision timestamp in microseconds.

O

Objects - Class in zmq.util
 
offer(ZFrame) - Method in class org.zeromq.ZMsg
 
offerFirst(ZFrame) - Method in class org.zeromq.ZMsg
 
offerLast(ZFrame) - Method in class org.zeromq.ZMsg
 
onBeacon(InetAddress, byte[]) - Method in interface org.zeromq.ZBeacon.Listener
 
oneByteSizeReady - Variable in class zmq.io.coder.Decoder
 
oneByteSizeReady() - Method in class zmq.io.coder.Decoder
 
oneByteSizeReady() - Method in class zmq.io.coder.v1.V1Decoder
 
oneByteSizeReady() - Method in class zmq.io.coder.v2.V2Decoder
 
options - Variable in class zmq.Ctx.Endpoint
 
options - Variable in class zmq.io.mechanism.Mechanism
 
Options - Class in zmq
 
Options() - Constructor for class zmq.Options
 
options - Variable in class zmq.Own
 
org.zeromq - package org.zeromq
Provides high-level bindings for ØMQ.
org.zeromq.proto - package org.zeromq.proto
Provides utility classes for ØMQ zproto.
org.zeromq.timer - package org.zeromq.timer
Provides timing utility classes for ØMQ.
org.zeromq.util - package org.zeromq.util
Provides high-level utility bindings for ØMQ.
OUT - Static variable in class org.zeromq.ZPoller
 
outEvent() - Method in class zmq.io.IOObject
 
outEvent() - Method in class zmq.io.net.tcp.SocksConnecter
 
outEvent() - Method in class zmq.io.net.tcp.TcpConnecter
 
outEvent() - Method in class zmq.io.StreamEngine
 
outEvent() - Method in interface zmq.poll.IPollEvents
Called by I/O thread when file descriptor is ready for writing.
Own - Class in zmq
 
Own(Ctx, int) - Constructor for class zmq.Own
 
Own(IOThread, Options) - Constructor for class zmq.Own
 

P

PAIR - Static variable in class org.zeromq.ZMQ
Deprecated.
pair(ZObject[], int[], boolean[]) - Static method in class zmq.pipe.Pipe
 
Pair - Class in zmq.socket
 
Pair(Ctx, int, int) - Constructor for class zmq.socket.Pair
 
parseBoolean(int, Object) - Static method in class zmq.Options
 
parseBytes(int, Object) - Static method in class zmq.Options
 
parsed(String, byte[], String) - Method in interface zmq.io.Metadata.ParseListener
Called when a property has been parsed.
parseMetadata(Msg, int, boolean) - Method in class zmq.io.mechanism.Mechanism
 
parseMetadata(ByteBuffer, int, boolean) - Method in class zmq.io.mechanism.Mechanism
 
parseString(int, Object) - Static method in class zmq.Options
 
party(long, TimeUnit) - Static method in class org.zeromq.ZStar
 
party(ZContext) - Method in interface org.zeromq.ZStar.TimeTaker
Called when the show is finished but no cleaning is still done.
password - Variable in class org.zeromq.ZAuth.ZapRequest
 
pathExists(String) - Method in class org.zeromq.ZConfig
check if a value-path exists
pause(boolean) - Method in class org.zeromq.ZProxy
Pauses the proxy.
PAUSED - Static variable in class org.zeromq.ZProxy
 
peek() - Method in class org.zeromq.ZMsg
 
peekFirst() - Method in class org.zeromq.ZMsg
 
peekLast() - Method in class org.zeromq.ZMsg
 
PEER_ADDRESS - Static variable in class zmq.io.Metadata
 
peerIdentity() - Method in class zmq.io.mechanism.Mechanism
 
pendConnection(String, Ctx.Endpoint, Pipe[]) - Method in class zmq.ZObject
 
PgmReceiver - Class in zmq.io.net.pgm
 
PgmReceiver(IOThread, Options) - Constructor for class zmq.io.net.pgm.PgmReceiver
 
PgmSender - Class in zmq.io.net.pgm
 
PgmSender(IOThread, Options) - Constructor for class zmq.io.net.pgm.PgmSender
 
pipe() - Method in interface org.zeromq.ZAgent
Returns the socket used for communication.
pipe() - Method in class org.zeromq.ZAgent.SimpleAgent
 
pipe() - Method in class org.zeromq.ZStar
 
Pipe - Class in zmq.pipe
 
Pipe.IPipeEvents - Interface in zmq.pipe
 
pipeTerminated(Pipe) - Method in class zmq.io.SessionBase
 
pipeTerminated(Pipe) - Method in interface zmq.pipe.Pipe.IPipeEvents
 
pipeTerminated(Pipe) - Method in class zmq.SocketBase
 
PlainClientMechanism - Class in zmq.io.mechanism.plain
 
PlainClientMechanism(Options) - Constructor for class zmq.io.mechanism.plain.PlainClientMechanism
 
plainPassword - Variable in class zmq.Options
 
PlainServerMechanism - Class in zmq.io.mechanism.plain
 
PlainServerMechanism(SessionBase, Address, Options) - Constructor for class zmq.io.mechanism.plain.PlainServerMechanism
 
plainUsername - Variable in class zmq.Options
 
plug(IOThread, SessionBase) - Method in class zmq.io.EngineNotImplemented
 
plug(IOThread, SessionBase) - Method in interface zmq.io.IEngine
 
plug() - Method in class zmq.io.IOObject
 
plug(IOThread, SessionBase) - Method in class zmq.io.StreamEngine
 
poll(Selector, ZMQ.PollItem[], long) - Static method in class org.zeromq.ZMQ
 
poll(Selector, ZMQ.PollItem[], int, long) - Static method in class org.zeromq.ZMQ
 
poll() - Method in class org.zeromq.ZMQ.Poller
Issue a poll call.
poll(long) - Method in class org.zeromq.ZMQ.Poller
Issue a poll call, using the specified timeout value.
poll() - Method in class org.zeromq.ZMsg
 
poll(long) - Method in class org.zeromq.ZPoller
Issue a poll call, using the specified timeout value.
poll(long, boolean) - Method in class org.zeromq.ZPoller
Issue a poll call, using the specified timeout value.
poll(Selector, long, Collection<PollItem>) - Method in class org.zeromq.ZPoller
 
poll(Selector, PollItem[], long) - Static method in class zmq.ZMQ
Polling on items with given selector CAUTION: This could be affected by jdk epoll bug
poll(Selector, PollItem[], int, long) - Static method in class zmq.ZMQ
Polling on items with given selector CAUTION: This could be affected by jdk epoll bug
poller() - Method in class org.zeromq.ZMQ.Context
Create a new Poller within this context, with a default size.
poller(int) - Method in class org.zeromq.ZMQ.Context
Create a new Poller within this context, with a specified initial size.
Poller(ZMQ.Context, int) - Constructor for class org.zeromq.ZMQ.Poller
Class constructor.
Poller(ZMQ.Context) - Constructor for class org.zeromq.ZMQ.Poller
Class constructor.
Poller - Class in zmq.poll
 
Poller(Ctx, String) - Constructor for class zmq.poll.Poller
 
Poller.Handle - Class in zmq.poll
 
POLLERR - Static variable in class org.zeromq.ZMQ.Poller
For standard sockets, this flag is passed through ZMQ.poll(Selector, zmq.poll.PollItem[], long) to the underlying poll() system call and generally means that some sort of error condition is present on the socket specified by fd.
pollerr(int) - Method in class org.zeromq.ZMQ.Poller
Check whether the specified element in the poll set was signaled for error.
POLLERR - Static variable in class org.zeromq.ZPoller
 
pollerr(ZMQ.Socket) - Method in class org.zeromq.ZPoller
 
pollerr(SelectableChannel) - Method in class org.zeromq.ZPoller
 
pollFirst() - Method in class org.zeromq.ZMsg
 
POLLIN - Static variable in class org.zeromq.ZMQ.Poller
For ØMQ sockets, at least one message may be received from the socket without blocking.
pollin(int) - Method in class org.zeromq.ZMQ.Poller
Check whether the specified element in the poll set was signaled for input.
POLLIN - Static variable in class org.zeromq.ZPoller
 
pollin(ZMQ.Socket) - Method in class org.zeromq.ZPoller
 
pollin(SelectableChannel) - Method in class org.zeromq.ZPoller
 
PollItem(ZMQ.Socket, int) - Constructor for class org.zeromq.ZMQ.PollItem
 
PollItem(SelectableChannel, int) - Constructor for class org.zeromq.ZMQ.PollItem
 
PollItem - Class in zmq.poll
 
PollItem(SocketBase, int) - Constructor for class zmq.poll.PollItem
 
PollItem(SelectableChannel, int) - Constructor for class zmq.poll.PollItem
 
pollLast() - Method in class org.zeromq.ZMsg
 
POLLOUT - Static variable in class org.zeromq.ZMQ.Poller
For ØMQ sockets, at least one message may be sent to the socket without blocking.
pollout(int) - Method in class org.zeromq.ZMQ.Poller
Check whether the specified element in the poll set was signaled for output.
POLLOUT - Static variable in class org.zeromq.ZPoller
 
pollout(ZMQ.Socket) - Method in class org.zeromq.ZPoller
 
pollout(SelectableChannel) - Method in class org.zeromq.ZPoller
 
pop() - Method in class org.zeromq.ZMsg
 
popString() - Method in class org.zeromq.ZMsg
Pop a ZFrame and return the toString() representation of it.
port(int) - Method in class org.zeromq.ZBeacon.Builder
 
premiere(ZMQ.Socket) - Method in interface org.zeromq.ZActor.Actor
This is the grand premiere! Called before the creation of the first double and the sockets 2nd in the order call of the global acting.
premiere(ZMQ.Socket) - Method in class org.zeromq.ZActor.Duo
 
premiere(ZMQ.Socket) - Method in class org.zeromq.ZActor.SimpleActor
 
premiere(ZMQ.Socket, Object...) - Method in interface org.zeromq.ZStar.Fortune
This is the grand premiere! Called when the star enters the plateau.
prepare() - Method in interface org.zeromq.ZStar.Star
Called when the star is in the wings.
Hint: Can be used to initialize the service, or ...
Key point: no loop has started already.
principal - Variable in class org.zeromq.ZAuth.ZapRequest
 
print(PrintStream, String) - Method in class org.zeromq.util.ZData
 
print(PrintStream, String, byte[], int) - Static method in class org.zeromq.util.ZData
 
print(File) - Method in interface org.zeromq.ZCertStore.Fingerprinter
 
print(File) - Method in class org.zeromq.ZCertStore.Hasher
 
print(File) - Method in class org.zeromq.ZCertStore.Timestamper
 
print(String) - Method in class org.zeromq.ZFrame
 
probe() - Method in class zmq.pipe.YPipe
 
probe() - Method in interface zmq.pipe.YPipeBase
 
probe() - Method in class zmq.pipe.YPipeConflate
 
process() - Method in class zmq.Command
 
processActivateRead() - Method in class zmq.pipe.Pipe
 
processActivateRead() - Method in class zmq.ZObject
 
processActivateWrite(long) - Method in class zmq.pipe.Pipe
 
processActivateWrite(long) - Method in class zmq.ZObject
 
processAttach(IEngine) - Method in class zmq.io.SessionBase
 
processAttach(IEngine) - Method in class zmq.ZObject
 
processBind(Pipe) - Method in class zmq.SocketBase
 
processBind(Pipe) - Method in class zmq.ZObject
 
processDestroy() - Method in class zmq.Own
 
processDestroy() - Method in class zmq.SocketBase
 
processHandshakeCommand(Msg) - Method in class zmq.io.mechanism.curve.CurveClientMechanism
 
processHandshakeCommand(Msg) - Method in class zmq.io.mechanism.curve.CurveServerMechanism
 
processHandshakeCommand(Msg) - Method in class zmq.io.mechanism.gssapi.GssapiClientMechanism
 
processHandshakeCommand(Msg) - Method in class zmq.io.mechanism.gssapi.GssapiServerMechanism
 
processHandshakeCommand(Msg) - Method in class zmq.io.mechanism.Mechanism
 
processHandshakeCommand(Msg) - Method in class zmq.io.mechanism.plain.PlainClientMechanism
 
processHandshakeCommand(Msg) - Method in class zmq.io.mechanism.plain.PlainServerMechanism
 
processHiccup(YPipeBase<Msg>) - Method in class zmq.pipe.Pipe
 
processHiccup(YPipeBase<Msg>) - Method in class zmq.ZObject
 
processOwn(Own) - Method in class zmq.Own
 
processOwn(Own) - Method in class zmq.ZObject
 
processPipeTerm() - Method in class zmq.pipe.Pipe
 
processPipeTerm() - Method in class zmq.ZObject
 
processPipeTermAck() - Method in class zmq.pipe.Pipe
 
processPipeTermAck() - Method in class zmq.ZObject
 
processPlug() - Method in class zmq.io.net.tcp.SocksConnecter
 
processPlug() - Method in class zmq.io.net.tcp.TcpConnecter
 
processPlug() - Method in class zmq.io.net.tcp.TcpListener
 
processPlug() - Method in class zmq.io.SessionBase
 
processPlug() - Method in class zmq.ZObject
 
processReap(SocketBase) - Method in class zmq.ZObject
 
processReaped() - Method in class zmq.ZObject
 
processSeqnum() - Method in class zmq.Own
 
processSeqnum() - Method in class zmq.ZObject
 
processStop() - Method in class zmq.io.IOThread
 
processStop() - Method in class zmq.SocketBase
 
processStop() - Method in class zmq.ZObject
 
processTerm(int) - Method in class zmq.io.net.tcp.SocksConnecter
 
processTerm(int) - Method in class zmq.io.net.tcp.TcpConnecter
 
processTerm(int) - Method in class zmq.io.net.tcp.TcpListener
 
processTerm(int) - Method in class zmq.io.SessionBase
 
processTerm(int) - Method in class zmq.Own
 
processTerm(int) - Method in class zmq.SocketBase
 
processTerm(int) - Method in class zmq.ZObject
 
processTermAck() - Method in class zmq.Own
 
processTermAck() - Method in class zmq.ZObject
 
processTermReq(Own) - Method in class zmq.Own
 
processTermReq(Own) - Method in class zmq.ZObject
 
property(String, byte[]) - Method in class zmq.io.mechanism.Mechanism
 
protocol() - Method in class zmq.io.net.Address
 
ProtocolFamily - Interface in zmq.io.net
Replacement of ProtocolFamily from SDK so it can be used in Android environments.
proxy(ZMQ.Socket, ZMQ.Socket, ZMQ.Socket) - Static method in class org.zeromq.ZMQ
Starts the built-in 0MQ proxy in the current application thread.
proxy(ZMQ.Socket, ZMQ.Socket, ZMQ.Socket, ZMQ.Socket) - Static method in class org.zeromq.ZMQ
 
proxy(SocketBase, SocketBase, SocketBase) - Static method in class zmq.ZMQ
 
proxy(SocketBase, SocketBase, SocketBase, SocketBase) - Static method in class zmq.ZMQ
 
PROXY_PAUSE - Static variable in class org.zeromq.ZMQ
 
PROXY_PAUSE - Static variable in class zmq.ZMQ
 
PROXY_RESUME - Static variable in class org.zeromq.ZMQ
 
PROXY_RESUME - Static variable in class zmq.ZMQ
 
PROXY_TERMINATE - Static variable in class org.zeromq.ZMQ
 
PROXY_TERMINATE - Static variable in class zmq.ZMQ
 
PUB - Static variable in class org.zeromq.ZMQ
Deprecated.
Pub - Class in zmq.socket.pubsub
 
Pub(Ctx, int, int) - Constructor for class zmq.socket.pubsub.Pub
 
publicKey - Variable in class org.zeromq.ZMQ.Curve.KeyPair
Z85-encoded public key.
PULL - Static variable in class org.zeromq.ZMQ
Deprecated.
Pull - Class in zmq.socket.pipeline
 
Pull(Ctx, int, int) - Constructor for class zmq.socket.pipeline.Pull
 
pullMsg() - Method in class zmq.io.SessionBase
 
PUSH - Static variable in class org.zeromq.ZMQ
Deprecated.
push(String) - Method in class org.zeromq.ZMsg
 
push(byte[]) - Method in class org.zeromq.ZMsg
 
push(ZFrame) - Method in class org.zeromq.ZMsg
 
Push - Class in zmq.socket.pipeline
 
Push(Ctx, int, int) - Constructor for class zmq.socket.pipeline.Push
 
pushMsg(Msg) - Method in class zmq.io.SessionBase
 
pushMsg(Msg) - Method in class zmq.socket.reqrep.Req.ReqSession
 
put(int, byte) - Method in class zmq.Msg.Builder
 
put(byte[], int, int) - Method in class zmq.Msg.Builder
 
put(ByteBuffer, int, int) - Method in class zmq.Msg.Builder
 
put(byte) - Method in class zmq.Msg
 
put(int) - Method in class zmq.Msg
 
put(int, byte) - Method in class zmq.Msg
 
put(byte[]) - Method in class zmq.Msg
 
put(byte[], int, int) - Method in class zmq.Msg
 
put(ByteBuffer, int, int) - Method in class zmq.Msg
 
put(ByteBuffer) - Method in class zmq.Msg
 
putBlock(byte[], int) - Method in class org.zeromq.proto.ZNeedle
 
putList(Collection<String>) - Method in class org.zeromq.proto.ZNeedle
 
putLongString(String) - Method in class org.zeromq.proto.ZNeedle
 
putLongString(ByteBuffer, String) - Static method in class zmq.util.Wire
 
putLongString(Charset, ByteBuffer, String) - Static method in class zmq.util.Wire
 
putMap(Map<String, String>) - Method in class org.zeromq.proto.ZNeedle
 
putNumber1(int) - Method in class org.zeromq.proto.ZNeedle
 
putNumber2(int) - Method in class org.zeromq.proto.ZNeedle
 
putNumber4(int) - Method in class org.zeromq.proto.ZNeedle
 
putNumber8(long) - Method in class org.zeromq.proto.ZNeedle
 
putShortString(String) - Method in class org.zeromq.proto.ZNeedle
 
putShortString(String) - Method in class zmq.Msg.Builder
 
putShortString(String) - Method in class zmq.Msg
Puts a string into the message, prefixed with its length.
putShortString(ByteBuffer, String) - Static method in class zmq.util.Wire
 
putShortString(Charset, ByteBuffer, String) - Static method in class zmq.util.Wire
 
putString(String) - Method in class org.zeromq.proto.ZNeedle
 
putUInt16(int) - Static method in class zmq.util.Wire
 
putUInt16(Msg, int) - Static method in class zmq.util.Wire
 
putUInt16(ByteBuffer, int) - Static method in class zmq.util.Wire
 
putUInt32(ByteBuffer, int) - Static method in class zmq.util.Wire
 
putUInt32(int) - Static method in class zmq.util.Wire
 
putUInt32(Msg, int) - Static method in class zmq.util.Wire
 
putUInt64(ByteBuffer, long) - Static method in class zmq.util.Wire
 
putValue(String, String) - Method in class org.zeromq.ZConfig
 
putValues(ZConfig) - Method in class org.zeromq.ZConfig
 

Q

QUEUE - Static variable in class org.zeromq.ZMQ
Deprecated.

R

randomBytes(int) - Static method in class zmq.util.Utils
 
randomBytes(int) - Static method in class zmq.Utils
Deprecated.
 
randomInt() - Static method in class zmq.util.Utils
 
randomInt() - Static method in class zmq.Utils
Deprecated.
 
RawDecoder - Class in zmq.io.coder.raw
 
RawDecoder(int) - Constructor for class zmq.io.coder.raw.RawDecoder
 
RawEncoder - Class in zmq.io.coder.raw
 
RawEncoder(Errno, int) - Constructor for class zmq.io.coder.raw.RawEncoder
 
rawSocket - Variable in class zmq.Options
 
rcvbuf - Variable in class zmq.Options
 
rdtsc() - Static method in class zmq.util.Clock
 
read(String) - Static method in class org.zeromq.util.ZMetadata
 
read(ZConfig) - Static method in class org.zeromq.util.ZMetadata
 
read(Msg, int, Metadata.ParseListener) - Method in class zmq.io.Metadata
 
read(ByteBuffer, int, Metadata.ParseListener) - Method in class zmq.io.Metadata
 
read() - Method in class zmq.pipe.Pipe
 
read() - Method in class zmq.pipe.YPipe
 
read() - Method in interface zmq.pipe.YPipeBase
 
read() - Method in class zmq.pipe.YPipeConflate
 
read(SocketBase, int) - Static method in class zmq.ZMQ.Event
 
read(SocketBase) - Static method in class zmq.ZMQ.Event
 
READABLE - Static variable in class org.zeromq.ZPoller
 
readable(SelectableChannel) - Method in class org.zeromq.ZPoller
 
readable(ZMQ.Socket) - Method in class org.zeromq.ZPoller
 
readable(Object) - Method in class org.zeromq.ZPoller
 
readActivated(Pipe) - Method in class zmq.io.SessionBase
 
readActivated(Pipe) - Method in interface zmq.pipe.Pipe.IPipeEvents
 
readActivated(Pipe) - Method in class zmq.SocketBase
 
ReadException(String, String, AtomicInteger) - Constructor for exception org.zeromq.ZConfig.ReadException
 
readyOps() - Method in class org.zeromq.ZMQ.PollItem
 
readyOps(SelectionKey, int) - Method in class zmq.poll.PollItem
 
readyOps() - Method in class zmq.poll.PollItem
 
readZapMsg() - Method in class zmq.io.SessionBase
 
realloc(Class<T>, T[], int, boolean) - Static method in class zmq.util.Utils
 
realloc(byte[], int) - Static method in class zmq.util.Utils
 
realloc(Class<T>, T[], int, boolean) - Static method in class zmq.Utils
Deprecated.
 
realloc(byte[], int) - Static method in class zmq.Utils
Deprecated.
 
receive() - Method in class org.zeromq.ZSocket
 
receive(int) - Method in class org.zeromq.ZSocket
 
receiveAndProcessZapReply() - Method in class zmq.io.mechanism.Mechanism
 
receiveStringUtf8() - Method in class org.zeromq.ZSocket
 
receiveStringUtf8(int) - Method in class org.zeromq.ZSocket
 
RECONNECT_TIMER_ID - Static variable in class zmq.io.net.tcp.TcpConnecter
 
reconnectIvl - Variable in class zmq.Options
 
reconnectIvlMax - Variable in class zmq.Options
 
recv() - Method in interface org.zeromq.ZAgent
Receives a control message sent from the Plateau in the Corbeille.
recv(int) - Method in interface org.zeromq.ZAgent
Receives a control message sent from the Plateau in the Corbeille.
recv(boolean) - Method in interface org.zeromq.ZAgent
Receives a control message sent from the Plateau in the Corbeille.
recv() - Method in class org.zeromq.ZAgent.SimpleAgent
 
recv(int) - Method in class org.zeromq.ZAgent.SimpleAgent
 
recv(boolean) - Method in class org.zeromq.ZAgent.SimpleAgent
 
recv(ZMQ.Socket, int) - Static method in class org.zeromq.ZMQ.Event
Receive an event from a monitor socket.
recv(ZMQ.Socket) - Static method in class org.zeromq.ZMQ.Event
Receive an event from a monitor socket.
recv() - Method in class org.zeromq.ZMQ.Socket
Receives a message.
recv(int) - Method in class org.zeromq.ZMQ.Socket
Receives a message.
recv(byte[], int, int, int) - Method in class org.zeromq.ZMQ.Socket
Receives a message in to a specified buffer.
recv() - Method in class org.zeromq.ZStar
 
recv(int) - Method in class org.zeromq.ZStar
 
recv(boolean) - Method in class org.zeromq.ZStar
 
recv(long) - Method in class zmq.Mailbox
 
recv(Errno) - Method in class zmq.socket.FQ
 
recv(int) - Method in class zmq.SocketBase
 
recv(SocketBase, int) - Static method in class zmq.ZMQ
 
recvBinaryPicture(ZMQ.Socket, String) - Method in class org.zeromq.proto.ZPicture
Receive a binary encoded 'picture' message from the socket (or actor).
recvBinaryPicture(String) - Method in class org.zeromq.ZMQ.Socket
Receive a binary encoded 'picture' message from the socket (or actor).
recvByteBuffer(ByteBuffer, int) - Method in class org.zeromq.ZMQ.Socket
Receives a message into the specified ByteBuffer.
recvFrame(ZMQ.Socket) - Static method in class org.zeromq.ZFrame
Receives single frame from socket, returns the received frame object, or null if the recv was interrupted.
recvFrame(ZMQ.Socket, int) - Static method in class org.zeromq.ZFrame
Receive a new frame off the socket, Returns newly-allocated frame, or null if there was no input waiting, or if the read was interrupted.
recvHwm - Variable in class zmq.Options
 
recvIdentity - Variable in class zmq.Options
 
recviov(SocketBase, byte[][], int, int) - Method in class zmq.ZMQ
 
recvMsg(ZMQ.Socket) - Static method in class org.zeromq.ZMsg
Receives message from socket, returns ZMsg object or null if the recv was interrupted.
recvMsg(ZMQ.Socket, boolean) - Static method in class org.zeromq.ZMsg
Receives message from socket, returns ZMsg object or null if the recv was interrupted.
recvMsg(ZMQ.Socket, int) - Static method in class org.zeromq.ZMsg
Receives message from socket, returns ZMsg object or null if the recv was interrupted.
recvMsg(ZMQ.Socket, int, Consumer<ZMsg>, Consumer<ZMQException>) - Static method in class org.zeromq.ZMsg
This API is in DRAFT state and is subject to change at ANY time until declared stable handle incoming message with a handler
recvMsg(ZMQ.Socket, int, Consumer<ZMsg>) - Static method in class org.zeromq.ZMsg
This API is in DRAFT state and is subject to change at ANY time until declared stable handle incoming message with a handler
recvMsg(SocketBase, int) - Static method in class zmq.ZMQ
 
recvPicture(ZMQ.Socket, String) - Method in class org.zeromq.proto.ZPicture
Receive a 'picture' message to the socket (or actor).
recvPicture(String) - Method in class org.zeromq.ZMQ.Socket
Receive a 'picture' message to the socket (or actor).
recvPipe(Errno, ValueReference<Pipe>) - Method in class zmq.socket.FQ
 
recvpipe(ValueReference<Pipe>) - Method in class zmq.socket.reqrep.Dealer
 
recvStr() - Method in class org.zeromq.ZMQ.Socket
 
recvStr(int) - Method in class org.zeromq.ZMQ.Socket
Receives a message as a string.
register(ZMQ.Socket) - Method in class org.zeromq.ZMQ.Poller
Register a Socket for polling on all events.
register(SelectableChannel) - Method in class org.zeromq.ZMQ.Poller
Register a Channel for polling on all events.
register(ZMQ.Socket, int) - Method in class org.zeromq.ZMQ.Poller
Register a Socket for polling on the specified events.
register(SelectableChannel, int) - Method in class org.zeromq.ZMQ.Poller
Register a Socket for polling on the specified events.
register(ZMQ.PollItem) - Method in class org.zeromq.ZMQ.Poller
Register a Channel for polling on the specified events.
register(ZMQ.Socket, BiFunction<ZMQ.Socket, Integer, Boolean>, int) - Method in class org.zeromq.ZPoller
Register a Socket for polling on specified events.
register(ZMQ.Socket, ZPoller.EventsHandler, int) - Method in class org.zeromq.ZPoller
Register a Socket for polling on specified events.
register(ZMQ.Socket, ZPoller.EventsHandler) - Method in class org.zeromq.ZPoller
 
register(ZMQ.Socket, int) - Method in class org.zeromq.ZPoller
 
register(SelectableChannel, BiFunction<SelectableChannel, Integer, Boolean>, int) - Method in class org.zeromq.ZPoller
Registers a SelectableChannel for polling on specified events.
register(SelectableChannel, ZPoller.EventsHandler, int) - Method in class org.zeromq.ZPoller
Registers a SelectableChannel for polling on specified events.
register(SelectableChannel, ZPoller.EventsHandler) - Method in class org.zeromq.ZPoller
Registers a SelectableChannel for polling on all events.
register(SelectableChannel, int) - Method in class org.zeromq.ZPoller
Registers a SelectableChannel for polling on specified events.
register(ZPoller.ItemHolder) - Method in class org.zeromq.ZPoller
Register an ItemHolder for polling on specified events.
registerEndpoint(String, Ctx.Endpoint) - Method in class zmq.ZObject
 
remove(String) - Method in class org.zeromq.util.ZMetadata
 
remove(ZMonitor.Event...) - Method in class org.zeromq.ZMonitor
Removes event types from monitor.
remove() - Method in class org.zeromq.ZMsg
 
remove(Object) - Method in class org.zeromq.ZMsg
 
remove(String) - Method in class zmq.io.Metadata
 
remove(K) - Method in class zmq.util.MultiMap
 
remove(V) - Method in class zmq.util.MultiMap
 
remove(K, V) - Method in class zmq.util.MultiMap
 
removeAll(Collection<?>) - Method in class org.zeromq.ZMsg
 
removeFirst() - Method in class org.zeromq.ZMsg
 
removeFirstOccurrence(Object) - Method in class org.zeromq.ZMsg
 
removeHandle(Poller.Handle) - Method in class zmq.io.IOObject
 
removeHandle(Poller.Handle) - Method in class zmq.poll.Poller
 
removeLast() - Method in class org.zeromq.ZMsg
 
removeLastOccurrence(Object) - Method in class org.zeromq.ZMsg
 
removePoller(ZMQ.PollItem) - Method in class org.zeromq.ZLoop
 
removeTimer(Object) - Method in class org.zeromq.ZLoop
 
renews() - Method in interface org.zeromq.ZStar.Star
Does the star want to renew for a new performance ? Hint: Can be used to perform decisions to continue looping or not, or to send computed data to outputs, or ...
Key point: the inner looping mechanism just ended
Decision: to exit or not
REP - Static variable in class org.zeromq.ZMQ
Deprecated.
Rep - Class in zmq.socket.reqrep
 
Rep(Ctx, int, int) - Constructor for class zmq.socket.reqrep.Rep
 
replies(boolean) - Method in class org.zeromq.ZAuth
 
REQ - Static variable in class org.zeromq.ZMQ
Deprecated.
Req - Class in zmq.socket.reqrep
 
Req(Ctx, int, int) - Constructor for class zmq.socket.reqrep.Req
 
Req.ReqSession - Class in zmq.socket.reqrep
 
ReqSession(IOThread, boolean, SocketBase, Options, Address) - Constructor for class zmq.socket.reqrep.Req.ReqSession
 
requireNonNull(T, String) - Static method in class zmq.util.Objects
 
reset() - Method in class org.zeromq.timer.ZTicket.Ticket
Resets the ticket.
reset() - Method in class org.zeromq.timer.ZTimer.Timer
Reset the timer.
reset(String) - Method in class org.zeromq.ZFrame
Sets new contents for frame
reset(byte[]) - Method in class org.zeromq.ZFrame
Sets new contents for frame
reset(ZTimer.Timer) - Method in class org.zeromq.ZTimer
Deprecated.
reset() - Method in class zmq.io.SessionBase
 
reset() - Method in class zmq.socket.reqrep.Req.ReqSession
 
reset(Timers.Timer) - Method in class zmq.util.Timers
Deprecated.
reset() - Method in class zmq.util.Timers.Timer
Reset the timer.
resetFlags(int) - Method in class zmq.Msg
 
resetMetadata() - Method in class zmq.Msg
 
resetPollIn(Poller.Handle) - Method in class zmq.io.IOObject
 
resetPollIn(Poller.Handle) - Method in class zmq.poll.Poller
 
resetPollOut(Poller.Handle) - Method in class zmq.io.IOObject
 
resetPollOut(Poller.Handle) - Method in class zmq.poll.Poller
 
resolve(String, boolean, boolean) - Method in interface zmq.io.net.Address.IZAddress
 
resolve(boolean) - Method in class zmq.io.net.Address
 
resolve(String, boolean, boolean) - Method in class zmq.io.net.ipc.IpcAddress
 
resolve(String, boolean, boolean) - Method in class zmq.io.net.tcp.TcpAddress
 
resolved() - Method in class zmq.io.net.Address
 
restart(ZMsg, ZMQ.Socket, ZProxy.Plug, Object...) - Method in interface org.zeromq.ZProxy.Proxy
Performs a hot restart of the given socket.
restart(ZMsg, ZMQ.Socket, ZProxy.Plug, Object...) - Method in class org.zeromq.ZProxy.Proxy.SimpleProxy
 
restart(ZMsg) - Method in class org.zeromq.ZProxy
Restarts the proxy.
restartInput() - Method in class zmq.io.EngineNotImplemented
 
restartInput() - Method in interface zmq.io.IEngine
 
restartInput() - Method in class zmq.io.StreamEngine
 
restartOutput() - Method in class zmq.io.EngineNotImplemented
 
restartOutput() - Method in interface zmq.io.IEngine
 
restartOutput() - Method in class zmq.io.StreamEngine
 
retainAll(Collection<?>) - Method in class org.zeromq.ZMsg
 
REUSE - Static variable in class org.zeromq.ZFrame
 
rollback() - Method in class zmq.pipe.Pipe
 
rollback() - Method in class zmq.socket.reqrep.Router
 
ROUTER - Static variable in class org.zeromq.ZMQ
Deprecated.
Router - Class in zmq.socket.reqrep
 
Router(Ctx, int, int) - Constructor for class zmq.socket.reqrep.Router
 
run() - Method in class org.zeromq.ZMQQueue
 
run(Object[], ZContext, ZMQ.Socket) - Method in interface org.zeromq.ZThread.IAttachedRunnable
 
run(Object[]) - Method in interface org.zeromq.ZThread.IDetachedRunnable
 
run() - Method in class zmq.poll.Poller
 

S

save(String) - Method in class org.zeromq.ZConfig
Saves the configuration to a file.
save(Writer) - Method in class org.zeromq.ZConfig
 
save(ZMsg, DataOutputStream) - Static method in class org.zeromq.ZMsg
Save message to an open data output stream.
savePublic(String) - Method in class org.zeromq.ZCert
Saves the public key to a file.
savePublic(Writer) - Method in class org.zeromq.ZCert
Saves the public key to a writer.
saveSecret(String) - Method in class org.zeromq.ZCert
Saves the public and secret keys to a file.
saveSecret(Writer) - Method in class org.zeromq.ZCert
Saves the public and secret keys to a writer.
secretKey - Variable in class org.zeromq.ZMQ.Curve.KeyPair
Z85-encoded secret key.
selector() - Method in class org.zeromq.ZMQ.Context
Create a new Selector within this context.
selectorChooser - Variable in class zmq.Options
 
SelectorProviderChooser - Interface in zmq.io.net
By implementing this class, it's possible to change the kind of channel used in tcp connections.
send(ZMsg) - Method in interface org.zeromq.ZAgent
Sends a control message from the Corbeille to the Plateau.
send(ZMsg, boolean) - Method in interface org.zeromq.ZAgent
Sends a control message from Corbeille side to the Plateau side.
send(String) - Method in interface org.zeromq.ZAgent
Sends a control message from the Corbeille to the Plateau side.
send(String, boolean) - Method in interface org.zeromq.ZAgent
Sends a control message from the Corbeille to the Plateau side.
send(ZMsg) - Method in class org.zeromq.ZAgent.SimpleAgent
 
send(String) - Method in class org.zeromq.ZAgent.SimpleAgent
 
send(String, boolean) - Method in class org.zeromq.ZAgent.SimpleAgent
 
send(ZMsg, boolean) - Method in class org.zeromq.ZAgent.SimpleAgent
 
send(String, String...) - Method in class org.zeromq.ZAuth
 
send(ZMQ.Socket, int) - Method in class org.zeromq.ZFrame
Internal method to call org.zeromq.Socket send() method.
send(String) - Method in class org.zeromq.ZMQ.Socket
Queues a message created from data, so it can be sent.
send(String, int) - Method in class org.zeromq.ZMQ.Socket
Queues a message created from data.
send(byte[]) - Method in class org.zeromq.ZMQ.Socket
Queues a message created from data, so it can be sent.
send(byte[], int) - Method in class org.zeromq.ZMQ.Socket
Queues a message created from data, so it can be sent.
send(byte[], int, int, int) - Method in class org.zeromq.ZMQ.Socket
Queues a message created from data, so it can be sent.
send(ZMQ.Socket) - Method in class org.zeromq.ZMsg
Send message to 0MQ socket.
send(ZMQ.Socket, boolean) - Method in class org.zeromq.ZMsg
Send message to 0MQ socket, destroys contents after sending if destroy param is set to true.
send(byte[]) - Method in class org.zeromq.ZSocket
 
send(byte[], int) - Method in class org.zeromq.ZSocket
 
send(ZMsg) - Method in class org.zeromq.ZStar
 
send(ZMsg, boolean) - Method in class org.zeromq.ZStar
 
send(String) - Method in class org.zeromq.ZStar
 
send(String, boolean) - Method in class org.zeromq.ZStar
 
send(Msg, int) - Method in class zmq.SocketBase
 
send(SocketBase, String, int) - Static method in class zmq.ZMQ
 
send(SocketBase, Msg, int) - Static method in class zmq.ZMQ
 
send(SocketBase, byte[], int) - Static method in class zmq.ZMQ
 
send(SocketBase, byte[], int, int) - Static method in class zmq.ZMQ
 
sendActivateRead(Pipe) - Method in class zmq.ZObject
 
sendActivateWrite(Pipe, long) - Method in class zmq.ZObject
 
sendAndDestroy(ZMQ.Socket, int) - Method in class org.zeromq.ZFrame
Sends frame to socket if it contains data.
sendAndDestroy(ZMQ.Socket) - Method in class org.zeromq.ZFrame
Sends frame to socket if it contains data.
sendAndKeep(ZMQ.Socket, int) - Method in class org.zeromq.ZFrame
Sends frame to socket if it contains any data.
sendAndKeep(ZMQ.Socket) - Method in class org.zeromq.ZFrame
Sends frame to socket if it contains any data.
sendAttach(SessionBase, IEngine) - Method in class zmq.ZObject
 
sendAttach(SessionBase, IEngine, boolean) - Method in class zmq.ZObject
 
sendBinaryPicture(ZMQ.Socket, String, Object...) - Method in class org.zeromq.proto.ZPicture
 
sendBinaryPicture(String, Object...) - Method in class org.zeromq.ZMQ.Socket
Queues a binary encoded 'picture' message to the socket (or actor), so it can be sent.
sendBind(Own, Pipe) - Method in class zmq.ZObject
 
sendBind(Own, Pipe, boolean) - Method in class zmq.ZObject
 
sendByteBuffer(ByteBuffer, int) - Method in class org.zeromq.ZMQ.Socket
Queues a message created from data, so it can be sent.
sendDone() - Method in class zmq.ZObject
 
sendFrame(ZFrame, int) - Method in class org.zeromq.ZSocket
Send a frame
sendHiccup(Pipe, YPipeBase<Msg>) - Method in class zmq.ZObject
 
sendHwm - Variable in class zmq.Options
 
sendInprocConnected(SocketBase) - Method in class zmq.ZObject
 
sendiov(SocketBase, byte[][], int, int) - Method in class zmq.ZMQ
 
sendMessage(ZMsg) - Method in class org.zeromq.ZSocket
 
sendMore(String) - Method in class org.zeromq.ZMQ.Socket
Queues a multi-part message created from data, so it can be sent.
sendMore(byte[]) - Method in class org.zeromq.ZMQ.Socket
Queues a multi-part message created from data, so it can be sent.
sendMsg(SocketBase, byte[]...) - Static method in class zmq.ZMQ
 
sendMsg(SocketBase, Msg, int) - Static method in class zmq.ZMQ
 
sendOwn(Own, Own) - Method in class zmq.ZObject
 
sendPicture(ZMQ.Socket, String, Object...) - Method in class org.zeromq.proto.ZPicture
Queues a 'picture' message to the socket (or actor), so it can be sent.
sendPicture(String, Object...) - Method in class org.zeromq.ZMQ.Socket
Queues a 'picture' message to the socket (or actor), so it can be sent.
sendpipe(Msg, Errno, ValueReference<Pipe>) - Method in class zmq.socket.LB
 
sendpipe(Msg, ValueReference<Pipe>) - Method in class zmq.socket.reqrep.Dealer
 
sendPipeTerm(Pipe) - Method in class zmq.ZObject
 
sendPipeTermAck(Pipe) - Method in class zmq.ZObject
 
sendPlug(Own) - Method in class zmq.ZObject
 
sendPlug(Own, boolean) - Method in class zmq.ZObject
 
sendReap(SocketBase) - Method in class zmq.ZObject
 
sendReaped() - Method in class zmq.ZObject
 
sendStop() - Method in class zmq.ZObject
 
sendStringUtf8(String) - Method in class org.zeromq.ZSocket
 
sendStringUtf8(String, int) - Method in class org.zeromq.ZSocket
 
sendTerm(Own, int) - Method in class zmq.ZObject
 
sendTermAck(Own) - Method in class zmq.ZObject
 
sendTermReq(Own, Own) - Method in class zmq.ZObject
 
sendZapRequest(Mechanisms, boolean) - Method in class zmq.io.mechanism.Mechanism
 
sequence - Variable in class org.zeromq.ZAuth.ZapReply
 
sequence - Variable in class org.zeromq.ZAuth.ZapRequest
 
server(byte[]) - Method in class org.zeromq.ZBeacon.Builder
 
session - Variable in class zmq.io.mechanism.Mechanism
 
SessionBase - Class in zmq.io
 
SessionBase(IOThread, boolean, SocketBase, Options, Address) - Constructor for class zmq.io.SessionBase
 
set(String, String) - Method in class org.zeromq.util.ZMetadata
 
set(int, int) - Method in class zmq.Ctx
 
set(String, String) - Method in class zmq.io.Metadata
 
set(Metadata) - Method in class zmq.io.Metadata
 
set(int) - Method in class zmq.util.Errno
 
set(V) - Method in class zmq.util.ValueReference
 
setAddress(String) - Method in class zmq.io.net.ipc.IpcListener
 
setAddress(String) - Method in class zmq.io.net.tcp.TcpListener
 
setAffinity(long) - Method in class org.zeromq.ZMQ.Socket
Get the Affinity.
setAsServerCurve(boolean) - Method in class org.zeromq.ZMQ.Socket
Deprecated.
the naming is inconsistent with jzmq, please use ZMQ.Socket.setCurveServer(boolean) instead
setAsServerPlain(boolean) - Method in class org.zeromq.ZMQ.Socket
Deprecated.
the naming is inconsistent with jzmq, please use ZMQ.Socket.setPlainServer(boolean) instead
setBacklog(long) - Method in class org.zeromq.ZMQ.Socket
Deprecated.
this option uses integer range, use ZMQ.Socket.setBacklog(int) instead.
setBacklog(int) - Method in class org.zeromq.ZMQ.Socket
The ZMQ_BACKLOG option shall set the maximum length of the queue of outstanding peer connections for the specified socket; this only applies to connection-oriented transports.
setBeacon(byte[]) - Method in class org.zeromq.ZBeacon
 
setBlocky(boolean) - Method in class org.zeromq.ZMQ.Context
 
setBroadcastInterval(long) - Method in class org.zeromq.ZBeacon
 
setConflate(boolean) - Method in class org.zeromq.ZMQ.Socket
If set, a socket shall keep only one message in its inbound/outbound queue, this message being the last message received/the last message to be sent.
setConnectRid(String) - Method in class org.zeromq.ZMQ.Socket
The ZMQ_CONNECT_RID option sets the peer id of the next host connected via the connect() call, and immediately readies that connection for data transfer with the named id.
setConnectRid(byte[]) - Method in class org.zeromq.ZMQ.Socket
The ZMQ_CONNECT_RID option sets the peer id of the next host connected via the connect() call, and immediately readies that connection for data transfer with the named id.
setContext(ZMQ.Context) - Method in class org.zeromq.ZContext
Deprecated.
This value should not be changed after the ZContext is initialized.
setContextOption(Ctx, int, int) - Static method in class zmq.ZMQ
 
setCurvePublicKey(byte[]) - Method in class org.zeromq.ZMQ.Socket
Sets the socket's long term public key.
setCurveSecretKey(byte[]) - Method in class org.zeromq.ZMQ.Socket
Sets the socket's long term secret key.
setCurveServer(boolean) - Method in class org.zeromq.ZMQ.Socket
Defines whether the socket will act as server for CURVE security, see zmq_curve(7).
setCurveServerKey(byte[]) - Method in class org.zeromq.ZMQ.Socket
Sets the socket's long term server key.
setDecoder(Class<? extends IDecoder>) - Method in class org.zeromq.ZMQ.Socket
Deprecated.
setDelay(long) - Method in class org.zeromq.timer.ZTicket.Ticket
Changes the delay of the ticket.
setDelayAttachOnConnect(boolean) - Method in class org.zeromq.ZMQ.Socket
Deprecated.
use ZMQ.Socket.setImmediate(boolean) instead (warning, the boolean is inverted)
setEncoder(Class<? extends IEncoder>) - Method in class org.zeromq.ZMQ.Socket
Deprecated.
setEventSink(Pipe.IPipeEvents) - Method in class zmq.pipe.Pipe
 
setFd(SocketChannel) - Method in class zmq.Msg
 
setFlags(int) - Method in class zmq.Msg.Builder
 
setFlags(int) - Method in class zmq.Msg
 
setGlobalHandler(ZPoller.EventsHandler) - Method in class org.zeromq.ZPoller
Sets the global events handler for all registered sockets.
setHandshakeIvl(int) - Method in class org.zeromq.ZMQ.Socket
The ZMQ_HANDSHAKE_IVL option shall set the maximum handshake interval for the specified socket.
setHeartbeatContext(byte[]) - Method in class org.zeromq.ZMQ.Socket
The ZMQ_HEARTBEAT_CONTEXT option shall set the ping context of the peer for ZMTP heartbeats.
setHeartbeatIvl(int) - Method in class org.zeromq.ZMQ.Socket
The ZMQ_HEARTBEAT_IVL option shall set the interval between sending ZMTP heartbeats for the specified socket.
setHeartbeatTimeout(int) - Method in class org.zeromq.ZMQ.Socket
The ZMQ_HEARTBEAT_TIMEOUT option shall set how long to wait before timing-out a connection after sending a PING ZMTP command and not receiving any traffic.
setHeartbeatTtl(int) - Method in class org.zeromq.ZMQ.Socket
The ZMQ_HEARTBEAT_TTL option shall set the timeout on the remote peer for ZMTP heartbeats.
setHWM(long) - Method in class org.zeromq.ZMQ.Socket
Deprecated.
this option uses integer range, use ZMQ.Socket.setHWM(int) instead
setHWM(int) - Method in class org.zeromq.ZMQ.Socket
The 'ZMQ_HWM' option shall set the high water mark for the specified 'socket'.
setHwms(int, int) - Method in class zmq.pipe.Pipe
 
setIdentity(byte[]) - Method in class org.zeromq.ZMQ.Socket
The 'ZMQ_IDENTITY' option shall set the identity of the specified 'socket'.
setIdentity(Blob) - Method in class zmq.pipe.Pipe
 
setImmediate(boolean) - Method in class org.zeromq.ZMQ.Socket
Accept messages immediately or only when connections are made
setInterval(long) - Method in class org.zeromq.timer.ZTimer.Timer
Changes the interval of the timer.
setInterval(ZTimer.Timer, long) - Method in class org.zeromq.ZTimer
Deprecated.
setInterval(Timers.Timer, long) - Method in class zmq.util.Timers
Deprecated.
setInterval(long) - Method in class zmq.util.Timers.Timer
Changes the interval of the timer.
setIoThreads(int) - Method in class org.zeromq.ZContext
Deprecated.
This value should not be changed after the context is initialized.
setIOThreads(int) - Method in class org.zeromq.ZMQ.Context
Set the size of the 0MQ thread pool to handle I/O operations.
setIpTypeOfService(Channel, int) - Static method in class zmq.io.net.tcp.TcpUtils
 
setIPv4Only(boolean) - Method in class org.zeromq.ZMQ.Socket
Deprecated.
use ZMQ.Socket.setIPv6(boolean) instead (inverted logic: ipv4 = true <==> ipv6 = false)
setIPv6(boolean) - Method in class org.zeromq.ZMQ.Context
 
setIPv6(boolean) - Method in class org.zeromq.ZMQ.Socket
Set the IPv6 option for the socket.
setLinger(int) - Method in class org.zeromq.ZContext
 
setLinger(long) - Method in class org.zeromq.ZMQ.Socket
Deprecated.
the linger option has only integer range, use ZMQ.Socket.setLinger(int) instead
setLinger(int) - Method in class org.zeromq.ZMQ.Socket
The ZMQ_LINGER option shall set the linger period for the specified socket.
setListener(ZBeacon.Listener) - Method in class org.zeromq.ZBeacon
 
setMain(boolean) - Method in class org.zeromq.ZContext
Deprecated.
This value should not be changed after the context is initialized.
setMaxMsgSize(long) - Method in class org.zeromq.ZMQ.Socket
Limits the size of the inbound message.
setMaxSockets(int) - Method in class org.zeromq.ZMQ.Context
Sets the maximum number of sockets allowed on the context
setMeta(String, String) - Method in class org.zeromq.ZCert
 
setMetadata(Metadata) - Method in class zmq.Msg
 
setMsgAllocationHeapThreshold(int) - Method in class org.zeromq.ZMQ.Socket
Sets the limit threshold where messages of a given size will be allocated using Direct ByteBuffer.
setMsgAllocator(MsgAllocator) - Method in class org.zeromq.ZMQ.Socket
Sets a custom message allocator.
setMulticastHops(long) - Method in class org.zeromq.ZMQ.Socket
Sets the time-to-live field in every multicast packet sent from this socket.
setMulticastLoop(boolean) - Method in class org.zeromq.ZMQ.Socket
Deprecated.
setNoDelay() - Method in class zmq.pipe.Pipe
 
setPlainPassword(String) - Method in class org.zeromq.ZMQ.Socket
Sets the password for outgoing connections over TCP or IPC.
setPlainPassword(byte[]) - Method in class org.zeromq.ZMQ.Socket
Sets the password for outgoing connections over TCP or IPC.
setPlainServer(boolean) - Method in class org.zeromq.ZMQ.Socket
Defines whether the socket will act as server for PLAIN security, see zmq_plain(7).
setPlainUsername(String) - Method in class org.zeromq.ZMQ.Socket
Sets the username for outgoing connections over TCP or IPC.
setPlainUsername(byte[]) - Method in class org.zeromq.ZMQ.Socket
Sets the username for outgoing connections over TCP or IPC.
setPollAccept(Poller.Handle) - Method in class zmq.io.IOObject
 
setPollAccept(Poller.Handle) - Method in class zmq.poll.Poller
 
setPollConnect(Poller.Handle) - Method in class zmq.io.IOObject
 
setPollConnect(Poller.Handle) - Method in class zmq.poll.Poller
 
setPollIn(Poller.Handle) - Method in class zmq.io.IOObject
 
setPollIn(Poller.Handle) - Method in class zmq.poll.Poller
 
setPollOut(Poller.Handle) - Method in class zmq.io.IOObject
 
setPollOut(Poller.Handle) - Method in class zmq.poll.Poller
 
setPrefix(byte[]) - Method in class org.zeromq.ZBeacon
 
setProbeRouter(boolean) - Method in class org.zeromq.ZMQ.Socket
When set to true, the socket will automatically send an empty message when a new connection is made or accepted.
setRate(long) - Method in class org.zeromq.ZMQ.Socket
The 'ZMQ_RATE' option shall set the maximum send or receive data rate for multicast transports such as in the man page of zmq_pgm[7] using the specified 'socket'.
setRcvHWM(int) - Method in class org.zeromq.ZContext
Set initial receive HWM for all new normal sockets created in context.
setRcvHWM(long) - Method in class org.zeromq.ZMQ.Socket
Deprecated.
this option uses integer range, use ZMQ.Socket.setRcvHWM(int) instead
setRcvHWM(int) - Method in class org.zeromq.ZMQ.Socket
The ZMQ_RCVHWM option shall set the high water mark for inbound messages on the specified socket.
setReceiveBufferSize(long) - Method in class org.zeromq.ZMQ.Socket
Deprecated.
this option uses integer range, use ZMQ.Socket.setReceiveBufferSize(int) instead
setReceiveBufferSize(int) - Method in class org.zeromq.ZMQ.Socket
The 'ZMQ_RCVBUF' option shall set the underlying kernel receive buffer size for the 'socket' to the specified size in bytes.
setReceiveTimeOut(int) - Method in class org.zeromq.ZMQ.Socket
Sets the timeout for receive operation on the socket.
setReconnectIVL(long) - Method in class org.zeromq.ZMQ.Socket
Deprecated.
reconnect interval option uses integer range, use ZMQ.Socket.setReconnectIVL(int) instead
setReconnectIVL(int) - Method in class org.zeromq.ZMQ.Socket
The ZMQ_RECONNECT_IVL option shall set the initial reconnection interval for the specified socket.
setReconnectIVLMax(long) - Method in class org.zeromq.ZMQ.Socket
Deprecated.
this option uses integer range, use ZMQ.Socket.setReconnectIVLMax(int) instead
setReconnectIVLMax(int) - Method in class org.zeromq.ZMQ.Socket
The ZMQ_RECONNECT_IVL_MAX option shall set the maximum reconnection interval for the specified socket.
setRecoveryInterval(long) - Method in class org.zeromq.ZMQ.Socket
The 'ZMQ_RECOVERY_IVL' option shall set the recovery interval for multicast transports using the specified 'socket'.
setReqCorrelate(boolean) - Method in class org.zeromq.ZMQ.Socket
The default behavior of REQ sockets is to rely on the ordering of messages to match requests and responses and that is usually sufficient.
setReqRelaxed(boolean) - Method in class org.zeromq.ZMQ.Socket
By default, a REQ socket does not allow initiating a new request with zmq_send(3) until the reply to the previous one has been received.
setReuseAddress(Channel, boolean) - Static method in class zmq.io.net.tcp.TcpUtils
 
setRouterHandover(boolean) - Method in class org.zeromq.ZMQ.Socket
If two clients use the same identity when connecting to a ROUTER, the results shall depend on the ZMQ_ROUTER_HANDOVER option setting.
setRouterMandatory(boolean) - Method in class org.zeromq.ZMQ.Socket
Sets the ROUTER socket behavior when an unroutable message is encountered.
setRouterRaw(boolean) - Method in class org.zeromq.ZMQ.Socket
Sets the raw mode on the ROUTER, when set to true.
setSelectorChooser(SelectorProviderChooser) - Method in class org.zeromq.ZMQ.Socket
Set a custom SelectorProvider chooser.
setSendBufferSize(long) - Method in class org.zeromq.ZMQ.Socket
Deprecated.
this option uses integer range, use ZMQ.Socket.setSendBufferSize(int) instead
setSendBufferSize(int) - Method in class org.zeromq.ZMQ.Socket
The 'ZMQ_SNDBUF' option shall set the underlying kernel transmit buffer size for the 'socket' to the specified size in bytes.
setSendTimeOut(int) - Method in class org.zeromq.ZMQ.Socket
Sets the timeout for send operation on the socket.
setSndHWM(int) - Method in class org.zeromq.ZContext
Set initial receive HWM for all new normal sockets created in context.
setSndHWM(long) - Method in class org.zeromq.ZMQ.Socket
Deprecated.
this option uses integer range, use ZMQ.Socket.setSndHWM(int) instead
setSndHWM(int) - Method in class org.zeromq.ZMQ.Socket
The ZMQ_SNDHWM option shall set the high water mark for outbound messages on the specified socket.
setSocketOpt(int, Object) - Method in class zmq.Options
 
setSocketOpt(int, Object) - Method in class zmq.SocketBase
 
setSocketOption(SocketBase, int, Object) - Static method in class zmq.ZMQ
 
setSocksProxy(String) - Method in class org.zeromq.ZMQ.Socket
Sets the SOCKS5 proxy address that shall be used by the socket for the TCP connection(s).
setSocksProxy(byte[]) - Method in class org.zeromq.ZMQ.Socket
Sets the SOCKS5 proxy address that shall be used by the socket for the TCP connection(s).
setSwap(long) - Method in class org.zeromq.ZMQ.Socket
Deprecated.
setTCPKeepAlive(long) - Method in class org.zeromq.ZMQ.Socket
Deprecated.
setTCPKeepAlive(int) - Method in class org.zeromq.ZMQ.Socket
Override SO_KEEPALIVE socket option (where supported by OS) to enable keep-alive packets for a socket connection.
setTCPKeepAliveCount(long) - Method in class org.zeromq.ZMQ.Socket
Override TCP_KEEPCNT socket option (where supported by OS).
setTCPKeepAliveIdle(long) - Method in class org.zeromq.ZMQ.Socket
Override TCP_KEEPCNT (or TCP_KEEPALIVE on some OS) socket option (where supported by OS).
setTCPKeepAliveInterval(long) - Method in class org.zeromq.ZMQ.Socket
Override TCP_KEEPINTVL socket option (where supported by OS).
setTcpReceiveBuffer(Channel, int) - Static method in class zmq.io.net.tcp.TcpUtils
 
setTcpSendBuffer(Channel, int) - Static method in class zmq.io.net.tcp.TcpUtils
 
setTid(int) - Method in class zmq.ZObject
 
setTimeout(long) - Method in class org.zeromq.ZMQ.Poller
Deprecated.
Timeout handling has been moved to the poll() methods.
setTos(int) - Method in class org.zeromq.ZMQ.Socket
Sets the ToS fields (Differentiated services (DS) and Explicit Congestion Notification (ECN) field of the IP header.
setUncaughtExceptionHandlers(Thread.UncaughtExceptionHandler, Thread.UncaughtExceptionHandler) - Method in class org.zeromq.ZBeacon
 
setVerbose(boolean) - Method in class org.zeromq.ZAuth
Enable verbose tracing of commands and activity
setWriteIndex(int) - Method in class zmq.Msg
 
setXpubManual(boolean) - Method in class org.zeromq.ZMQ.Socket
 
setXpubNoDrop(boolean) - Method in class org.zeromq.ZMQ.Socket
Sets the XPUB socket behaviour to return error EAGAIN if SENDHWM is reached and the message could not be send.
setXpubVerbose(boolean) - Method in class org.zeromq.ZMQ.Socket
Sets the XPUB socket behavior on new subscriptions and unsubscriptions.
setXpubVerboser(boolean) - Method in class org.zeromq.ZMQ.Socket
 
setZapDomain(String) - Method in class org.zeromq.ZMQ.Socket
Sets the domain for ZAP (ZMQ RFC 27) authentication.
setZapDomain(byte[]) - Method in class org.zeromq.ZMQ.Socket
Sets the domain for ZAP (ZMQ RFC 27) authentication.
setZAPDomain(String) - Method in class org.zeromq.ZMQ.Socket
Sets the domain for ZAP (ZMQ RFC 27) authentication.
setZAPDomain(byte[]) - Method in class org.zeromq.ZMQ.Socket
Sets the domain for ZAP (ZMQ RFC 27) authentication.
shadow(ZContext) - Static method in class org.zeromq.ZContext
Creates new shadow context.
SHARED - Static variable in class zmq.Msg
 
sign() - Method in interface org.zeromq.ZAgent
Gives a sign if the distant Star is here.
sign() - Method in class org.zeromq.ZAgent.SimpleAgent
 
sign() - Method in class org.zeromq.ZStar
 
SimpleActor() - Constructor for class org.zeromq.ZActor.SimpleActor
 
SimpleAgent(ZMQ.Socket, String) - Constructor for class org.zeromq.ZAgent.SimpleAgent
Creates a new simple agent.
SimpleCreator() - Constructor for class org.zeromq.ZPoller.SimpleCreator
 
SimpleCurveAuth() - Constructor for class org.zeromq.ZAuth.SimpleCurveAuth
 
SimpleCurveAuth(ZCertStore.Fingerprinter) - Constructor for class org.zeromq.ZAuth.SimpleCurveAuth
 
SimpleNullAuth() - Constructor for class org.zeromq.ZAuth.SimpleNullAuth
 
SimplePlainAuth() - Constructor for class org.zeromq.ZAuth.SimplePlainAuth
 
SimpleProxy() - Constructor for class org.zeromq.ZProxy.Proxy.SimpleProxy
 
SimpleSet() - Constructor for class org.zeromq.ZStar.SimpleSet
 
size() - Method in class org.zeromq.util.ZDigest
 
size() - Method in class org.zeromq.ZFrame
Returns byte size of frame, if set, else 0
size() - Method in class org.zeromq.ZMsg
 
size() - Method in class zmq.Msg.Builder
 
size() - Method in class zmq.Msg
 
size() - Method in class zmq.util.Blob
 
sizeReady(long) - Method in class zmq.io.coder.Decoder
 
sizeReady - Variable in class zmq.io.coder.Encoder
 
sizeReady() - Method in class zmq.io.coder.Encoder
 
sizeReady() - Method in class zmq.io.coder.raw.RawEncoder
 
sizeReady() - Method in class zmq.io.coder.v1.V1Encoder
 
sizeReady() - Method in class zmq.io.coder.v2.V2Encoder
 
sleep(long) - Static method in class org.zeromq.ZMQ
 
sleep(long, TimeUnit) - Static method in class org.zeromq.ZMQ
 
sleep(long) - Static method in class zmq.ZMQ
 
sleep(long, TimeUnit) - Static method in class zmq.ZMQ
 
sleepAndExecute() - Method in class org.zeromq.timer.ZTimer
Sleeps until at least one timer can be executed and execute the timers.
sleepAndExecute() - Method in class org.zeromq.ZTimer
Deprecated.
Sleeps until at least one timer can be executed and execute the timers.
sleepAndExecute() - Method in class zmq.util.Timers
 
sndbuf - Variable in class zmq.Options
 
SNDMORE - Static variable in class org.zeromq.ZMQ
Socket flag to indicate that more message parts are coming.
socket(SocketType) - Method in class org.zeromq.ZMQ.Context
Creates a ØMQ socket within the specified context and return an opaque handle to the newly created socket.
socket(int) - Method in class org.zeromq.ZMQ.Context
Deprecated.
Socket(ZMQ.Context, SocketType) - Constructor for class org.zeromq.ZMQ.Socket
Class constructor.
Socket(ZMQ.Context, int) - Constructor for class org.zeromq.ZMQ.Socket
Deprecated.
use Socket#Socket(Context, SocketType)
Socket(SocketBase) - Constructor for class org.zeromq.ZMQ.Socket
 
socket() - Method in interface org.zeromq.ZPoller.ItemHolder
 
socket() - Method in class org.zeromq.ZPoller.ZPollItem
 
socket - Variable in class zmq.Ctx.Endpoint
 
socket - Variable in class zmq.io.SessionBase
 
socket(Ctx, int) - Static method in class zmq.ZMQ
 
SOCKET_TYPE - Static variable in class zmq.io.Metadata
 
SocketBase - Class in zmq
 
SocketBase(Ctx, int, int) - Constructor for class zmq.SocketBase
 
socketId - Variable in class zmq.Options
 
Sockets - Enum in zmq.socket
 
SocketType - Enum in org.zeromq
Socket Type enumeration
socketType(int) - Method in class zmq.io.mechanism.Mechanism
 
SocksConnecter - Class in zmq.io.net.tcp
 
SocksConnecter(IOThread, SessionBase, Options, Address, Address, boolean) - Constructor for class zmq.io.net.tcp.SocksConnecter
 
socksProxyAddress - Variable in class zmq.Options
 
sourceAddress() - Method in interface zmq.io.net.Address.IZAddress
 
sourceAddress() - Method in class zmq.io.net.ipc.IpcAddress
 
sourceAddress() - Method in class zmq.io.net.tcp.TcpAddress
 
stage(ZMQ.Socket, ZMQ.Socket, ZPoller, int) - Method in interface org.zeromq.ZActor.Actor
The actor received a message from the created sockets during a loop.
stage(ZMQ.Socket, ZMQ.Socket, ZPoller, int) - Method in class org.zeromq.ZActor.Duo
 
stage(ZMQ.Socket, ZMQ.Socket, ZPoller, int) - Method in class org.zeromq.ZActor.SimpleActor
 
StandardProtocolFamily - Enum in zmq.io.net
Replacement of StandardProtocolFamily from SDK so it can be used in Android environments.
start(ZMQ.Socket, List<ZMQ.Socket>, ZPoller) - Method in interface org.zeromq.ZActor.Actor
Called when the double is started, before the first loop.
start(ZMQ.Socket, List<ZMQ.Socket>, ZPoller) - Method in class org.zeromq.ZActor.Duo
 
start(ZMQ.Socket, List<ZMQ.Socket>, ZPoller) - Method in class org.zeromq.ZActor.SimpleActor
 
start() - Method in class org.zeromq.ZBeacon
 
start() - Method in class org.zeromq.ZLoop
 
start() - Method in class org.zeromq.ZMonitor
Starts the monitoring.
start(boolean) - Method in class org.zeromq.ZProxy
Starts the proxy.
start(ZThread.IDetachedRunnable, Object...) - Static method in class org.zeromq.ZThread
 
start() - Method in class zmq.io.IOThread
 
start() - Method in class zmq.poll.Poller
 
startClient() - Method in class org.zeromq.ZBeacon
 
STARTED - Static variable in class org.zeromq.ZProxy
 
started() - Method in class org.zeromq.ZProxy
Binary inquiry for the status of the proxy.
startServer() - Method in class org.zeromq.ZBeacon
 
startStopwatch() - Static method in class zmq.ZMQ
 
startsWith(Msg, String, boolean) - Static method in class zmq.io.Msgs
Checks if the message starts with the given string.
status() - Method in class org.zeromq.ZProxy
Inquires for the status of the proxy.
status(boolean) - Method in class org.zeromq.ZProxy
Inquires for the status of the proxy.
status() - Method in class zmq.io.mechanism.curve.CurveClientMechanism
 
status() - Method in class zmq.io.mechanism.curve.CurveServerMechanism
 
status() - Method in class zmq.io.mechanism.gssapi.GssapiClientMechanism
 
status() - Method in class zmq.io.mechanism.gssapi.GssapiServerMechanism
 
status() - Method in class zmq.io.mechanism.Mechanism
 
status() - Method in class zmq.io.mechanism.plain.PlainClientMechanism
 
status() - Method in class zmq.io.mechanism.plain.PlainServerMechanism
 
statusCode - Variable in class org.zeromq.ZAuth.ZapReply
 
statusCode - Variable in class zmq.io.mechanism.Mechanism
 
statusText - Variable in class org.zeromq.ZAuth.ZapReply
 
stop() - Method in class org.zeromq.ZBeacon
 
stop(boolean) - Method in class org.zeromq.ZProxy
Stops the proxy.
stop() - Method in class zmq.io.IOThread
 
stop() - Method in class zmq.poll.Poller
 
STOPPED - Static variable in class org.zeromq.ZProxy
 
stopStopwatch(long) - Static method in class zmq.ZMQ
 
STREAM - Static variable in class org.zeromq.ZMQ
Deprecated.
Stream - Class in zmq.socket
 
Stream(Ctx, int, int) - Constructor for class zmq.socket.Stream
 
StreamEngine - Class in zmq.io
 
StreamEngine(SocketChannel, Options, String) - Constructor for class zmq.io.StreamEngine
 
StreamEngine.ErrorReason - Enum in zmq.io
 
STREAMER - Static variable in class org.zeromq.ZMQ
Deprecated.
streq(String) - Method in class org.zeromq.util.ZData
String equals.
streq(byte[], String) - Static method in class org.zeromq.util.ZData
String equals.
streq(String) - Method in class org.zeromq.ZFrame
String equals.
strerror(int) - Static method in class zmq.ZMQ
 
strhex() - Method in class org.zeromq.util.ZData
 
strhex(byte[]) - Static method in class org.zeromq.util.ZData
 
strhex() - Method in class org.zeromq.ZFrame
 
string() - Method in class org.zeromq.util.ZDigest
 
SUB - Static variable in class org.zeromq.ZMQ
Deprecated.
Sub - Class in zmq.socket.pubsub
 
Sub(Ctx, int, int) - Constructor for class zmq.socket.pubsub.Sub
 
subscribe(byte[]) - Method in class org.zeromq.ZMQ.Socket
The 'ZMQ_SUBSCRIBE' option shall establish a new message filter on a 'ZMQ_SUB' socket.
subscribe(String) - Method in class org.zeromq.ZMQ.Socket
The 'ZMQ_SUBSCRIBE' option shall establish a new message filter on a 'ZMQ_SUB' socket.
subscribe(byte[]) - Method in class org.zeromq.ZSocket
 
subscribe(String) - Method in class org.zeromq.ZSocket
 
SUBSCRIPTION_ALL - Static variable in class org.zeromq.ZMQ
 
SUBSCRIPTION_ALL - Static variable in class zmq.ZMQ
 
Supplier<T> - Interface in zmq.util.function
Represents a supplier of results.

T

tcpAcceptFilters - Variable in class zmq.Options
 
TcpAddress - Class in zmq.io.net.tcp
 
TcpAddress(String, boolean) - Constructor for class zmq.io.net.tcp.TcpAddress
 
TcpAddress.TcpAddressMask - Class in zmq.io.net.tcp
 
TcpAddressMask(String, boolean) - Constructor for class zmq.io.net.tcp.TcpAddress.TcpAddressMask
 
TcpConnecter - Class in zmq.io.net.tcp
 
TcpConnecter(IOThread, SessionBase, Options, Address, boolean) - Constructor for class zmq.io.net.tcp.TcpConnecter
 
tcpKeepAlive - Variable in class zmq.Options
 
tcpKeepAliveCnt - Variable in class zmq.Options
 
tcpKeepAliveIdle - Variable in class zmq.Options
 
tcpKeepAliveIntvl - Variable in class zmq.Options
 
TcpListener - Class in zmq.io.net.tcp
 
TcpListener(IOThread, SocketBase, Options) - Constructor for class zmq.io.net.tcp.TcpListener
 
TcpUtils - Class in zmq.io.net.tcp
 
term() - Method in class org.zeromq.ZMQ.Context
This is an explicit "destructor".
term(Ctx) - Static method in class zmq.ZMQ
 
termChild(Own) - Method in class zmq.Own
 
termEndpoint(String) - Method in class zmq.SocketBase
 
terminate() - Method in class zmq.Ctx
 
terminate() - Method in class zmq.io.EngineNotImplemented
 
terminate() - Method in interface zmq.io.IEngine
 
terminate() - Method in class zmq.io.StreamEngine
 
terminate() - Method in class zmq.Own
 
terminate(boolean) - Method in class zmq.pipe.Pipe
 
terminated(Pipe) - Method in class zmq.socket.FQ
 
terminated(Pipe) - Method in class zmq.socket.LB
 
threshold - Variable in class zmq.msg.MsgAllocatorThreshold
 
time(Object...) - Method in interface org.zeromq.timer.TimerHandler
 
time(Object...) - Method in interface zmq.util.Timers.Handler
 
timeout() - Method in class org.zeromq.timer.ZTicker
 
timeout() - Method in class org.zeromq.timer.ZTicket
Returns the time in millisecond until the next ticket.
timeout() - Method in class org.zeromq.timer.ZTimer
Returns the time in millisecond until the next timer.
timeout() - Method in class org.zeromq.ZTimer
Deprecated.
Returns the time in millisecond until the next timer.
timeout() - Method in class zmq.util.Timers
Returns the time in millisecond until the next timer.
timerEvent(int) - Method in class zmq.io.IOObject
 
timerEvent(int) - Method in class zmq.io.net.tcp.SocksConnecter
 
timerEvent(int) - Method in class zmq.io.net.tcp.TcpConnecter
 
timerEvent(int) - Method in class zmq.io.SessionBase
 
timerEvent(int) - Method in class zmq.io.StreamEngine
 
timerEvent(int) - Method in interface zmq.poll.IPollEvents
Called when timer expires.
TimerHandler - Interface in org.zeromq.timer
Called when the time has come to perform some action.
Timers - Class in zmq.util
Manages set of timers.
Timers() - Constructor for class zmq.util.Timers
 
Timers(Supplier<Long>) - Constructor for class zmq.util.Timers
Builds a new timer.
Timers.Handler - Interface in zmq.util
 
Timers.Timer - Class in zmq.util
 
Timestamper() - Constructor for class org.zeromq.ZCertStore.Timestamper
 
TipcConnecter - Class in zmq.io.net.tipc
 
TipcConnecter(IOThread, SessionBase, Options, Address, boolean) - Constructor for class zmq.io.net.tipc.TipcConnecter
 
TipcListener - Class in zmq.io.net.tipc
 
TipcListener(IOThread, SocketBase, Options) - Constructor for class zmq.io.net.tipc.TipcListener
 
toArray() - Method in class org.zeromq.ZMsg
 
toArray(T[]) - Method in class org.zeromq.ZMsg
 
tos - Variable in class zmq.Options
 
toString() - Method in class org.zeromq.proto.ZNeedle
 
toString() - Method in class org.zeromq.util.ZData
Returns a human - readable representation of data
toString(byte[]) - Static method in class org.zeromq.util.ZData
 
toString() - Method in class org.zeromq.util.ZMetadata
 
toString() - Method in class org.zeromq.ZAuth.ZapReply
 
toString() - Method in class org.zeromq.ZFrame
Returns a human - readable representation of frame's data
toString() - Method in class org.zeromq.ZMonitor.ZEvent
 
toString() - Method in class org.zeromq.ZMQ.Socket
 
toString() - Method in exception org.zeromq.ZMQException
 
toString() - Method in class org.zeromq.ZMsg
Returns pretty string representation of multipart message: [ frame0, frame1, ..., frameN ]
toString() - Method in class zmq.Command
 
toString() - Method in interface zmq.io.coder.v1.V1Protocol
 
toString() - Method in interface zmq.io.coder.v2.V2Protocol
 
toString() - Method in class zmq.io.IOObject
 
toString() - Method in class zmq.io.Metadata
 
toString(int) - Method in interface zmq.io.net.Address.IZAddress
 
toString() - Method in class zmq.io.net.Address
 
toString() - Method in class zmq.io.net.ipc.IpcAddress
 
toString(int) - Method in class zmq.io.net.ipc.IpcAddress
 
toString() - Method in class zmq.io.net.tcp.TcpAddress
 
toString(int) - Method in class zmq.io.net.tcp.TcpAddress
 
toString() - Method in class zmq.io.net.tcp.TcpConnecter
 
toString() - Method in class zmq.io.net.tcp.TcpListener
 
toString() - Method in class zmq.io.SessionBase
 
toString() - Method in class zmq.io.StreamEngine
 
toString() - Method in class zmq.Mailbox
 
toString() - Method in class zmq.Msg
 
toString() - Method in class zmq.pipe.Pipe
 
toString() - Method in class zmq.poll.Poller.Handle
 
toString() - Method in class zmq.SocketBase
 
toString() - Method in class zmq.util.Errno
 
toString() - Method in class zmq.util.MultiMap
 
toString() - Method in class zmq.util.ValueReference
 
toString(int) - Static method in class zmq.ZError
 
transfer(ByteBuffer, int, int) - Method in class zmq.Msg
 
transform(ZMsg, ZProxy.Plug, ZProxy.Plug) - Method in interface org.zeromq.ZProxy.ZPump.Transformer
Transforms a ZMsg into another ZMsg.
tuneTcpKeepalives(SocketChannel, int, int, int, int) - Static method in class zmq.io.net.tcp.TcpUtils
 
tuneTcpSocket(SocketChannel) - Static method in class zmq.io.net.tcp.TcpUtils
 
type - Variable in enum org.zeromq.SocketType
 
type(int) - Static method in enum org.zeromq.SocketType
 
type() - Method in enum org.zeromq.SocketType
 
type - Variable in class org.zeromq.ZMonitor.ZEvent
The type of the event.
type - Variable in class zmq.Options
 
typeString() - Method in class zmq.SocketBase
 

U

unbind(String) - Method in class org.zeromq.ZMQ.Socket
Stop accepting connections on a socket.
unbind(String) - Method in class org.zeromq.ZSocket
Stop accepting connections on a socket.
unbind(SocketBase, String) - Static method in class zmq.ZMQ
 
unblockSocket(SelectableChannel...) - Static method in class zmq.io.net.tcp.TcpUtils
 
unblockSocket(SelectableChannel...) - Static method in class zmq.util.Utils
 
unblockSocket(SelectableChannel...) - Static method in class zmq.Utils
Deprecated.
 
UncheckedZMQException - Exception in org.zeromq
 
UncheckedZMQException() - Constructor for exception org.zeromq.UncheckedZMQException
 
UncheckedZMQException(String) - Constructor for exception org.zeromq.UncheckedZMQException
 
UncheckedZMQException(Throwable) - Constructor for exception org.zeromq.UncheckedZMQException
 
UncheckedZMQException(String, Throwable) - Constructor for exception org.zeromq.UncheckedZMQException
 
unhash(int) - Static method in class zmq.util.Utils
Finds a string whose hashcode is the number in input.
unplug() - Method in class zmq.io.IOObject
 
unregister(ZMQ.Socket) - Method in class org.zeromq.ZMQ.Poller
Unregister a Socket for polling on the specified events.
unregister(SelectableChannel) - Method in class org.zeromq.ZMQ.Poller
Unregister a Socket for polling on the specified events.
unregister(Object) - Method in class org.zeromq.ZPoller
Unregister a Socket or SelectableChannel for polling on the specified events.
unregisterEndpoint(String, SocketBase) - Method in class zmq.ZObject
 
unregisterEndpoints(SocketBase) - Method in class zmq.ZObject
 
unsetMeta(String) - Method in class org.zeromq.ZCert
 
unsubscribe(byte[]) - Method in class org.zeromq.ZMQ.Socket
The 'ZMQ_UNSUBSCRIBE' option shall remove an existing message filter on a 'ZMQ_SUB' socket.
unsubscribe(String) - Method in class org.zeromq.ZMQ.Socket
The 'ZMQ_UNSUBSCRIBE' option shall remove an existing message filter on a 'ZMQ_SUB' socket.
unsubscribe(byte[]) - Method in class org.zeromq.ZSocket
 
unsubscribe(String) - Method in class org.zeromq.ZSocket
 
unwrap() - Method in class org.zeromq.ZMsg
Pop frame off front of message, caller now owns frame.
unwrite() - Method in class zmq.pipe.YPipe
 
unwrite() - Method in interface zmq.pipe.YPipeBase
 
unwrite() - Method in class zmq.pipe.YPipeConflate
 
update(InputStream) - Method in class org.zeromq.util.ZDigest
 
update(byte[]) - Method in class org.zeromq.util.ZDigest
 
update(byte[], int, int) - Method in class org.zeromq.util.ZDigest
 
UPSTREAM - Static variable in class org.zeromq.ZMQ
Deprecated.
USER_ID - Static variable in class zmq.io.Metadata
 
userId - Variable in class org.zeromq.ZAuth.ZapReply
 
userId - Variable in class org.zeromq.ZAuth.ZapRequest
 
username - Variable in class org.zeromq.ZAuth.ZapRequest
 
Utils - Class in org.zeromq
 
Utils - Class in zmq.util
 
Utils - Class in zmq
Deprecated.

V

V1Decoder - Class in zmq.io.coder.v1
 
V1Decoder(Errno, int, long, MsgAllocator) - Constructor for class zmq.io.coder.v1.V1Decoder
 
V1Encoder - Class in zmq.io.coder.v1
 
V1Encoder(Errno, int) - Constructor for class zmq.io.coder.v1.V1Encoder
 
V1Protocol - Interface in zmq.io.coder.v1
 
V2Decoder - Class in zmq.io.coder.v2
 
V2Decoder(Errno, int, long, MsgAllocator) - Constructor for class zmq.io.coder.v2.V2Decoder
 
V2Encoder - Class in zmq.io.coder.v2
 
V2Encoder(Errno, int) - Constructor for class zmq.io.coder.v2.V2Encoder
 
V2Protocol - Interface in zmq.io.coder.v2
 
valid - Variable in enum zmq.io.net.NetProtocol
 
value - Variable in class org.zeromq.ZMonitor.ZEvent
String representation of the event value.
valueOf(String) - Static method in enum org.zeromq.SocketType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.zeromq.ZMonitor.Event
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.zeromq.ZMQ.Error
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.zeromq.ZMQ.Socket.Mechanism
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.zeromq.ZProxy.Command
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.zeromq.ZProxy.Plug
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.zeromq.ZProxy.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum zmq.Command.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum zmq.Config
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum zmq.io.coder.IDecoder.Step.Result
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum zmq.io.mechanism.Mechanism.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum zmq.io.mechanism.Mechanisms
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum zmq.io.net.NetProtocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum zmq.io.net.StandardProtocolFamily
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum zmq.io.StreamEngine.ErrorReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum zmq.socket.Sockets
Returns the enum constant of this type with the specified name.
ValueReference<V> - Class in zmq.util
 
ValueReference(V) - Constructor for class zmq.util.ValueReference
 
ValueReference() - Constructor for class zmq.util.ValueReference
 
values() - Static method in enum org.zeromq.SocketType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.zeromq.ZMonitor.Event
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.zeromq.ZMQ.Error
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.zeromq.ZMQ.Socket.Mechanism
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.zeromq.ZProxy.Command
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.zeromq.ZProxy.Plug
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.zeromq.ZProxy.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum zmq.Command.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum zmq.Config
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum zmq.io.coder.IDecoder.Step.Result
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum zmq.io.mechanism.Mechanism.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum zmq.io.mechanism.Mechanisms
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum zmq.io.net.NetProtocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum zmq.io.net.StandardProtocolFamily
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum zmq.io.StreamEngine.ErrorReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum zmq.socket.Sockets
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class zmq.util.MultiMap
Deprecated.
verbose(boolean) - Method in class org.zeromq.ZAuth
 
verbose(boolean) - Method in class org.zeromq.ZLoop
 
verbose(boolean) - Method in class org.zeromq.ZMonitor
Sets verbosity of the monitor.
version - Variable in class org.zeromq.ZAuth.ZapReply
 
version - Variable in class org.zeromq.ZAuth.ZapRequest
 
VERSION - Static variable in interface zmq.io.coder.v1.V1Protocol
 
VERSION - Static variable in interface zmq.io.coder.v2.V2Protocol
 

W

Wire - Class in zmq.util
 
wrap(ZFrame) - Method in class org.zeromq.ZMsg
Push frame plus empty frame to front of message, before 1st frame.
WRITABLE - Static variable in class org.zeromq.ZPoller
 
writable(SelectableChannel) - Method in class org.zeromq.ZPoller
 
writable(ZMQ.Socket) - Method in class org.zeromq.ZPoller
 
writable(Object) - Method in class org.zeromq.ZPoller
 
write(OutputStream) - Method in class zmq.io.Metadata
 
write(Msg) - Method in class zmq.pipe.Pipe
 
write(T, boolean) - Method in class zmq.pipe.YPipe
 
write(T, boolean) - Method in interface zmq.pipe.YPipeBase
 
write(T, boolean) - Method in class zmq.pipe.YPipeConflate
 
write(SocketBase) - Method in class zmq.ZMQ.Event
 
writeActivated(Pipe) - Method in class zmq.io.SessionBase
 
writeActivated(Pipe) - Method in interface zmq.pipe.Pipe.IPipeEvents
 
writeActivated(Pipe) - Method in class zmq.SocketBase
 
writeZapMsg(Msg) - Method in class zmq.io.SessionBase
 

X

xattachPipe(Pipe, boolean, boolean) - Method in class zmq.socket.Pair
 
xattachPipe(Pipe, boolean, boolean) - Method in class zmq.socket.pipeline.Pull
 
xattachPipe(Pipe, boolean, boolean) - Method in class zmq.socket.pipeline.Push
 
xattachPipe(Pipe, boolean, boolean) - Method in class zmq.socket.pubsub.Pub
 
xattachPipe(Pipe, boolean, boolean) - Method in class zmq.socket.pubsub.XPub
 
xattachPipe(Pipe, boolean, boolean) - Method in class zmq.socket.pubsub.XSub
 
xattachPipe(Pipe, boolean, boolean) - Method in class zmq.socket.reqrep.Dealer
 
xattachPipe(Pipe, boolean, boolean) - Method in class zmq.socket.reqrep.Router
 
xattachPipe(Pipe, boolean, boolean) - Method in class zmq.socket.Stream
 
xattachPipe(Pipe, boolean, boolean) - Method in class zmq.SocketBase
 
xhasIn() - Method in class zmq.socket.Pair
 
xhasIn() - Method in class zmq.socket.pipeline.Pull
 
xhasIn() - Method in class zmq.socket.pubsub.Pub
 
xhasIn() - Method in class zmq.socket.pubsub.XPub
 
xhasIn() - Method in class zmq.socket.pubsub.XSub
 
xhasIn() - Method in class zmq.socket.reqrep.Dealer
 
xhasIn() - Method in class zmq.socket.reqrep.Rep
 
xhasIn() - Method in class zmq.socket.reqrep.Req
 
xhasIn() - Method in class zmq.socket.reqrep.Router
 
xhasIn() - Method in class zmq.socket.Stream
 
xhasIn() - Method in class zmq.SocketBase
 
xhasOut() - Method in class zmq.socket.Pair
 
xhasOut() - Method in class zmq.socket.pipeline.Push
 
xhasOut() - Method in class zmq.socket.pubsub.Sub
 
xhasOut() - Method in class zmq.socket.pubsub.XPub
 
xhasOut() - Method in class zmq.socket.pubsub.XSub
 
xhasOut() - Method in class zmq.socket.reqrep.Dealer
 
xhasOut() - Method in class zmq.socket.reqrep.Rep
 
xhasOut() - Method in class zmq.socket.reqrep.Req
 
xhasOut() - Method in class zmq.socket.reqrep.Router
 
xhasOut() - Method in class zmq.socket.Stream
 
xhasOut() - Method in class zmq.SocketBase
 
xhiccuped(Pipe) - Method in class zmq.socket.pubsub.XSub
 
xhiccuped(Pipe) - Method in class zmq.SocketBase
 
xpipeTerminated(Pipe) - Method in class zmq.socket.Pair
 
xpipeTerminated(Pipe) - Method in class zmq.socket.pipeline.Pull
 
xpipeTerminated(Pipe) - Method in class zmq.socket.pipeline.Push
 
xpipeTerminated(Pipe) - Method in class zmq.socket.pubsub.XPub
 
xpipeTerminated(Pipe) - Method in class zmq.socket.pubsub.XSub
 
xpipeTerminated(Pipe) - Method in class zmq.socket.reqrep.Dealer
 
xpipeTerminated(Pipe) - Method in class zmq.socket.reqrep.Req
 
xpipeTerminated(Pipe) - Method in class zmq.socket.reqrep.Router
 
xpipeTerminated(Pipe) - Method in class zmq.socket.Stream
 
xpipeTerminated(Pipe) - Method in class zmq.SocketBase
 
XPUB - Static variable in class org.zeromq.ZMQ
Deprecated.
XPub - Class in zmq.socket.pubsub
 
XPub(Ctx, int, int) - Constructor for class zmq.socket.pubsub.XPub
 
xreadActivated(Pipe) - Method in class zmq.socket.Pair
 
xreadActivated(Pipe) - Method in class zmq.socket.pipeline.Pull
 
xreadActivated(Pipe) - Method in class zmq.socket.pubsub.XPub
 
xreadActivated(Pipe) - Method in class zmq.socket.pubsub.XSub
 
xreadActivated(Pipe) - Method in class zmq.socket.reqrep.Dealer
 
xreadActivated(Pipe) - Method in class zmq.socket.reqrep.Router
 
xreadActivated(Pipe) - Method in class zmq.socket.Stream
 
xreadActivated(Pipe) - Method in class zmq.SocketBase
 
xrecv() - Method in class zmq.socket.Pair
 
xrecv() - Method in class zmq.socket.pipeline.Pull
 
xrecv() - Method in class zmq.socket.pubsub.Pub
 
xrecv() - Method in class zmq.socket.pubsub.XPub
 
xrecv() - Method in class zmq.socket.pubsub.XSub
 
xrecv() - Method in class zmq.socket.reqrep.Dealer
 
xrecv() - Method in class zmq.socket.reqrep.Rep
 
xrecv() - Method in class zmq.socket.reqrep.Req
 
xrecv() - Method in class zmq.socket.reqrep.Router
 
xrecv() - Method in class zmq.socket.Stream
 
xrecv() - Method in class zmq.SocketBase
 
XREP - Static variable in class org.zeromq.ZMQ
Deprecated.
As of release 3.0 of zeromq, replaced by ZMQ.ROUTER
XREQ - Static variable in class org.zeromq.ZMQ
Deprecated.
As of release 3.0 of zeromq, replaced by ZMQ.DEALER
xsend(Msg) - Method in class zmq.socket.Pair
 
xsend(Msg) - Method in class zmq.socket.pipeline.Push
 
xsend(Msg) - Method in class zmq.socket.pubsub.Sub
 
xsend(Msg) - Method in class zmq.socket.pubsub.XPub
 
xsend(Msg) - Method in class zmq.socket.pubsub.XSub
 
xsend(Msg) - Method in class zmq.socket.reqrep.Dealer
 
xsend(Msg) - Method in class zmq.socket.reqrep.Rep
 
xsend(Msg) - Method in class zmq.socket.reqrep.Req
 
xsend(Msg) - Method in class zmq.socket.reqrep.Router
 
xsend(Msg) - Method in class zmq.socket.Stream
 
xsend(Msg) - Method in class zmq.SocketBase
 
xsetsockopt(int, Object) - Method in class zmq.socket.pubsub.Sub
 
xsetsockopt(int, Object) - Method in class zmq.socket.pubsub.XPub
 
xsetsockopt(int, Object) - Method in class zmq.socket.reqrep.Dealer
 
xsetsockopt(int, Object) - Method in class zmq.socket.reqrep.Req
 
xsetsockopt(int, Object) - Method in class zmq.socket.reqrep.Router
 
xsetsockopt(int, Object) - Method in class zmq.socket.Stream
 
xsetsockopt(int, Object) - Method in class zmq.SocketBase
 
XSUB - Static variable in class org.zeromq.ZMQ
Deprecated.
XSub - Class in zmq.socket.pubsub
 
XSub(Ctx, int, int) - Constructor for class zmq.socket.pubsub.XSub
 
xwriteActivated(Pipe) - Method in class zmq.socket.Pair
 
xwriteActivated(Pipe) - Method in class zmq.socket.pipeline.Push
 
xwriteActivated(Pipe) - Method in class zmq.socket.pubsub.XPub
 
xwriteActivated(Pipe) - Method in class zmq.socket.pubsub.XSub
 
xwriteActivated(Pipe) - Method in class zmq.socket.reqrep.Dealer
 
xwriteActivated(Pipe) - Method in class zmq.socket.reqrep.Router
 
xwriteActivated(Pipe) - Method in class zmq.socket.Stream
 
xwriteActivated(Pipe) - Method in class zmq.SocketBase
 

Y

YPipe<T> - Class in zmq.pipe
 
YPipe(int) - Constructor for class zmq.pipe.YPipe
 
YPipeBase<T> - Interface in zmq.pipe
 
YPipeConflate<T extends Msg> - Class in zmq.pipe
 
YPipeConflate() - Constructor for class zmq.pipe.YPipeConflate
 

Z

Z85 - Class in zmq.util
 
z85Decode(String) - Static method in class org.zeromq.ZMQ.Curve
The function shall decode given key encoded as Z85 string into byte array.
z85Encode(byte[]) - Static method in class org.zeromq.ZMQ.Curve
Encodes the binary block specified by data into a string.
z85EncodePublic(byte[]) - Static method in class zmq.io.mechanism.curve.Curve
 
ZActor - Class in org.zeromq
First implementation of a background actor remotely controlled for ØMQ.
ZActor(ZActor.Actor, String, Object...) - Constructor for class org.zeromq.ZActor
Creates a new ZActor.
ZActor(ZAgent.SelectorCreator, ZActor.Actor, String, Object...) - Constructor for class org.zeromq.ZActor
ZActor(ZContext, ZAgent.SelectorCreator, ZActor.Actor, String, Object...) - Constructor for class org.zeromq.ZActor
ZActor(ZContext, ZActor.Actor, String, Object...) - Constructor for class org.zeromq.ZActor
Creates a new ZActor.
ZActor.Actor - Interface in org.zeromq
Defines the contract for the acting instance.
ZActor.Duo - Class in org.zeromq
Another actor will be called just before the main one, without participating to the decisions.
ZActor.SimpleActor - Class in org.zeromq
Simple adapter for an actor, with no sockets, blocking calls and immediate termination.
ZAgent - Interface in org.zeromq
First implementation of an agent for a remotely controlled background service for ØMQ.
ZAgent.Creator - Class in org.zeromq
 
ZAgent.SelectorCreator - Interface in org.zeromq
Deprecated. 
ZAgent.SimpleAgent - Class in org.zeromq
Creates a very simple agent with an easy lock mechanism.
zapConnect() - Method in class zmq.io.SessionBase
 
zapDomain - Variable in class zmq.Options
 
zapEnabled() - Method in class zmq.io.SessionBase
 
zapMsgAvailable() - Method in class zmq.io.EngineNotImplemented
 
zapMsgAvailable() - Method in interface zmq.io.IEngine
 
zapMsgAvailable() - Method in class zmq.io.mechanism.curve.CurveClientMechanism
 
zapMsgAvailable() - Method in class zmq.io.mechanism.curve.CurveServerMechanism
 
zapMsgAvailable() - Method in class zmq.io.mechanism.gssapi.GssapiClientMechanism
 
zapMsgAvailable() - Method in class zmq.io.mechanism.gssapi.GssapiServerMechanism
 
zapMsgAvailable() - Method in class zmq.io.mechanism.Mechanism
 
zapMsgAvailable() - Method in class zmq.io.mechanism.plain.PlainClientMechanism
 
zapMsgAvailable() - Method in class zmq.io.mechanism.plain.PlainServerMechanism
 
zapMsgAvailable() - Method in class zmq.io.StreamEngine
 
zapProperties - Variable in class zmq.io.mechanism.Mechanism
 
ZAuth - Class in org.zeromq
A ZAuth actor takes over authentication for all incoming connections in its context.
ZAuth(ZContext) - Constructor for class org.zeromq.ZAuth
Install authentication for the specified context.
ZAuth(ZContext, ZCertStore.Fingerprinter) - Constructor for class org.zeromq.ZAuth
 
ZAuth(ZContext, String) - Constructor for class org.zeromq.ZAuth
 
ZAuth(ZContext, String, Map<String, ZAuth.Auth>) - Constructor for class org.zeromq.ZAuth
 
ZAuth.Auth - Interface in org.zeromq
 
ZAuth.SimpleCurveAuth - Class in org.zeromq
 
ZAuth.SimpleNullAuth - Class in org.zeromq
 
ZAuth.SimplePlainAuth - Class in org.zeromq
 
ZAuth.ZapReply - Class in org.zeromq
 
ZAuth.ZapRequest - Class in org.zeromq
A small class for working with ZAP requests and replies.
ZBeacon - Class in org.zeromq
 
ZBeacon(int, byte[]) - Constructor for class org.zeromq.ZBeacon
 
ZBeacon(String, int, byte[]) - Constructor for class org.zeromq.ZBeacon
 
ZBeacon(String, int, byte[], boolean) - Constructor for class org.zeromq.ZBeacon
 
ZBeacon(String, int, byte[], boolean, boolean) - Constructor for class org.zeromq.ZBeacon
 
ZBeacon(String, byte[], int, byte[], long, boolean, boolean) - Constructor for class org.zeromq.ZBeacon
 
ZBeacon.Builder - Class in org.zeromq
 
ZBeacon.Listener - Interface in org.zeromq
All beacons with matching prefix are passed to a listener.
ZCert - Class in org.zeromq
The ZCert class provides a way to create and work with security certificates for the ZMQ CURVE mechanism.
ZCert() - Constructor for class org.zeromq.ZCert
 
ZCert(String) - Constructor for class org.zeromq.ZCert
 
ZCert(ZMQ.Curve.KeyPair) - Constructor for class org.zeromq.ZCert
 
ZCert(byte[], byte[]) - Constructor for class org.zeromq.ZCert
 
ZCert(String, String) - Constructor for class org.zeromq.ZCert
 
ZCertStore - Class in org.zeromq
To authenticate new clients using the ZeroMQ CURVE security mechanism, we have to check that the client's public key matches a key we know and accept.
ZCertStore(String) - Constructor for class org.zeromq.ZCertStore
Create a Certificate Store at that file system folder location
ZCertStore(String, ZCertStore.Fingerprinter) - Constructor for class org.zeromq.ZCertStore
 
ZCertStore.Fingerprinter - Interface in org.zeromq
 
ZCertStore.Hasher - Class in org.zeromq
 
ZCertStore.Timestamper - Class in org.zeromq
 
ZConfig - Class in org.zeromq
Lets applications load, work with, and save configuration files.
ZConfig(String, ZConfig) - Constructor for class org.zeromq.ZConfig
 
ZConfig.ReadException - Exception in org.zeromq
 
ZContext - Class in org.zeromq
ZContext provides a high-level ZeroMQ context management class It manages open sockets in the context and automatically closes these before terminating the context.
ZContext() - Constructor for class org.zeromq.ZContext
Class Constructor
ZContext(int) - Constructor for class org.zeromq.ZContext
 
ZData - Class in org.zeromq.util
 
ZData(byte[]) - Constructor for class org.zeromq.util.ZData
 
ZDigest - Class in org.zeromq.util
The ZDigest class generates a hash from chunks of data.
ZDigest() - Constructor for class org.zeromq.util.ZDigest
Creates a new digester.
ZDigest(byte[]) - Constructor for class org.zeromq.util.ZDigest
Creates a new digester.
ZError - Class in zmq
 
ZError.CtxTerminatedException - Exception in zmq
 
ZError.InstantiationException - Exception in zmq
 
ZError.IOException - Exception in zmq
 
ZFrame - Class in org.zeromq
ZFrame The ZFrame class provides methods to send and receive single message frames across 0MQ sockets.
ZFrame() - Constructor for class org.zeromq.ZFrame
Class Constructor Creates an empty frame.
ZFrame(byte[]) - Constructor for class org.zeromq.ZFrame
Class Constructor Copies message data into ZFrame object
ZFrame(String) - Constructor for class org.zeromq.ZFrame
Class Constructor Copies String into frame data
zinterestOps() - Method in class zmq.poll.PollItem
 
ZLoop - Class in org.zeromq
The ZLoop class provides an event-driven reactor pattern.
ZLoop(ZMQ.Context) - Constructor for class org.zeromq.ZLoop
 
ZLoop(ZContext) - Constructor for class org.zeromq.ZLoop
 
ZLoop.IZLoopHandler - Interface in org.zeromq
 
ZMetadata - Class in org.zeromq.util
 
ZMetadata() - Constructor for class org.zeromq.util.ZMetadata
 
ZMetadata(Metadata) - Constructor for class org.zeromq.util.ZMetadata
 
ZMonitor - Class in org.zeromq
The ZMonitor actor provides an API for obtaining socket events such as connected, listen, disconnected, etc.
ZMonitor(ZContext, ZMQ.Socket) - Constructor for class org.zeromq.ZMonitor
Creates a monitoring actor for the given socket.
ZMonitor.Event - Enum in org.zeromq
Enumerates types of monitoring events.
ZMonitor.ZEvent - Class in org.zeromq
High-level representation of an event.
zmq - package zmq
Provides low-level bindings for ØMQ.
ZMQ - Class in org.zeromq
The ØMQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products.
ZMQ - Class in zmq
 
ZMQ() - Constructor for class zmq.ZMQ
 
ZMQ.Context - Class in org.zeromq
Container for all sockets in a single process, acting as the transport for inproc sockets, which are the fastest way to connect threads in one process.
ZMQ.Curve - Class in org.zeromq
Class that interfaces the generation of CURVE key pairs.
ZMQ.Curve.KeyPair - Class in org.zeromq
A container for a public and a corresponding secret key.
ZMQ.Error - Enum in org.zeromq
 
ZMQ.Event - Class in org.zeromq
Inner class: Event.
ZMQ.Event - Class in zmq
 
zmq.io - package zmq.io
 
zmq.io.coder - package zmq.io.coder
 
zmq.io.coder.raw - package zmq.io.coder.raw
 
zmq.io.coder.v1 - package zmq.io.coder.v1
 
zmq.io.coder.v2 - package zmq.io.coder.v2
 
zmq.io.mechanism - package zmq.io.mechanism
 
zmq.io.mechanism.curve - package zmq.io.mechanism.curve
 
zmq.io.mechanism.gssapi - package zmq.io.mechanism.gssapi
 
zmq.io.mechanism.plain - package zmq.io.mechanism.plain
 
zmq.io.net - package zmq.io.net
 
zmq.io.net.ipc - package zmq.io.net.ipc
 
zmq.io.net.norm - package zmq.io.net.norm
 
zmq.io.net.pgm - package zmq.io.net.pgm
 
zmq.io.net.tcp - package zmq.io.net.tcp
 
zmq.io.net.tipc - package zmq.io.net.tipc
 
zmq.msg - package zmq.msg
Provides utility for message allocation within ØMQ.
zmq.pipe - package zmq.pipe
 
zmq.poll - package zmq.poll
 
ZMQ.Poller - Class in org.zeromq
Provides a mechanism for applications to multiplex input/output events in a level-triggered fashion over a set of sockets
ZMQ.PollItem - Class in org.zeromq
 
zmq.socket - package zmq.socket
 
ZMQ.Socket - Class in org.zeromq
Abstracts an asynchronous message queue, with the exact queuing semantics depending on the socket type in use.
ZMQ.Socket.Mechanism - Enum in org.zeromq
 
zmq.socket.pipeline - package zmq.socket.pipeline
 
zmq.socket.pubsub - package zmq.socket.pubsub
 
zmq.socket.reqrep - package zmq.socket.reqrep
 
zmq.util - package zmq.util
 
zmq.util.function - package zmq.util.function
 
ZMQ_AFFINITY - Static variable in class zmq.ZMQ
 
ZMQ_BACKLOG - Static variable in class zmq.ZMQ
 
ZMQ_BLOCKY - Static variable in class zmq.ZMQ
 
ZMQ_CONFLATE - Static variable in class zmq.ZMQ
 
ZMQ_CONNECT_RID - Static variable in class zmq.ZMQ
 
ZMQ_CURVE_PUBLICKEY - Static variable in class zmq.ZMQ
 
ZMQ_CURVE_SECRETKEY - Static variable in class zmq.ZMQ
 
ZMQ_CURVE_SERVER - Static variable in class zmq.ZMQ
 
ZMQ_CURVE_SERVERKEY - Static variable in class zmq.ZMQ
 
ZMQ_DEALER - Static variable in class zmq.ZMQ
 
ZMQ_DECODER - Static variable in class zmq.ZMQ
Deprecated.
ZMQ_DELAY_ATTACH_ON_CONNECT - Static variable in class zmq.ZMQ
Deprecated.
ZMQ_DONTWAIT - Static variable in class zmq.ZMQ
 
ZMQ_ENCODER - Static variable in class zmq.ZMQ
Deprecated.
ZMQ_EVENT_ACCEPT_FAILED - Static variable in class zmq.ZMQ
 
ZMQ_EVENT_ACCEPTED - Static variable in class zmq.ZMQ
 
ZMQ_EVENT_ALL - Static variable in class zmq.ZMQ
 
ZMQ_EVENT_BIND_FAILED - Static variable in class zmq.ZMQ
 
ZMQ_EVENT_CLOSE_FAILED - Static variable in class zmq.ZMQ
 
ZMQ_EVENT_CLOSED - Static variable in class zmq.ZMQ
 
ZMQ_EVENT_CONNECT_DELAYED - Static variable in class zmq.ZMQ
 
ZMQ_EVENT_CONNECT_RETRIED - Static variable in class zmq.ZMQ
 
ZMQ_EVENT_CONNECTED - Static variable in class zmq.ZMQ
 
ZMQ_EVENT_DISCONNECTED - Static variable in class zmq.ZMQ
 
ZMQ_EVENT_HANDSHAKE_PROTOCOL - Static variable in class zmq.ZMQ
 
ZMQ_EVENT_LISTENING - Static variable in class zmq.ZMQ
 
ZMQ_EVENT_MONITOR_STOPPED - Static variable in class zmq.ZMQ
 
ZMQ_EVENTS - Static variable in class zmq.ZMQ
 
ZMQ_FAIL_UNROUTABLE - Static variable in class zmq.ZMQ
Deprecated.
ZMQ_FD - Static variable in class zmq.ZMQ
 
ZMQ_FORWARDER - Static variable in class zmq.ZMQ
Deprecated.
ZMQ_GSSAPI_PLAINTEXT - Static variable in class zmq.ZMQ
 
ZMQ_GSSAPI_PRINCIPAL - Static variable in class zmq.ZMQ
 
ZMQ_GSSAPI_SERVER - Static variable in class zmq.ZMQ
 
ZMQ_GSSAPI_SERVICE_PRINCIPAL - Static variable in class zmq.ZMQ
 
ZMQ_HANDSHAKE_IVL - Static variable in class zmq.ZMQ
 
ZMQ_HEARTBEAT_CONTEXT - Static variable in class zmq.ZMQ
 
ZMQ_HEARTBEAT_IVL - Static variable in class zmq.ZMQ
 
ZMQ_HEARTBEAT_TIMEOUT - Static variable in class zmq.ZMQ
 
ZMQ_HEARTBEAT_TTL - Static variable in class zmq.ZMQ
 
ZMQ_IDENTITY - Static variable in class zmq.ZMQ
 
ZMQ_IMMEDIATE - Static variable in class zmq.ZMQ
 
ZMQ_IO_THREADS - Static variable in class zmq.ZMQ
 
ZMQ_IO_THREADS_DFLT - Static variable in class zmq.ZMQ
 
ZMQ_IPV4ONLY - Static variable in class zmq.ZMQ
Deprecated.
ZMQ_IPV6 - Static variable in class zmq.ZMQ
 
ZMQ_LAST_ENDPOINT - Static variable in class zmq.ZMQ
 
ZMQ_LINGER - Static variable in class zmq.ZMQ
 
ZMQ_MAX_SOCKETS - Static variable in class zmq.ZMQ
 
ZMQ_MAX_SOCKETS_DFLT - Static variable in class zmq.ZMQ
 
ZMQ_MAXMSGSIZE - Static variable in class zmq.ZMQ
 
ZMQ_MECHANISM - Static variable in class zmq.ZMQ
 
ZMQ_MORE - Static variable in class zmq.ZMQ
 
ZMQ_MSG_ALLOCATION_HEAP_THRESHOLD - Static variable in class zmq.ZMQ
 
ZMQ_MSG_ALLOCATOR - Static variable in class zmq.ZMQ
 
ZMQ_MULTICAST_HOPS - Static variable in class zmq.ZMQ
 
ZMQ_NOBLOCK - Static variable in class zmq.ZMQ
Deprecated.
ZMQ_PAIR - Static variable in class zmq.ZMQ
 
ZMQ_PLAIN_PASSWORD - Static variable in class zmq.ZMQ
 
ZMQ_PLAIN_SERVER - Static variable in class zmq.ZMQ
 
ZMQ_PLAIN_USERNAME - Static variable in class zmq.ZMQ
 
ZMQ_POLLERR - Static variable in class zmq.ZMQ
 
ZMQ_POLLIN - Static variable in class zmq.ZMQ
 
ZMQ_POLLOUT - Static variable in class zmq.ZMQ
 
ZMQ_PROBE_ROUTER - Static variable in class zmq.ZMQ
 
ZMQ_PUB - Static variable in class zmq.ZMQ
 
ZMQ_PULL - Static variable in class zmq.ZMQ
 
ZMQ_PUSH - Static variable in class zmq.ZMQ
 
ZMQ_QUEUE - Static variable in class zmq.ZMQ
Deprecated.
ZMQ_RATE - Static variable in class zmq.ZMQ
 
ZMQ_RCVBUF - Static variable in class zmq.ZMQ
 
ZMQ_RCVHWM - Static variable in class zmq.ZMQ
 
ZMQ_RCVMORE - Static variable in class zmq.ZMQ
 
ZMQ_RCVTIMEO - Static variable in class zmq.ZMQ
 
ZMQ_RECONNECT_IVL - Static variable in class zmq.ZMQ
 
ZMQ_RECONNECT_IVL_MAX - Static variable in class zmq.ZMQ
 
ZMQ_RECOVERY_IVL - Static variable in class zmq.ZMQ
 
ZMQ_REP - Static variable in class zmq.ZMQ
 
ZMQ_REQ - Static variable in class zmq.ZMQ
 
ZMQ_REQ_CORRELATE - Static variable in class zmq.ZMQ
 
ZMQ_REQ_RELAXED - Static variable in class zmq.ZMQ
 
ZMQ_ROUTER - Static variable in class zmq.ZMQ
 
ZMQ_ROUTER_BEHAVIOR - Static variable in class zmq.ZMQ
Deprecated.
ZMQ_ROUTER_HANDOVER - Static variable in class zmq.ZMQ
 
ZMQ_ROUTER_MANDATORY - Static variable in class zmq.ZMQ
 
ZMQ_ROUTER_RAW - Static variable in class zmq.ZMQ
 
ZMQ_SELECTOR_PROVIDERCHOOSER - Static variable in class zmq.ZMQ
 
ZMQ_SNDBUF - Static variable in class zmq.ZMQ
 
ZMQ_SNDHWM - Static variable in class zmq.ZMQ
 
ZMQ_SNDMORE - Static variable in class zmq.ZMQ
 
ZMQ_SNDTIMEO - Static variable in class zmq.ZMQ
 
ZMQ_SOCKS_PROXY - Static variable in class zmq.ZMQ
 
ZMQ_STREAM - Static variable in class zmq.ZMQ
 
ZMQ_STREAMER - Static variable in class zmq.ZMQ
Deprecated.
ZMQ_SUB - Static variable in class zmq.ZMQ
 
ZMQ_SUBSCRIBE - Static variable in class zmq.ZMQ
 
ZMQ_TCP_ACCEPT_FILTER - Static variable in class zmq.ZMQ
Deprecated.
ZMQ_TCP_KEEPALIVE - Static variable in class zmq.ZMQ
 
ZMQ_TCP_KEEPALIVE_CNT - Static variable in class zmq.ZMQ
 
ZMQ_TCP_KEEPALIVE_IDLE - Static variable in class zmq.ZMQ
 
ZMQ_TCP_KEEPALIVE_INTVL - Static variable in class zmq.ZMQ
 
ZMQ_TOS - Static variable in class zmq.ZMQ
 
ZMQ_TYPE - Static variable in class zmq.ZMQ
 
ZMQ_UNSUBSCRIBE - Static variable in class zmq.ZMQ
 
ZMQ_VERSION_MAJOR - Static variable in class zmq.ZMQ
 
ZMQ_VERSION_MINOR - Static variable in class zmq.ZMQ
 
ZMQ_VERSION_PATCH - Static variable in class zmq.ZMQ
 
ZMQ_XPUB - Static variable in class zmq.ZMQ
 
ZMQ_XPUB_MANUAL - Static variable in class zmq.ZMQ
 
ZMQ_XPUB_NODROP - Static variable in class zmq.ZMQ
 
ZMQ_XPUB_VERBOSE - Static variable in class zmq.ZMQ
 
ZMQ_XPUB_VERBOSE_UNSUBSCRIBE - Static variable in class zmq.ZMQ
Deprecated.
ZMQ_XPUB_VERBOSER - Static variable in class zmq.ZMQ
 
ZMQ_XREP - Static variable in class zmq.ZMQ
Deprecated.
ZMQ_XREQ - Static variable in class zmq.ZMQ
Deprecated.
ZMQ_XSUB - Static variable in class zmq.ZMQ
 
ZMQ_ZAP_DOMAIN - Static variable in class zmq.ZMQ
 
ZMQException - Exception in org.zeromq
 
ZMQException(int) - Constructor for exception org.zeromq.ZMQException
 
ZMQException(String, int) - Constructor for exception org.zeromq.ZMQException
 
ZMQException(String, int, Throwable) - Constructor for exception org.zeromq.ZMQException
 
ZMQQueue - Class in org.zeromq
 
ZMQQueue(ZMQ.Context, ZMQ.Socket, ZMQ.Socket) - Constructor for class org.zeromq.ZMQQueue
Class constructor.
ZMsg - Class in org.zeromq
The ZMsg class provides methods to send and receive multipart messages across 0MQ sockets.
ZMsg() - Constructor for class org.zeromq.ZMsg
Class Constructor
zmtpProperties - Variable in class zmq.io.mechanism.Mechanism
 
ZNeedle - Class in org.zeromq.proto
Needle for de/serialization of data within a frame.
ZNeedle(ZFrame) - Constructor for class org.zeromq.proto.ZNeedle
 
ZObject - Class in zmq
 
ZObject(Ctx, int) - Constructor for class zmq.ZObject
 
ZObject(ZObject) - Constructor for class zmq.ZObject
 
ZPicture - Class in org.zeromq.proto
De/serialization of data within a message.
ZPicture() - Constructor for class org.zeromq.proto.ZPicture
 
ZPoller - Class in org.zeromq
Rewritten poller for ØMQ.
ZPoller(ZPoller) - Constructor for class org.zeromq.ZPoller
Creates a new poller based on the current one.
ZPoller(Selector) - Constructor for class org.zeromq.ZPoller
Creates a new poller with a given selector for operational polling.
ZPoller(ZContext) - Constructor for class org.zeromq.ZPoller
Creates a new poller attached to a given context that will provide selector for operational polling.
ZPoller(ZPoller.ItemCreator, ZPoller) - Constructor for class org.zeromq.ZPoller
Creates a new poller based on the current one.
ZPoller(ZPoller.ItemCreator, ZContext) - Constructor for class org.zeromq.ZPoller
Creates a new poller attached to a given context that will provide selector for operational polling.
ZPoller(ZPoller.ItemCreator, Selector) - Constructor for class org.zeromq.ZPoller
Creates a new poller.
ZPoller.ComposeEventsHandler - Class in org.zeromq
 
ZPoller.EventsHandler - Interface in org.zeromq
 
ZPoller.ItemCreator - Interface in org.zeromq
 
ZPoller.ItemHolder - Interface in org.zeromq
 
ZPoller.SimpleCreator - Class in org.zeromq
 
ZPoller.ZPollItem - Class in org.zeromq
 
ZPollItem(ZMQ.Socket, ZPoller.EventsHandler, int) - Constructor for class org.zeromq.ZPoller.ZPollItem
 
ZPollItem(SelectableChannel, ZPoller.EventsHandler, int) - Constructor for class org.zeromq.ZPoller.ZPollItem
 
ZProxy - Class in org.zeromq
Implementation of a remotely controlled proxy for 0MQ, using ZActor.
ZProxy(ZAgent.SelectorCreator, ZProxy.Proxy, String, Object...) - Constructor for class org.zeromq.ZProxy
Deprecated.
ZProxy(ZProxy.Proxy, String, Object...) - Constructor for class org.zeromq.ZProxy
Creates a new unnamed proxy.
ZProxy(String, ZAgent.SelectorCreator, ZProxy.Proxy, String, Object...) - Constructor for class org.zeromq.ZProxy
ZProxy(String, ZProxy.Proxy, String, Object...) - Constructor for class org.zeromq.ZProxy
Creates a new named proxy.
ZProxy(ZContext, String, ZAgent.SelectorCreator, ZProxy.Proxy, ZProxy.Pump, String, Object...) - Constructor for class org.zeromq.ZProxy
ZProxy(String, ZProxy.Proxy, ZProxy.Pump, String, Object...) - Constructor for class org.zeromq.ZProxy
Creates a new named proxy.
ZProxy(ZContext, String, ZProxy.Proxy, ZProxy.Pump, String, Object...) - Constructor for class org.zeromq.ZProxy
Creates a new named proxy.
ZProxy.Command - Enum in org.zeromq
 
ZProxy.Plug - Enum in org.zeromq
Possible places for sockets in the proxy.
ZProxy.Proxy - Interface in org.zeromq
 
ZProxy.Proxy.SimpleProxy - Class in org.zeromq
 
ZProxy.Pump - Interface in org.zeromq
 
ZProxy.State - Enum in org.zeromq
 
ZProxy.ZPump - Class in org.zeromq
A pump that reads a message as a whole before transmitting it.
ZProxy.ZPump.Transformer - Interface in org.zeromq
 
ZPump() - Constructor for class org.zeromq.ZProxy.ZPump
 
ZPump(ZProxy.ZPump.Transformer) - Constructor for class org.zeromq.ZProxy.ZPump
 
ZSocket - Class in org.zeromq
ZeroMQ sockets present an abstraction of an asynchronous message queue, with the exact queuing semantics depending on the socket type in use.
ZSocket(int) - Constructor for class org.zeromq.ZSocket
Create a ZeroMQ socket
ZSocket(SocketType) - Constructor for class org.zeromq.ZSocket
Create a ZeroMQ socket
ZStar - Class in org.zeromq
First implementation for the base of a remotely controlled background service for 0MQ.
ZStar(ZAgent.SelectorCreator, ZStar.Fortune, String, Object...) - Constructor for class org.zeromq.ZStar
Deprecated.
ZStar(ZStar.Fortune, String, Object...) - Constructor for class org.zeromq.ZStar
Creates a new ZStar.
ZStar(ZContext, ZAgent.SelectorCreator, ZStar.Fortune, String, Object...) - Constructor for class org.zeromq.ZStar
ZStar(ZContext, ZStar.Fortune, String, Object...) - Constructor for class org.zeromq.ZStar
Creates a new ZStar.
ZStar(ZContext, ZAgent.SelectorCreator, ZStar.Fortune, BiFunction<ZMQ.Socket, String, ZAgent>, String, Object...) - Constructor for class org.zeromq.ZStar
ZStar(ZContext, ZStar.Fortune, BiFunction<ZMQ.Socket, String, ZAgent>, String, Object...) - Constructor for class org.zeromq.ZStar
Creates a new ZStar.
ZStar.Entourage - Interface in org.zeromq
Utility class with calls surrounding the execution of the Star.
ZStar.Exit - Interface in org.zeromq
Control for the end of the remote operations.
ZStar.Fortune - Interface in org.zeromq
 
ZStar.Set - Interface in org.zeromq
 
ZStar.SimpleSet - Class in org.zeromq
 
ZStar.Star - Interface in org.zeromq
Contract interface when acting in plain sight.
ZStar.TimeTaker - Interface in org.zeromq
Utility class with callback for when the Star has finished its performances.
ZThread - Class in org.zeromq
 
ZThread.IAttachedRunnable - Interface in org.zeromq
 
ZThread.IDetachedRunnable - Interface in org.zeromq
 
ZTicker - Class in org.zeromq.timer
Manages set of tickets and timers.
ZTicker() - Constructor for class org.zeromq.timer.ZTicker
 
ZTicket - Class in org.zeromq.timer
Manages set of tickets.
ZTicket() - Constructor for class org.zeromq.timer.ZTicket
 
ZTicket.Ticket - Class in org.zeromq.timer
Opaque representation of a ticket.
ZTimer - Class in org.zeromq.timer
Manages set of timers.
ZTimer() - Constructor for class org.zeromq.timer.ZTimer
 
ZTimer - Class in org.zeromq
Deprecated.
scheduled for removal in future release. Please use ZTimer instead
ZTimer() - Constructor for class org.zeromq.ZTimer
Deprecated.
 
ZTimer.Handler - Interface in org.zeromq
Deprecated.
use TimerHandler instead
ZTimer.Timer - Class in org.zeromq.timer
Opaque representation of a timer.
ZTimer.Timer - Class in org.zeromq
Deprecated.
use ZTimer.Timer instead
A B C D E F G H I K L M N O P Q R S T U V W X Y Z 
Skip navigation links

Copyright © 2020. All rights reserved.