Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
B
C
D
G
I
M
O
P
R
S
T
V
W
B
bind(String)
- Method in interface org.zeromq.api.
Bindable
bind(String)
- Method in class org.zeromq.jzmq.sockets.
PubSocketBuilder
bind(String)
- Method in class org.zeromq.jzmq.sockets.
PullSocketBuilder
bind(String)
- Method in class org.zeromq.jzmq.sockets.
PushSocketBuilder
bind(String)
- Method in class org.zeromq.jzmq.sockets.
SocketBuilder
bind(String)
- Method in class org.zeromq.jzmq.sockets.
SubSocketBuilder
Bindable
- Interface in
org.zeromq.api
Broadcastable
- Interface in
org.zeromq.api
C
close()
- Method in class org.zeromq.jzmq.
ManagedContext
close()
- Method in class org.zeromq.jzmq.
ManagedSocket
connect(String)
- Method in interface org.zeromq.api.
Connectable
Connect to a url
connect(String)
- Method in class org.zeromq.jzmq.sockets.
PubSocketBuilder
connect(String)
- Method in class org.zeromq.jzmq.sockets.
PullSocketBuilder
connect(String)
- Method in class org.zeromq.jzmq.sockets.
PushSocketBuilder
connect(String)
- Method in class org.zeromq.jzmq.sockets.
SocketBuilder
connect(String)
- Method in class org.zeromq.jzmq.sockets.
SubSocketBuilder
Connectable
- Interface in
org.zeromq.api
Context
- Interface in
org.zeromq.api
Define a Context interface to encapsulate the ZMQ.Context
createSocket(SocketType)
- Method in interface org.zeromq.api.
Context
createSocket(SocketType)
- Method in class org.zeromq.jzmq.
ManagedContext
D
destroySocket(Socket)
- Method in class org.zeromq.jzmq.
ManagedContext
DeviceType
- Enum in
org.zeromq.api
Values for device types
G
getContext()
- Method in interface org.zeromq.api.
Socket
getContext()
- Method in class org.zeromq.jzmq.
ManagedSocket
getFlag()
- Method in enum org.zeromq.api.
ReceiveFlag
getFlag()
- Method in enum org.zeromq.api.
SendFlag
getIdentity()
- Method in class org.zeromq.jzmq.sockets.
SocketBuilder
Return the identity of the socket
getLinger()
- Method in class org.zeromq.jzmq.sockets.
SocketBuilder
Returns the linger period in millis
getRecvHWM()
- Method in class org.zeromq.jzmq.sockets.
SocketBuilder
Returns the recv high water mark
getSendHWM()
- Method in class org.zeromq.jzmq.sockets.
SocketBuilder
getSockets()
- Method in class org.zeromq.jzmq.
ManagedContext
getSocketType()
- Method in class org.zeromq.jzmq.sockets.
SocketBuilder
Returns the underlying socket type
getSwap()
- Method in class org.zeromq.jzmq.sockets.
SocketBuilder
Return the swap size in bytes
getType()
- Method in enum org.zeromq.api.
DeviceType
getType()
- Method in enum org.zeromq.api.
PollerType
getType()
- Method in enum org.zeromq.api.
SocketType
getZMQSocket()
- Method in interface org.zeromq.api.
Socket
getZMQSocket()
- Method in class org.zeromq.jzmq.
ManagedSocket
I
isActive()
- Method in interface org.zeromq.api.
Socket
isActive()
- Method in class org.zeromq.jzmq.
ManagedSocket
M
main(String[])
- Static method in class org.zeromq.jzmq.examples.
PullTest
ManagedContext
- Class in
org.zeromq.jzmq
Manage JZMQ Context
ManagedContext(int)
- Constructor for class org.zeromq.jzmq.
ManagedContext
ManagedContext(ZMQ.Context)
- Constructor for class org.zeromq.jzmq.
ManagedContext
ManagedSocket
- Class in
org.zeromq.jzmq
Managed JZMQ Socket
ManagedSocket(ManagedContext, SocketBuilder)
- Constructor for class org.zeromq.jzmq.
ManagedSocket
O
org.zeromq.api
- package org.zeromq.api
org.zeromq.jzmq
- package org.zeromq.jzmq
org.zeromq.jzmq.examples
- package org.zeromq.jzmq.examples
org.zeromq.jzmq.sockets
- package org.zeromq.jzmq.sockets
P
Poller
- Class in
org.zeromq.jzmq
Poller(Socket)
- Constructor for class org.zeromq.jzmq.
Poller
PollerType
- Enum in
org.zeromq.api
PubSocketBuilder
- Class in
org.zeromq.jzmq.sockets
PubSocketBuilder(ManagedContext)
- Constructor for class org.zeromq.jzmq.sockets.
PubSocketBuilder
PullSocketBuilder
- Class in
org.zeromq.jzmq.sockets
PullSocketBuilder(ManagedContext)
- Constructor for class org.zeromq.jzmq.sockets.
PullSocketBuilder
PullTest
- Class in
org.zeromq.jzmq.examples
PullTest()
- Constructor for class org.zeromq.jzmq.examples.
PullTest
PushSocketBuilder
- Class in
org.zeromq.jzmq.sockets
PushSocketBuilder(ManagedContext)
- Constructor for class org.zeromq.jzmq.sockets.
PushSocketBuilder
R
Receivable
<
T
> - Interface in
org.zeromq.api
receive()
- Method in interface org.zeromq.api.
Receivable
receive(ReceiveFlag)
- Method in interface org.zeromq.api.
Receivable
receive()
- Method in class org.zeromq.jzmq.
ManagedSocket
receive(ReceiveFlag)
- Method in class org.zeromq.jzmq.
ManagedSocket
ReceiveFlag
- Enum in
org.zeromq.api
Receive Flags
S
send(byte[])
- Method in interface org.zeromq.api.
Sendable
send(byte[], int, SendFlag)
- Method in interface org.zeromq.api.
Sendable
send(T, int)
- Method in interface org.zeromq.api.
TypedSendable
send(byte[])
- Method in class org.zeromq.jzmq.
ManagedSocket
send(byte[], int, SendFlag)
- Method in class org.zeromq.jzmq.
ManagedSocket
Sendable
- Interface in
org.zeromq.api
SendFlag
- Enum in
org.zeromq.api
Send Flags
Socket
- Interface in
org.zeromq.api
Manage the ZMQ.Socket
SocketBuilder
- Class in
org.zeromq.jzmq.sockets
SocketBuilder
SocketBuilder(ManagedContext, SocketType)
- Constructor for class org.zeromq.jzmq.sockets.
SocketBuilder
SocketType
- Enum in
org.zeromq.api
Values for socket types
Subscribable
- Interface in
org.zeromq.api
subscrible(byte[])
- Method in interface org.zeromq.api.
Subscribable
subscrible(byte[])
- Method in class org.zeromq.jzmq.sockets.
SubSocketBuilder
SubSocketBuilder
- Class in
org.zeromq.jzmq.sockets
SubSocketBuilder(ManagedContext)
- Constructor for class org.zeromq.jzmq.sockets.
SubSocketBuilder
T
TypedSendable
<
T
> - Interface in
org.zeromq.api
V
valueOf(String)
- Static method in enum org.zeromq.api.
DeviceType
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.zeromq.api.
PollerType
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.zeromq.api.
ReceiveFlag
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.zeromq.api.
SendFlag
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.zeromq.api.
SocketType
Returns the enum constant of this type with the specified name.
values()
- Static method in enum org.zeromq.api.
DeviceType
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum org.zeromq.api.
PollerType
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum org.zeromq.api.
ReceiveFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum org.zeromq.api.
SendFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum org.zeromq.api.
SocketType
Returns an array containing the constants of this enum type, in the order they are declared.
W
withIdentity(String)
- Method in class org.zeromq.jzmq.sockets.
SocketBuilder
Set the socket identity of the specified socket.
withLinger(long)
- Method in class org.zeromq.jzmq.sockets.
SocketBuilder
Set the linger period for the specified socket.
withReceiveHWM(long)
- Method in class org.zeromq.jzmq.sockets.
SocketBuilder
The RECVHWM option shall set the high water mark (HWM) for inbound messages on the specified socket.
withSendHWM(long)
- Method in class org.zeromq.jzmq.sockets.
SocketBuilder
withSwap(long)
- Method in class org.zeromq.jzmq.sockets.
SocketBuilder
The swap option shall set the disk offload (swap) size for the specified socket.
B
C
D
G
I
M
O
P
R
S
T
V
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2013. All Rights Reserved.