Uses of Class
zmq.SocketBase
Packages that use SocketBase
Package
Description
Provides high-level bindings for ØMQ.
Provides low-level bindings for ØMQ.
-
Uses of SocketBase in org.zeromq
Fields in org.zeromq declared as SocketBaseModifier and TypeFieldDescriptionprivate final SocketBase
ZMQ.Socket.base
private final SocketBase
ZSocket.socketBase
Fields in org.zeromq with type parameters of type SocketBaseMethods in org.zeromq that return SocketBaseModifier and TypeMethodDescriptionZMQ.Socket.base()
DO NOT USE if you're trying to build a special proxy(package private) SocketBase
ManagedContext.createSocket
(int type) Methods in org.zeromq with parameters of type SocketBaseModifier and TypeMethodDescription(package private) void
ManagedContext.destroy
(SocketBase socketBase) Constructors in org.zeromq with parameters of type SocketBase -
Uses of SocketBase in zmq
Fields in zmq declared as SocketBaseModifier and TypeFieldDescriptionprivate SocketBase
SocketBase.monitorSocket
final SocketBase
Ctx.Endpoint.socket
Fields in zmq with type parameters of type SocketBaseMethods in zmq that return SocketBaseMethods in zmq with parameters of type SocketBaseModifier and TypeMethodDescriptionstatic boolean
ZMQ.bind
(SocketBase s, String addr) private boolean
Proxy.capture
(SocketBase capture, Msg msg, int more) private static void
ZMQ.checkSocket
(SocketBase s) static void
ZMQ.close
(SocketBase s) static void
ZMQ.closeZeroLinger
(SocketBase s) static boolean
ZMQ.connect
(SocketBase s, String addr) private void
Ctx.connectInprocSockets
(SocketBase bindSocket, Options bindOptions, Ctx.PendingConnection pendingConnection, Ctx.Side side) (package private) void
Ctx.connectPending
(String addr, SocketBase bindSocket) protected final void
ZObject.connectPending
(String addr, SocketBase bindSocket) (package private) void
Ctx.destroySocket
(SocketBase socket) protected final void
ZObject.destroySocket
(SocketBase socket) static boolean
ZMQ.device
(int device, SocketBase frontend, SocketBase backend) static boolean
ZMQ.disconnect
(SocketBase s, String addr) private boolean
Proxy.forward
(SocketBase from, SocketBase to, SocketBase capture) static int
ZMQ.getSocketOption
(SocketBase s, int opt) static Object
ZMQ.getSocketOptionExt
(SocketBase s, int option) static boolean
ZMQ.monitorSocket
(SocketBase s, String addr, int events) private boolean
Proxy.process
(PollItem read, PollItem write, SocketBase frontend, SocketBase backend) protected void
Reaper.processReap
(SocketBase socket) protected void
ZObject.processReap
(SocketBase socket) static boolean
Proxy.proxy
(SocketBase frontend, SocketBase backend, SocketBase capture) static boolean
Proxy.proxy
(SocketBase frontend, SocketBase backend, SocketBase capture, SocketBase control) static boolean
ZMQ.proxy
(SocketBase frontend, SocketBase backend, SocketBase capture) static boolean
ZMQ.proxy
(SocketBase frontend, SocketBase backend, SocketBase capture, SocketBase control) static ZMQ.Event
ZMQ.Event.read
(SocketBase s) static ZMQ.Event
ZMQ.Event.read
(SocketBase s, int flags) static Msg
ZMQ.recv
(SocketBase s, int flags) int
ZMQ.recviov
(SocketBase s, byte[][] a, int count, int flags) static Msg
ZMQ.recvMsg
(SocketBase s, int flags) static int
ZMQ.send
(SocketBase s, byte[] buf, int flags) static int
ZMQ.send
(SocketBase s, byte[] buf, int len, int flags) static int
ZMQ.send
(SocketBase s, String str, int flags) static int
ZMQ.send
(SocketBase s, Msg msg, int flags) protected final void
ZObject.sendInprocConnected
(SocketBase socket) int
ZMQ.sendiov
(SocketBase s, byte[][] a, int count, int flags) static boolean
ZMQ.sendMsg
(SocketBase socket, byte[]... data) static int
ZMQ.sendMsg
(SocketBase s, Msg msg, int flags) protected final void
ZObject.sendReap
(SocketBase socket) static boolean
ZMQ.setSocketOption
(SocketBase s, int option, Object optval) private boolean
Proxy.start
(SocketBase frontend, SocketBase backend, SocketBase capture, SocketBase control) static boolean
ZMQ.unbind
(SocketBase s, String addr) (package private) boolean
Ctx.unregisterEndpoint
(String addr, SocketBase socket) protected final boolean
ZObject.unregisterEndpoint
(String addr, SocketBase socket) (package private) void
Ctx.unregisterEndpoints
(SocketBase socket) protected final void
ZObject.unregisterEndpoints
(SocketBase socket) boolean
ZMQ.Event.write
(SocketBase s) Constructors in zmq with parameters of type SocketBase -
Uses of SocketBase in zmq.io
Fields in zmq.io declared as SocketBaseModifier and TypeFieldDescriptionprotected final SocketBase
SessionBase.socket
private SocketBase
StreamEngine.socket
Methods in zmq.io that return SocketBaseConstructors in zmq.io with parameters of type SocketBaseModifierConstructorDescriptionSessionBase
(IOThread ioThread, boolean connect, SocketBase socket, Options options, Address addr) -
Uses of SocketBase in zmq.io.net.ipc
Constructors in zmq.io.net.ipc with parameters of type SocketBase -
Uses of SocketBase in zmq.io.net.tcp
Fields in zmq.io.net.tcp declared as SocketBaseModifier and TypeFieldDescriptionprivate final SocketBase
TcpConnecter.socket
private SocketBase
TcpListener.socket
Constructors in zmq.io.net.tcp with parameters of type SocketBase -
Uses of SocketBase in zmq.io.net.tipc
Constructors in zmq.io.net.tipc with parameters of type SocketBaseModifierConstructorDescriptionTipcListener
(IOThread ioThread, SocketBase socket, Options options) -
Uses of SocketBase in zmq.poll
Fields in zmq.poll declared as SocketBaseMethods in zmq.poll that return SocketBaseConstructors in zmq.poll with parameters of type SocketBaseModifierConstructorDescriptionPollItem
(SocketBase socket, int ops) private
PollItem
(SocketBase socket, SelectableChannel channel, int ops) -
Uses of SocketBase in zmq.socket
Subclasses of SocketBase in zmq.socketMethods in zmq.socket that return SocketBaseMethods in zmq.socket with parameters of type SocketBaseModifier and TypeMethodDescriptionSockets.create
(IOThread ioThread, boolean connect, SocketBase socket, Options options, Address addr) static SessionBase
Sockets.createSession
(IOThread ioThread, boolean connect, SocketBase socket, Options options, Address addr) -
Uses of SocketBase in zmq.socket.pipeline
Subclasses of SocketBase in zmq.socket.pipeline -
Uses of SocketBase in zmq.socket.pubsub
Subclasses of SocketBase in zmq.socket.pubsub -
Uses of SocketBase in zmq.socket.reqrep
Subclasses of SocketBase in zmq.socket.reqrepConstructors in zmq.socket.reqrep with parameters of type SocketBaseModifierConstructorDescriptionReqSession
(IOThread ioThread, boolean connect, SocketBase socket, Options options, Address addr)