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 SocketBaseZMQ.Socket.base(package private) SocketBaseZMQ.CancellationToken.socketprivate final SocketBaseZSocket.socketBaseFields 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) SocketBaseManagedContext.createSocket(int type) Methods in org.zeromq with parameters of type SocketBaseModifier and TypeMethodDescription(package private) voidManagedContext.destroy(SocketBase socketBase) Constructors in org.zeromq with parameters of type SocketBaseModifierConstructorDescriptionprotectedCancellationToken(SocketBase socket) protectedSocket(SocketBase base) -
Uses of SocketBase in zmq
Fields in zmq declared as SocketBaseModifier and TypeFieldDescriptionprivate SocketBaseSocketBase.monitorSocketfinal SocketBaseCtx.Endpoint.socketFields in zmq with type parameters of type SocketBaseMethods in zmq that return SocketBaseMethods in zmq with parameters of type SocketBaseModifier and TypeMethodDescriptionstatic booleanZMQ.bind(SocketBase s, String addr) private booleanProxy.capture(SocketBase capture, Msg msg, int more) private static voidZMQ.checkSocket(SocketBase s) static voidZMQ.close(SocketBase s) static voidZMQ.closeZeroLinger(SocketBase s) static booleanZMQ.connect(SocketBase s, String addr) private voidCtx.connectInprocSockets(SocketBase bindSocket, Options bindOptions, Ctx.PendingConnection pendingConnection, Ctx.Side side) static intZMQ.connectPeer(SocketBase s, String addr) (package private) voidCtx.connectPending(String addr, SocketBase bindSocket) protected final voidZObject.connectPending(String addr, SocketBase bindSocket) (package private) voidCtx.destroySocket(SocketBase socket) protected final voidZObject.destroySocket(SocketBase socket) static booleanZMQ.device(int device, SocketBase frontend, SocketBase backend) static booleanZMQ.disconnect(SocketBase s, String addr) static booleanZMQ.disconnectPeer(SocketBase s, int routingId) private booleanProxy.forward(SocketBase from, SocketBase to, SocketBase capture) ZMQ.Event.getChannel(SocketBase socket) Resolve the channel that was associated with this event.static intZMQ.getSocketOption(SocketBase s, int opt) static ObjectZMQ.getSocketOptionExt(SocketBase s, int option) static booleanZMQ.join(SocketBase s, String group) static booleanZMQ.leave(SocketBase s, String group) static booleanZMQ.monitorSocket(SocketBase s, String addr, int events) private booleanProxy.process(PollItem read, PollItem write, SocketBase frontend, SocketBase backend) protected voidReaper.processReap(SocketBase socket) protected voidZObject.processReap(SocketBase socket) static booleanProxy.proxy(SocketBase frontend, SocketBase backend, SocketBase capture) static booleanProxy.proxy(SocketBase frontend, SocketBase backend, SocketBase capture, SocketBase control) static booleanZMQ.proxy(SocketBase frontend, SocketBase backend, SocketBase capture) static booleanZMQ.proxy(SocketBase frontend, SocketBase backend, SocketBase capture, SocketBase control) static ZMQ.EventZMQ.Event.read(SocketBase s) static ZMQ.EventZMQ.Event.read(SocketBase s, int flags) static MsgZMQ.recv(SocketBase s, int flags) intZMQ.recviov(SocketBase s, byte[][] a, int count, int flags) static MsgZMQ.recvMsg(SocketBase s, int flags) static intZMQ.send(SocketBase s, byte[] buf, int flags) static intZMQ.send(SocketBase s, byte[] buf, int len, int flags) static intZMQ.send(SocketBase s, String str, int flags) static intZMQ.send(SocketBase s, Msg msg, int flags) protected final voidZObject.sendInprocConnected(SocketBase socket) intZMQ.sendiov(SocketBase s, byte[][] a, int count, int flags) static booleanZMQ.sendMsg(SocketBase socket, byte[]... data) static intZMQ.sendMsg(SocketBase s, Msg msg, int flags) protected final voidZObject.sendReap(SocketBase socket) static booleanZMQ.setSocketOption(SocketBase s, int option, Object optval) private booleanProxy.start(SocketBase frontend, SocketBase backend, SocketBase capture, SocketBase control) static booleanZMQ.unbind(SocketBase s, String addr) (package private) booleanCtx.unregisterEndpoint(String addr, SocketBase socket) protected final booleanZObject.unregisterEndpoint(String addr, SocketBase socket) (package private) voidCtx.unregisterEndpoints(SocketBase socket) protected final voidZObject.unregisterEndpoints(SocketBase socket) booleanZMQ.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 SocketBaseSessionBase.socketprivate SocketBaseStreamEngine.socketMethods in zmq.io that return SocketBaseConstructors in zmq.io with parameters of type SocketBaseModifierConstructorDescriptionHelloMsgSession(IOThread ioThread, boolean connect, SocketBase socket, Options options, Address addr) SessionBase(IOThread ioThread, boolean connect, SocketBase socket, Options options, Address addr) -
Uses of SocketBase in zmq.io.net
Fields in zmq.io.net declared as SocketBaseMethods in zmq.io.net with parameters of type SocketBaseModifier and TypeMethodDescriptionNetProtocol.getListener(IOThread ioThread, SocketBase socket, Options options) Constructors in zmq.io.net with parameters of type SocketBaseModifierConstructorDescriptionprotectedListener(IOThread ioThread, SocketBase socket, Options options) -
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 SocketBaseConstructors 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) privatePollItem(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 SessionBaseSockets.createSession(IOThread ioThread, boolean connect, SocketBase socket, Options options, Address addr) -
Uses of SocketBase in zmq.socket.clientserver
Subclasses of SocketBase in zmq.socket.clientserver -
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.radiodish
Subclasses of SocketBase in zmq.socket.radiodishConstructors in zmq.socket.radiodish with parameters of type SocketBaseModifierConstructorDescriptionDishSession(IOThread ioThread, boolean connect, SocketBase socket, Options options, Address addr) RadioSession(IOThread ioThread, boolean connect, SocketBase socket, Options options, Address addr) -
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) -
Uses of SocketBase in zmq.socket.scattergather
Subclasses of SocketBase in zmq.socket.scattergather