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

A

add(String) - 类 org.zeromq.ZMsg 中的方法
 
add(byte[]) - 类 org.zeromq.ZMsg 中的方法
 
add(ZFrame) - 类 org.zeromq.ZMsg 中的方法
 
addAll(Collection<? extends ZFrame>) - 类 org.zeromq.ZMsg 中的方法
 
addFirst(String) - 类 org.zeromq.ZMsg 中的方法
 
addFirst(byte[]) - 类 org.zeromq.ZMsg 中的方法
 
addFirst(ZFrame) - 类 org.zeromq.ZMsg 中的方法
 
addLast(String) - 类 org.zeromq.ZMsg 中的方法
 
addLast(byte[]) - 类 org.zeromq.ZMsg 中的方法
 
addLast(ZFrame) - 类 org.zeromq.ZMsg 中的方法
 
addPoller(ZMQ.PollItem, ZLoop.IZLoopHandler, Object) - 类 org.zeromq.ZLoop 中的方法
 
address - 类 org.zeromq.ZAuth.ZAPRequest 中的变量
 
addString(String) - 类 org.zeromq.ZMsg 中的方法
Add a String as a new ZFrame to the end of list
addTimer(int, int, ZLoop.IZLoopHandler, Object) - 类 org.zeromq.ZLoop 中的方法
 
allow(String) - 类 org.zeromq.ZAuth 中的方法
Allow (whitelist) a single IP address.
App - org.zeromq 中的 类
Simple App to display version information about jzmq.
App() - 类 org.zeromq.App 的构造方法
 
authenticateGSS(ZAuth.ZAPRequest) - 类 org.zeromq.ZAuth 中的方法
 

B

bind(String) - 类 org.zeromq.ZMQ.Socket 中的方法
Bind to network interface.
bindToRandomPort(String) - 类 org.zeromq.ZMQ.Socket 中的方法
Bind to network interface to a random port.
bindToRandomPort(String, int) - 类 org.zeromq.ZMQ.Socket 中的方法
Bind to network interface to a random port.
bindToRandomPort(String, int, int) - 类 org.zeromq.ZMQ.Socket 中的方法
Bind to network interface to a random port.
bindToRandomPort(String, int, int, int) - 类 org.zeromq.ZMQ.Socket 中的方法
Bind to network interface to a random port.

C

capacity() - 类 org.zeromq.ZFrame 中的方法
 
checkNotNull(Object) - 类 org.zeromq.Utils 中的静态方法
 
clear() - 类 org.zeromq.ZMsg 中的方法
 
clientKey - 类 org.zeromq.ZAuth.ZAPRequest 中的变量
 
close() - 类 org.zeromq.ZContext 中的方法
 
close() - 类 org.zeromq.ZMQ.Context 中的方法
 
close() - 类 org.zeromq.ZMQ.Socket 中的方法
This is an explicit "destructor".
close() - 类 org.zeromq.ZMQQueue 中的方法
Unregisters input and output sockets.
configureGSSAPI(String) - 类 org.zeromq.ZAuth 中的方法
 
configurePlain(String, String) - 类 org.zeromq.ZAuth 中的方法
Configure PLAIN authentication for a given domain.
connect(String) - 类 org.zeromq.ZMQ.Socket 中的方法
Connect to remote application.
construct(int) - 类 org.zeromq.ZMQ.Context 中的方法
Initialize the JNI interface
construct(ZMQ.Context, int) - 类 org.zeromq.ZMQ.Socket 中的方法
Initialize the JNI interface
contains(Object) - 类 org.zeromq.ZMsg 中的方法
 
containsAll(Collection<?>) - 类 org.zeromq.ZMsg 中的方法
 
contentSize() - 类 org.zeromq.ZMsg 中的方法
Return total number of bytes contained in all ZFrames in this ZMsg
context(int) - 类 org.zeromq.ZMQ 中的静态方法
Create a new Context.
createSocket(int) - 类 org.zeromq.ZContext 中的方法
Creates a new managed socket within this ZContext instance.

D

DEALER - 类 org.zeromq.ZMQ 中的静态变量
Flag to specify a DEALER socket (aka XREQ).
deny(String) - 类 org.zeromq.ZAuth 中的方法
Deny (blacklist) a single IP address.
descendingIterator() - 类 org.zeromq.ZMsg 中的方法
 
destroy() - 类 org.zeromq.ZAuth 中的方法
Destructor.
destroy() - 类 org.zeromq.ZContext 中的方法
Destructor.
destroy() - 类 org.zeromq.ZFrame 中的方法
Destructor.
destroy() - 类 org.zeromq.ZLoop 中的方法
 
destroy() - 类 org.zeromq.ZMQ.Context 中的方法
Free all resources used by JNI interface.
destroy() - 类 org.zeromq.ZMQ.Socket 中的方法
Free all resources used by JNI interface.
destroy() - 类 org.zeromq.ZMsg 中的方法
Destructor.
destroySocket(ZMQ.Socket) - 类 org.zeromq.ZContext 中的方法
Destroys managed socket within this context and remove from sockets list
disconnect(String) - 类 org.zeromq.ZMQ.Socket 中的方法
Disconnect from a remote application.
domain - 类 org.zeromq.ZAuth.ZAPRequest 中的变量
 
DONTWAIT - 类 org.zeromq.ZMQ 中的静态变量
 
DOWNSTREAM - 类 org.zeromq.ZMQ 中的静态变量
已过时。 
dump(Appendable) - 类 org.zeromq.ZMsg 中的方法
Dump the message in human readable format.
duplicate() - 类 org.zeromq.ZFrame 中的方法
Creates a new frame that duplicates an existing frame
duplicate() - 类 org.zeromq.ZMsg 中的方法
Creates copy of this ZMsg.

E

EADDRINUSE() - 类 org.zeromq.ZMQ 中的静态方法
 
EADDRNOTAVAIL() - 类 org.zeromq.ZMQ 中的静态方法
 
ECONNREFUSED() - 类 org.zeromq.ZMQ 中的静态方法
 
EFSM() - 类 org.zeromq.ZMQ 中的静态方法
 
EHOSTUNREACH() - 类 org.zeromq.ZMQ 中的静态方法
 
EINPROGRESS() - 类 org.zeromq.ZMQ 中的静态方法
 
element() - 类 org.zeromq.ZMsg 中的方法
 
EmbeddedLibraryTools - org.zeromq 中的 类
 
EMTHREAD() - 类 org.zeromq.ZMQ 中的静态方法
 
ENETDOWN() - 类 org.zeromq.ZMQ 中的静态方法
 
ENOBUFS() - 类 org.zeromq.ZMQ 中的静态方法
 
ENOCOMPATPROTO() - 类 org.zeromq.ZMQ 中的静态方法
 
ENOTSOCK() - 类 org.zeromq.ZMQ 中的静态方法
 
ENOTSUP() - 类 org.zeromq.ZMQ 中的静态方法
 
EPROTONOSUPPORT() - 类 org.zeromq.ZMQ 中的静态方法
 
equals(Object) - 类 org.zeromq.ZFrame 中的方法
 
equals(Object) - 类 org.zeromq.ZMQ.PollItem 中的方法
 
equals(Object) - 类 org.zeromq.ZMsg 中的方法
 
ETERM() - 类 org.zeromq.ZMQ 中的静态方法
 
EVENT_ACCEPT_FAILED - 类 org.zeromq.ZMQ 中的静态变量
EVENT_ACCEPT_FAILED: could not accept client connection.
EVENT_ACCEPTED - 类 org.zeromq.ZMQ 中的静态变量
EVENT_ACCEPTED: connection accepted to bound interface.
EVENT_ALL - 类 org.zeromq.ZMQ 中的静态变量
EVENT_ALL: all events known by the java binding.
EVENT_BIND_FAILED - 类 org.zeromq.ZMQ 中的静态变量
EVENT_BIND_FAILED: socket could not bind to an address.
EVENT_CLOSE_FAILED - 类 org.zeromq.ZMQ 中的静态变量
EVENT_CLOSE_FAILED: connection couldn't be closed.
EVENT_CLOSED - 类 org.zeromq.ZMQ 中的静态变量
EVENT_CLOSED: connection closed.
EVENT_CONNECT_DELAYED - 类 org.zeromq.ZMQ 中的静态变量
EVENT_CONNECT_DELAYED: synchronous connect failed, it's being polled.
EVENT_CONNECT_RETRIED - 类 org.zeromq.ZMQ 中的静态变量
EVENT_CONNECT_RETRIED: asynchronous connect / reconnection attempt.
EVENT_CONNECTED - 类 org.zeromq.ZMQ 中的静态变量
EVENT_CONNECTED: connection established.
EVENT_DISCONNECTED - 类 org.zeromq.ZMQ 中的静态变量
EVENT_DISCONNECTED: broken session.
EVENT_LISTENING - 类 org.zeromq.ZMQ 中的静态变量
EVENT_LISTENING: socket bound to an address, ready to accept connections.
EVENT_MONITOR_STOPPED - 类 org.zeromq.ZMQ 中的静态变量
EVENT_MONITOR_STOPPED: monitor has been stopped.

F

findByCode(int) - 枚举 org.zeromq.ZMQ.Error 中的静态方法
 
fork(ZContext, ZThread.IAttachedRunnable, Object...) - 类 org.zeromq.ZThread 中的静态方法
 
FORWARDER - 类 org.zeromq.ZMQ 中的静态变量
Flag to specify a FORWARDER device.

G

getAddress() - 类 org.zeromq.ZMQ.Event 中的方法
Get the address.
getAffinity() - 类 org.zeromq.ZMQ.Socket 中的方法
 
getBacklog() - 类 org.zeromq.ZMQ.Socket 中的方法
 
getBytesSockopt(int) - 类 org.zeromq.ZMQ.Socket 中的方法
Get the socket option value, as a byte array.
getCode() - 枚举 org.zeromq.ZMQ.Error 中的方法
 
getConflate() - 类 org.zeromq.ZMQ.Socket 中的方法
Indicate whether socket should keep only last received/to be sent message in its inbound/outbound queue.
getContext() - 类 org.zeromq.ZContext 中的方法
 
getCurrentPlatformIdentifier() - 类 org.zeromq.EmbeddedLibraryTools 中的静态方法
 
getData() - 类 org.zeromq.ZFrame 中的方法
 
getEmbeddedLibraryList() - 类 org.zeromq.EmbeddedLibraryTools 中的静态方法
 
getErrorCode() - 异常 org.zeromq.ZMQException 中的方法
 
getEvent() - 类 org.zeromq.ZMQ.Event 中的方法
 
getEvents() - 类 org.zeromq.ZMQ.Socket 中的方法
The 'ZMQ_EVENTS' option shall retrieve event flags for the specified socket.
getFD() - 类 org.zeromq.ZMQ.Socket 中的方法
The 'ZMQ_FD' option shall retrieve file descriptor associated with the 0MQ socket.
getFirst() - 类 org.zeromq.ZMsg 中的方法
 
getFullVersion() - 类 org.zeromq.ZMQ 中的静态方法
 
getHWM() - 类 org.zeromq.ZMQ.Socket 中的方法
 
getIdentity() - 类 org.zeromq.ZMQ.Socket 中的方法
 
getImmediate() - 类 org.zeromq.ZMQ.Socket 中的方法
Indicate whether socket should only queue messages to completed connections.
getIoThreads() - 类 org.zeromq.ZContext 中的方法
 
getIPv4Only() - 类 org.zeromq.ZMQ.Socket 中的方法
 
getItem(int) - 类 org.zeromq.ZMQ.Poller 中的方法
Get the PollItem associated with an index.
getLast() - 类 org.zeromq.ZMsg 中的方法
 
getLinger() - 类 org.zeromq.ZContext 中的方法
 
getLinger() - 类 org.zeromq.ZMQ.Socket 中的方法
 
getLongSockopt(int) - 类 org.zeromq.ZMQ.Socket 中的方法
Get the socket option value, as a long.
getMajorVersion() - 类 org.zeromq.ZMQ 中的静态方法
 
getMaxMsgSize() - 类 org.zeromq.ZMQ.Socket 中的方法
 
getMaxSockets() - 类 org.zeromq.ZMQ.Context 中的方法
The maximum number of sockets allowed on the context
getMinorVersion() - 类 org.zeromq.ZMQ 中的静态方法
 
getMulticastHops() - 类 org.zeromq.ZMQ.Socket 中的方法
 
getNext() - 类 org.zeromq.ZMQ.Poller 中的方法
Get the index for the next position in the poll set size.
getPatchVersion() - 类 org.zeromq.ZMQ 中的静态方法
 
getPlainPassword() - 类 org.zeromq.ZMQ.Socket 中的方法
 
getPlainServer() - 类 org.zeromq.ZMQ.Socket 中的方法
 
getPlainUsername() - 类 org.zeromq.ZMQ.Socket 中的方法
 
getRate() - 类 org.zeromq.ZMQ.Socket 中的方法
 
getRawSocket() - 类 org.zeromq.ZMQ.PollItem 中的方法
 
getRcvHWM() - 类 org.zeromq.ZMQ.Socket 中的方法
 
getReceiveBufferSize() - 类 org.zeromq.ZMQ.Socket 中的方法
 
getReceiveTimeOut() - 类 org.zeromq.ZMQ.Socket 中的方法
 
getReconnectIVL() - 类 org.zeromq.ZMQ.Socket 中的方法
 
getReconnectIVLMax() - 类 org.zeromq.ZMQ.Socket 中的方法
 
getRecoveryInterval() - 类 org.zeromq.ZMQ.Socket 中的方法
 
getSendBufferSize() - 类 org.zeromq.ZMQ.Socket 中的方法
 
getSendTimeOut() - 类 org.zeromq.ZMQ.Socket 中的方法
 
getSize() - 类 org.zeromq.ZMQ.Poller 中的方法
Get the current poll set size.
getSndHWM() - 类 org.zeromq.ZMQ.Socket 中的方法
 
getSocket(int) - 类 org.zeromq.ZMQ.Poller 中的方法
Get the socket associated with an index.
getSocket() - 类 org.zeromq.ZMQ.PollItem 中的方法
 
getSockets() - 类 org.zeromq.ZContext 中的方法
 
getSwap() - 类 org.zeromq.ZMQ.Socket 中的方法
 
getTCPKeepAliveCount() - 类 org.zeromq.ZMQ.Socket 中的方法
 
getTCPKeepAliveIdle() - 类 org.zeromq.ZMQ.Socket 中的方法
 
getTCPKeepAliveInterval() - 类 org.zeromq.ZMQ.Socket 中的方法
 
getTCPKeepAliveSetting() - 类 org.zeromq.ZMQ.Socket 中的方法
 
getTimeout() - 类 org.zeromq.ZMQ.Poller 中的方法
已过时。 Timeout handling has been moved to the poll() methods.
getType() - 类 org.zeromq.ZMQ.Socket 中的方法
The 'ZMQ_TYPE option shall retrieve the socket type for the specified 'socket'.
getValue() - 类 org.zeromq.ZMQ.Event 中的方法
 
getVersionString() - 类 org.zeromq.ZMQ 中的静态方法
 

H

handle(ZLoop, ZMQ.PollItem, Object) - 接口 org.zeromq.ZLoop.IZLoopHandler 中的方法
 
handleMessage(ZDispatcher.ZSender, ZMsg) - 接口 org.zeromq.ZDispatcher.ZMessageHandler 中的方法
 
handler - 类 org.zeromq.ZAuth.ZAPRequest 中的变量
 
hasData() - 类 org.zeromq.ZFrame 中的方法
Convenience method to ascertain if this frame contains some message data
hashCode() - 类 org.zeromq.ZFrame 中的方法
 
hashCode() - 类 org.zeromq.ZMsg 中的方法
 
hasMore() - 类 org.zeromq.ZFrame 中的方法
 
hasMulticastLoop() - 类 org.zeromq.ZMQ.Socket 中的方法
 
hasReceiveMore() - 类 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.

I

identity - 类 org.zeromq.ZAuth.ZAPRequest 中的变量
 
isEmpty() - 类 org.zeromq.ZMsg 中的方法
 
isError() - 类 org.zeromq.ZMQ.PollItem 中的方法
 
isMain() - 类 org.zeromq.ZContext 中的方法
 
isReadable() - 类 org.zeromq.ZMQ.PollItem 中的方法
 
isWritable() - 类 org.zeromq.ZMQ.PollItem 中的方法
 
iterator() - 类 org.zeromq.ZMsg 中的方法
 

J

java - 软件包 java
 

L

load(DataInputStream) - 类 org.zeromq.ZMsg 中的静态方法
Load / append a ZMsg from an open DataInputStream
LOADED_EMBEDDED_LIBRARY - 类 org.zeromq.EmbeddedLibraryTools 中的静态变量
 

M

main(String[]) - 类 org.zeromq.App 中的静态方法
 
make_version(int, int, int) - 类 org.zeromq.ZMQ 中的静态方法
 
makeVersion(int, int, int) - 类 org.zeromq.ZMQ 中的静态方法
 
mechanism - 类 org.zeromq.ZAuth.ZAPRequest 中的变量
 
monitor(String, int) - 类 org.zeromq.ZMQ.Socket 中的方法
Start a monitoring socket where events can be received.

N

newStringMsg(String...) - 类 org.zeromq.ZMsg 中的静态方法
Create a new ZMsg from one or more Strings
NOBLOCK - 类 org.zeromq.ZMQ 中的静态变量
Socket flag to indicate a nonblocking send or recv mode.

O

offer(ZFrame) - 类 org.zeromq.ZMsg 中的方法
 
offerFirst(ZFrame) - 类 org.zeromq.ZMsg 中的方法
 
offerLast(ZFrame) - 类 org.zeromq.ZMsg 中的方法
 
org.zeromq - 软件包 org.zeromq
 

P

PAIR - 类 org.zeromq.ZMQ 中的静态变量
Flag to specify a exclusive pair of items.
password - 类 org.zeromq.ZAuth.ZAPRequest 中的变量
 
peek() - 类 org.zeromq.ZMsg 中的方法
 
peekFirst() - 类 org.zeromq.ZMsg 中的方法
 
peekLast() - 类 org.zeromq.ZMsg 中的方法
 
poll(ZMQ.PollItem[], long) - 类 org.zeromq.ZMQ 中的静态方法
Poll on polling items until timeout
poll(ZMQ.PollItem[], int, long) - 类 org.zeromq.ZMQ 中的静态方法
Poll on polling items until timeout
poll() - 类 org.zeromq.ZMQ.Poller 中的方法
Issue a poll call.
poll(long) - 类 org.zeromq.ZMQ.Poller 中的方法
Issue a poll call, using the specified timeout value.
poll() - 类 org.zeromq.ZMsg 中的方法
 
poller() - 类 org.zeromq.ZMQ.Context 中的方法
已过时。 use Poller constructor
poller(int) - 类 org.zeromq.ZMQ.Context 中的方法
已过时。 use Poller constructor
POLLERR - 类 org.zeromq.ZMQ.Poller 中的静态变量
 
pollerr(int) - 类 org.zeromq.ZMQ.Poller 中的方法
Check whether the specified element in the poll set was signalled for error.
pollFirst() - 类 org.zeromq.ZMsg 中的方法
 
POLLIN - 类 org.zeromq.ZMQ.Poller 中的静态变量
These values can be ORed to specify what we want to poll for.
pollin(int) - 类 org.zeromq.ZMQ.Poller 中的方法
Check whether the specified element in the poll set was signalled for input.
pollLast() - 类 org.zeromq.ZMsg 中的方法
 
POLLOUT - 类 org.zeromq.ZMQ.Poller 中的静态变量
 
pollout(int) - 类 org.zeromq.ZMQ.Poller 中的方法
Check whether the specified element in the poll set was signalled for output.
pop() - 类 org.zeromq.ZMsg 中的方法
 
popString() - 类 org.zeromq.ZMsg 中的方法
Pop a ZFrame and return the toString() representation of it.
principal - 类 org.zeromq.ZAuth.ZAPRequest 中的变量
 
proxy(ZMQ.Socket, ZMQ.Socket, ZMQ.Socket) - 类 org.zeromq.ZMQ 中的静态方法
Starts the built-in 0MQ proxy in the current application thread.
PUB - 类 org.zeromq.ZMQ 中的静态变量
Flag to specify a PUB socket, receiving side must be a SUB or XSUB.
PULL - 类 org.zeromq.ZMQ 中的静态变量
Flag to specify the receiving part of a PUSH socket.
PUSH - 类 org.zeromq.ZMQ 中的静态变量
Flag to specify a PUSH socket, receiving side must be a PULL.
push(String) - 类 org.zeromq.ZMsg 中的方法
 
push(byte[]) - 类 org.zeromq.ZMsg 中的方法
 
push(ZFrame) - 类 org.zeromq.ZMsg 中的方法
 

Q

QUEUE - 类 org.zeromq.ZMQ 中的静态变量
Flag to specify a QUEUE device.

R

readyOps() - 类 org.zeromq.ZMQ.PollItem 中的方法
 
recv(ZMQ.Socket, int) - 类 org.zeromq.ZMQ.Event 中的静态方法
Receive an event from a monitor socket.
recv(ZMQ.Socket) - 类 org.zeromq.ZMQ.Event 中的静态方法
Receive an event from a monitor socket.
recv(int) - 类 org.zeromq.ZMQ.Socket 中的方法
Receive a message.
recv(byte[], int, int, int) - 类 org.zeromq.ZMQ.Socket 中的方法
Receive a message in to a specified buffer.
recv() - 类 org.zeromq.ZMQ.Socket 中的方法
Receive a message.
recvByteBuffer(ByteBuffer, int) - 类 org.zeromq.ZMQ.Socket 中的方法
Receive a message
recvFrame(ZMQ.Socket) - 类 org.zeromq.ZFrame 中的静态方法
Receives single frame from socket, returns the received frame object, or null if the recv was interrupted.
recvFrame(ZMQ.Socket, int) - 类 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.
recvMsg(ZMQ.Socket) - 类 org.zeromq.ZMsg 中的静态方法
Receives message from socket, returns ZMsg object or null if the recv was interrupted.
recvMsg(ZMQ.Socket, int) - 类 org.zeromq.ZMsg 中的静态方法
Receives message from socket, returns ZMsg object or null if the recv was interrupted.
recvStr() - 类 org.zeromq.ZMQ.Socket 中的方法
已过时。 use ZMQ.Socket.recvStr(Charset) instead.
recvStr(Charset) - 类 org.zeromq.ZMQ.Socket 中的方法
Receive a message as a String with a given Charset.
recvStr(int) - 类 org.zeromq.ZMQ.Socket 中的方法
已过时。 use ZMQ.Socket.recvStr(int, Charset) instead.
recvStr(int, Charset) - 类 org.zeromq.ZMQ.Socket 中的方法
Receive a message as a String.
recvZeroCopy(ByteBuffer, int, int) - 类 org.zeromq.ZMQ.Socket 中的方法
Zero copy recv
register(ZMQ.Socket) - 类 org.zeromq.ZMQ.Poller 中的方法
Register a Socket for polling on all events.
register(SelectableChannel) - 类 org.zeromq.ZMQ.Poller 中的方法
Register a Channel for polling on all events.
register(ZMQ.Socket, int) - 类 org.zeromq.ZMQ.Poller 中的方法
Register a Socket for polling on the specified events.
register(SelectableChannel, int) - 类 org.zeromq.ZMQ.Poller 中的方法
Register a Channel for polling on the specified events.
register(ZMQ.PollItem) - 类 org.zeromq.ZMQ.Poller 中的方法
Register a Channel for polling on the specified events.
registerHandler(ZMQ.Socket, ZDispatcher.ZMessageHandler, ZDispatcher.ZSender) - 类 org.zeromq.ZDispatcher 中的方法
 
registerHandler(ZMQ.Socket, ZDispatcher.ZMessageHandler, ZDispatcher.ZSender, ExecutorService) - 类 org.zeromq.ZDispatcher 中的方法
 
remove() - 类 org.zeromq.ZMsg 中的方法
 
remove(Object) - 类 org.zeromq.ZMsg 中的方法
 
removeAll(Collection<?>) - 类 org.zeromq.ZMsg 中的方法
 
removeFirst() - 类 org.zeromq.ZMsg 中的方法
 
removeFirstOccurrence(Object) - 类 org.zeromq.ZMsg 中的方法
 
removeLast() - 类 org.zeromq.ZMsg 中的方法
 
removeLastOccurrence(Object) - 类 org.zeromq.ZMsg 中的方法
 
removePoller(ZMQ.PollItem) - 类 org.zeromq.ZLoop 中的方法
 
removeTimer(Object) - 类 org.zeromq.ZLoop 中的方法
 
REP - 类 org.zeromq.ZMQ 中的静态变量
Flag to specify the receiving part of a REQ socket.
REQ - 类 org.zeromq.ZMQ 中的静态变量
Flag to specify a REQ socket, receiving side must be a REP.
reset(byte[]) - 类 org.zeromq.ZFrame 中的方法
Sets new contents for frame
reset(String) - 类 org.zeromq.ZFrame 中的方法
Sets new contents for frame
retainAll(Collection<?>) - 类 org.zeromq.ZMsg 中的方法
 
ROUTER - 类 org.zeromq.ZMQ 中的静态变量
Flag to specify ROUTER socket (aka XREP).
run() - 类 org.zeromq.ZMQForwarder 中的方法
Forwarding messages.
run() - 类 org.zeromq.ZMQQueue 中的方法
Queuing of requests and replies.
run(Object[], ZContext, ZMQ.Socket) - 接口 org.zeromq.ZThread.IAttachedRunnable 中的方法
 
run(Object[]) - 接口 org.zeromq.ZThread.IDetachedRunnable 中的方法
 
run_poll(ZMQ.PollItem[], int, long) - 类 org.zeromq.ZMQ.Poller 中的静态方法
Issue a poll call on the specified 0MQ items.

S

save(ZMsg, DataOutputStream) - 类 org.zeromq.ZMsg 中的静态方法
Save message to an open data output stream.
send(ZMsg) - 类 org.zeromq.ZDispatcher.ZSender 中的方法
 
send(ZMQ.Socket, int) - 类 org.zeromq.ZFrame 中的方法
Method to call org.zeromq.Socket send() method.
send(byte[], int, int) - 类 org.zeromq.ZMQ.Socket 中的方法
Send a message.
send(byte[], int, int, int) - 类 org.zeromq.ZMQ.Socket 中的方法
 
send(byte[], int) - 类 org.zeromq.ZMQ.Socket 中的方法
Send a message.
send(String) - 类 org.zeromq.ZMQ.Socket 中的方法
Send a String.
send(String, int) - 类 org.zeromq.ZMQ.Socket 中的方法
Send a String.
send(ZMQ.Socket) - 类 org.zeromq.ZMsg 中的方法
Send message to 0MQ socket.
send(ZMQ.Socket, boolean) - 类 org.zeromq.ZMsg 中的方法
Send message to 0MQ socket, destroys contents after sending if destroy param is set to true.
sendByteBuffer(ByteBuffer, int) - 类 org.zeromq.ZMQ.Socket 中的方法
Send a message
sendMore(String) - 类 org.zeromq.ZMQ.Socket 中的方法
Send a String.
sendZeroCopy(ByteBuffer, int, int) - 类 org.zeromq.ZMQ.Socket 中的方法
Perform a zero copy send.
sequence - 类 org.zeromq.ZAuth.ZAPRequest 中的变量
 
setAffinity(long) - 类 org.zeromq.ZMQ.Socket 中的方法
Get the Affinity.
setBacklog(long) - 类 org.zeromq.ZMQ.Socket 中的方法
 
setBytesSockopt(int, byte[]) - 类 org.zeromq.ZMQ.Socket 中的方法
Set the socket option value, given as a byte array.
setConflate(boolean) - 类 org.zeromq.ZMQ.Socket 中的方法
Sets whether socket should keep only last received/to be sent message in its inbound/outbound queue.
setContext(ZMQ.Context) - 类 org.zeromq.ZContext 中的方法
 
setGSSAPIPlainText(boolean) - 类 org.zeromq.ZMQ.Socket 中的方法
 
setGSSAPIPrincipal(byte[]) - 类 org.zeromq.ZMQ.Socket 中的方法
 
setGSSAPIServer(boolean) - 类 org.zeromq.ZMQ.Socket 中的方法
 
setGSSAPIServicePrincipal(byte[]) - 类 org.zeromq.ZMQ.Socket 中的方法
 
setHWM(long) - 类 org.zeromq.ZMQ.Socket 中的方法
The 'ZMQ_HWM' option shall set the high water mark for the specified 'socket'.
setIdentity(byte[]) - 类 org.zeromq.ZMQ.Socket 中的方法
The 'ZMQ_IDENTITY' option shall set the identity of the specified 'socket'.
setImmediate(boolean) - 类 org.zeromq.ZMQ.Socket 中的方法
Sets whether socket should only queue messages to completed connections.
setIoThreads(int) - 类 org.zeromq.ZContext 中的方法
 
setIPv4Only(boolean) - 类 org.zeromq.ZMQ.Socket 中的方法
The 'ZMQ_IPV4ONLY' option shall set the underlying native socket type.
setLinger(int) - 类 org.zeromq.ZContext 中的方法
 
setLinger(long) - 类 org.zeromq.ZMQ.Socket 中的方法
The 'ZMQ_LINGER' option shall retrieve the period for pending outbound messages to linger in memory after closing the socket.
setLongSockopt(int, long) - 类 org.zeromq.ZMQ.Socket 中的方法
Set the socket option value, given as a long.
setMain(boolean) - 类 org.zeromq.ZContext 中的方法
 
setMaxMsgSize(long) - 类 org.zeromq.ZMQ.Socket 中的方法
 
setMaxSockets(int) - 类 org.zeromq.ZMQ.Context 中的方法
Sets the maximum number of sockets allowed on the context
setMulticastHops(long) - 类 org.zeromq.ZMQ.Socket 中的方法
Sets the time-to-live field in every multicast packet sent from this socket.
setMulticastLoop(boolean) - 类 org.zeromq.ZMQ.Socket 中的方法
The 'ZMQ_MCAST_LOOP' option shall control whether data sent via multicast transports using the specified 'socket' can also be received by the sending host via loopback.
setPlainPassword(byte[]) - 类 org.zeromq.ZMQ.Socket 中的方法
Sets the password used for the PLAIN security mechanism.
setPlainServer(boolean) - 类 org.zeromq.ZMQ.Socket 中的方法
Sets if the socket is for a server using the PLAIN security mechanism.
setPlainUsername(byte[]) - 类 org.zeromq.ZMQ.Socket 中的方法
Sets the username used for the PLAIN security mechanism.
setProbeRouter(boolean) - 类 org.zeromq.ZMQ.Socket 中的方法
Sets whether the socket should automatically send an empty message when a new connection is made or accepted.
setRate(long) - 类 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(long) - 类 org.zeromq.ZMQ.Socket 中的方法
 
setReceiveBufferSize(long) - 类 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) - 类 org.zeromq.ZMQ.Socket 中的方法
Sets the timeout for receive operation on the socket.
setReconnectIVL(long) - 类 org.zeromq.ZMQ.Socket 中的方法
 
setReconnectIVLMax(long) - 类 org.zeromq.ZMQ.Socket 中的方法
 
setRecoveryInterval(long) - 类 org.zeromq.ZMQ.Socket 中的方法
The 'ZMQ_RECOVERY_IVL' option shall set the recovery interval for multicast transports using the specified 'socket'.
setReqCorrelate(boolean) - 类 org.zeromq.ZMQ.Socket 中的方法
 
setReqRelaxed(boolean) - 类 org.zeromq.ZMQ.Socket 中的方法
 
setRouterMandatory(boolean) - 类 org.zeromq.ZMQ.Socket 中的方法
Sets the ROUTER socket behavior when an unroutable message is encountered.
setSendBufferSize(long) - 类 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) - 类 org.zeromq.ZMQ.Socket 中的方法
Sets the timeout for send operation on the socket.
setSndHWM(long) - 类 org.zeromq.ZMQ.Socket 中的方法
 
setSwap(long) - 类 org.zeromq.ZMQ.Socket 中的方法
Get the Swap.
setTCPKeepAlive(long) - 类 org.zeromq.ZMQ.Socket 中的方法
Override SO_KEEPALIVE socket option (where supported by OS) to enable keep-alive packets for a socket connection.
setTCPKeepAliveCount(long) - 类 org.zeromq.ZMQ.Socket 中的方法
Override TCP_KEEPCNT socket option (where supported by OS).
setTCPKeepAliveIdle(long) - 类 org.zeromq.ZMQ.Socket 中的方法
Override TCP_KEEPCNT (or TCP_KEEPALIVE on some OS) socket option (where supported by OS).
setTCPKeepAliveInterval(long) - 类 org.zeromq.ZMQ.Socket 中的方法
Override TCP_KEEPINTVL socket option (where supported by OS).
setTimeout(long) - 类 org.zeromq.ZMQ.Poller 中的方法
已过时。 Timeout handling has been moved to the poll() methods.
setVerbose(boolean) - 类 org.zeromq.ZAuth 中的方法
Enable verbose tracing of commands and activity
setXpubVerbose(boolean) - 类 org.zeromq.ZMQ.Socket 中的方法
Sets the XPUB socket behavior on new subscriptions and unsubscriptions.
setZAPDomain(byte[]) - 类 org.zeromq.ZMQ.Socket 中的方法
Sets the domain for ZAP (ZMQ RFC 27) authentication.
shadow(ZContext) - 类 org.zeromq.ZContext 中的静态方法
Creates new shadow context.
shutdown() - 类 org.zeromq.ZDispatcher 中的方法
 
size() - 类 org.zeromq.ZFrame 中的方法
Returns byte size of frame, if set, else 0
size() - 类 org.zeromq.ZMsg 中的方法
 
SNDMORE - 类 org.zeromq.ZMQ 中的静态变量
Socket flag to indicate that more message parts are coming.
socket(int) - 类 org.zeromq.ZMQ.Context 中的方法
Create a new Socket within this context.
start() - 类 org.zeromq.ZLoop 中的方法
 
start(ZThread.IDetachedRunnable, Object...) - 类 org.zeromq.ZThread 中的静态方法
 
STREAMER - 类 org.zeromq.ZMQ 中的静态变量
Flag to specify a STREAMER device.
streq(String) - 类 org.zeromq.ZFrame 中的方法
String equals.
strhex() - 类 org.zeromq.ZFrame 中的方法
Returns frame data as a printable hex string
SUB - 类 org.zeromq.ZMQ 中的静态变量
Flag to specify the receiving part of the PUB or XPUB socket.
subscribe(byte[]) - 类 org.zeromq.ZMQ.Socket 中的方法
The 'ZMQ_SUBSCRIBE' option shall establish a new message filter on a 'ZMQ_SUB' socket.

T

term() - 类 org.zeromq.ZMQ.Context 中的方法
This is an explicit "destructor".
toArray() - 类 org.zeromq.ZMsg 中的方法
 
toArray(T[]) - 类 org.zeromq.ZMsg 中的方法
 
toString() - 类 org.zeromq.ZFrame 中的方法
Returns a human - readable representation of frame's data
toString() - 异常 org.zeromq.ZMQException 中的方法
 
toString() - 类 org.zeromq.ZMsg 中的方法
Convert the message to a string, for use in debugging.

U

unbind(String) - 类 org.zeromq.ZMQ.Socket 中的方法
Unbind from network interface.
unregister(ZMQ.Socket) - 类 org.zeromq.ZMQ.Poller 中的方法
Unregister a Socket for polling on the specified events.
unregister(SelectableChannel) - 类 org.zeromq.ZMQ.Poller 中的方法
Unregister a Channel for polling on the specified events.
unregisterHandler(ZMQ.Socket) - 类 org.zeromq.ZDispatcher 中的方法
 
unsubscribe(byte[]) - 类 org.zeromq.ZMQ.Socket 中的方法
The 'ZMQ_UNSUBSCRIBE' option shall remove an existing message filter on a 'ZMQ_SUB' socket.
unwrap() - 类 org.zeromq.ZMsg 中的方法
Pop frame off front of message, caller now owns frame.
UPSTREAM - 类 org.zeromq.ZMQ 中的静态变量
已过时。 
username - 类 org.zeromq.ZAuth.ZAPRequest 中的变量
 
Utils - org.zeromq 中的 类
 

V

valueOf(String) - 枚举 org.zeromq.ZMQ.Error 中的静态方法
返回带有指定名称的该类型的枚举常量。
values() - 枚举 org.zeromq.ZMQ.Error 中的静态方法
按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。
verbose(boolean) - 类 org.zeromq.ZLoop 中的方法
 
version - 类 org.zeromq.ZAuth.ZAPRequest 中的变量
 
version_full() - 类 org.zeromq.ZMQ 中的静态方法
 
version_major() - 类 org.zeromq.ZMQ 中的静态方法
 
version_minor() - 类 org.zeromq.ZMQ 中的静态方法
 
version_patch() - 类 org.zeromq.ZMQ 中的静态方法
 

W

wrap(ZFrame) - 类 org.zeromq.ZMsg 中的方法
Push frame plus empty frame to front of message, before 1st frame.

X

XPUB - 类 org.zeromq.ZMQ 中的静态变量
Flag to specify a XPUB socket, receiving side must be a SUB or XSUB.
XREP - 类 org.zeromq.ZMQ 中的静态变量
已过时。 As of release 3.0 of zeromq, replaced by ZMQ.ROUTER
XREQ - 类 org.zeromq.ZMQ 中的静态变量
已过时。 As of release 3.0 of zeromq, replaced by ZMQ.DEALER
XSUB - 类 org.zeromq.ZMQ 中的静态变量
Flag to specify the receiving part of the PUB or XPUB socket.

Z

ZAuth - org.zeromq 中的 类
ZAuth takes over authentication for all incoming connections in its context.
ZAuth(ZContext) - 类 org.zeromq.ZAuth 的构造方法
Install authentication for the specified context.
ZAuth.ZAPRequest - org.zeromq 中的 类
A small class for working with ZAP requests and replies.
ZAuth.ZAPRequest() - 类 org.zeromq.ZAuth.ZAPRequest 的构造方法
 
ZContext - org.zeromq 中的 类
ZContext provides a high-level ZeroMQ context management class The ZContext class wraps java org.zeromq.Context objects, which in turn wrap native 0MQ contexts.
ZContext() - 类 org.zeromq.ZContext 的构造方法
Class Constructor
ZDispatcher - org.zeromq 中的 类
Dispatcher for ZeroMQ Sockets.
ZDispatcher() - 类 org.zeromq.ZDispatcher 的构造方法
 
ZDispatcher(ExecutorService) - 类 org.zeromq.ZDispatcher 的构造方法
 
ZDispatcher.ZMessageHandler - org.zeromq 中的 接口
 
ZDispatcher.ZSender - org.zeromq 中的 类
 
ZDispatcher.ZSender() - 类 org.zeromq.ZDispatcher.ZSender 的构造方法
 
ZFrame - org.zeromq 中的 类
ZFrame The ZFrame class provides methods to send and receive single message frames across 0MQ sockets.
ZFrame() - 类 org.zeromq.ZFrame 的构造方法
 
ZFrame(byte[]) - 类 org.zeromq.ZFrame 的构造方法
 
ZFrame(ByteBuffer) - 类 org.zeromq.ZFrame 的构造方法
 
ZFrame(String) - 类 org.zeromq.ZFrame 的构造方法
 
ZLoop - org.zeromq 中的 类
The ZLoop class provides an event-driven reactor pattern.
ZLoop() - 类 org.zeromq.ZLoop 的构造方法
 
ZLoop.IZLoopHandler - org.zeromq 中的 接口
 
ZMQ - org.zeromq 中的 类
ZeroMQ JNI Bindings.
ZMQ() - 类 org.zeromq.ZMQ 的构造方法
 
ZMQ.Context - org.zeromq 中的 类
Inner class: Context.
ZMQ.Context(int) - 类 org.zeromq.ZMQ.Context 的构造方法
Class constructor.
ZMQ.Error - org.zeromq 中的 枚举
Inner class: Error.
ZMQ.Event - org.zeromq 中的 类
Inner class: Event.
ZMQ.Event(int, Object, String) - 类 org.zeromq.ZMQ.Event 的构造方法
 
ZMQ.Poller - org.zeromq 中的 类
Inner class: Poller.
ZMQ.Poller(int) - 类 org.zeromq.ZMQ.Poller 的构造方法
Constructor
ZMQ.Poller(ZMQ.Context) - 类 org.zeromq.ZMQ.Poller 的构造方法
Class constructor.
ZMQ.Poller(ZMQ.Context, int) - 类 org.zeromq.ZMQ.Poller 的构造方法
Class constructor.
ZMQ.PollItem - org.zeromq 中的 类
 
ZMQ.PollItem(ZMQ.Socket, int) - 类 org.zeromq.ZMQ.PollItem 的构造方法
 
ZMQ.PollItem(SelectableChannel, int) - 类 org.zeromq.ZMQ.PollItem 的构造方法
 
ZMQ.Socket - org.zeromq 中的 类
Inner class: Socket.
ZMQ.Socket(ZMQ.Context, int) - 类 org.zeromq.ZMQ.Socket 的构造方法
Class constructor.
ZMQException - org.zeromq 中的 异常
ZeroMQ runtime exception.
ZMQException(String, int) - 异常 org.zeromq.ZMQException 的构造方法
 
ZMQException(ZMQException) - 异常 org.zeromq.ZMQException 的构造方法
 
ZMQForwarder - org.zeromq 中的 类
ZeroMQ Forwarder Device implementation.
ZMQForwarder(ZMQ.Context, ZMQ.Socket, ZMQ.Socket) - 类 org.zeromq.ZMQForwarder 的构造方法
Class constructor.
ZMQQueue - org.zeromq 中的 类
ZeroMQ Queue Device implementation.
ZMQQueue(ZMQ.Context, ZMQ.Socket, ZMQ.Socket) - 类 org.zeromq.ZMQQueue 的构造方法
Class constructor.
ZMQStreamer - org.zeromq 中的 类
ZeroMQ Streamer Device implementation.
ZMQStreamer(ZMQ.Context, ZMQ.Socket, ZMQ.Socket) - 类 org.zeromq.ZMQStreamer 的构造方法
Class constructor.
ZMsg - org.zeromq 中的 类
The ZMsg class provides methods to send and receive multipart messages across 0MQ sockets.
ZMsg() - 类 org.zeromq.ZMsg 的构造方法
Class Constructor
ZThread - org.zeromq 中的 类
 
ZThread() - 类 org.zeromq.ZThread 的构造方法
 
ZThread.IAttachedRunnable - org.zeromq 中的 接口
 
ZThread.IDetachedRunnable - org.zeromq 中的 接口
 

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