Uses of Class
zmq.SocketBase
-
Packages that use SocketBase Package Description org.zeromq Provides high-level bindings for ØMQ.zmq Provides low-level bindings for ØMQ.zmq.io zmq.io.net zmq.io.net.ipc zmq.io.net.tcp zmq.io.net.tipc zmq.poll zmq.socket zmq.socket.clientserver zmq.socket.pipeline zmq.socket.pubsub zmq.socket.radiodish zmq.socket.reqrep zmq.socket.scattergather -
-
Uses of SocketBase in org.zeromq
Fields in org.zeromq declared as SocketBase Modifier and Type Field Description private SocketBaseZMQ.Socket. base(package private) SocketBaseZMQ.CancellationToken. socketprivate SocketBaseZSocket. socketBaseFields in org.zeromq with type parameters of type SocketBase Modifier and Type Field Description private java.util.Set<SocketBase>ManagedContext. socketsMethods in org.zeromq that return SocketBase Modifier and Type Method Description SocketBaseZMQ.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 SocketBase Modifier and Type Method Description (package private) voidManagedContext. destroy(SocketBase socketBase)Constructors in org.zeromq with parameters of type SocketBase Constructor Description CancellationToken(SocketBase socket)Socket(SocketBase base) -
Uses of SocketBase in zmq
Fields in zmq declared as SocketBase Modifier and Type Field Description private SocketBaseSocketBase. monitorSocketSocketBaseCtx.Endpoint. socketFields in zmq with type parameters of type SocketBase Modifier and Type Field Description private java.util.List<SocketBase>Ctx. socketsMethods in zmq that return SocketBase Modifier and Type Method Description SocketBaseCtx. createSocket(int type)static SocketBaseZMQ. socket(Ctx ctx, int type)Methods in zmq with parameters of type SocketBase Modifier and Type Method Description static booleanZMQ. bind(SocketBase s, java.lang.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, java.lang.String addr)private voidCtx. connectInprocSockets(SocketBase bindSocket, Options bindOptions, Ctx.PendingConnection pendingConnection, Ctx.Side side)static intZMQ. connectPeer(SocketBase s, java.lang.String addr)(package private) voidCtx. connectPending(java.lang.String addr, SocketBase bindSocket)protected voidZObject. connectPending(java.lang.String addr, SocketBase bindSocket)(package private) voidCtx. destroySocket(SocketBase socket)protected voidZObject. destroySocket(SocketBase socket)static booleanZMQ. device(int device, SocketBase frontend, SocketBase backend)static booleanZMQ. disconnect(SocketBase s, java.lang.String addr)static booleanZMQ. disconnectPeer(SocketBase s, int routingId)private booleanProxy. forward(SocketBase from, SocketBase to, SocketBase capture)java.nio.channels.SelectableChannelZMQ.Event. getChannel(SocketBase socket)Resolve the channel that was associated with this event.static intZMQ. getSocketOption(SocketBase s, int opt)static java.lang.ObjectZMQ. getSocketOptionExt(SocketBase s, int option)static booleanZMQ. join(SocketBase s, java.lang.String group)static booleanZMQ. leave(SocketBase s, java.lang.String group)static booleanZMQ. monitorSocket(SocketBase s, java.lang.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, java.lang.String str, int flags)static intZMQ. send(SocketBase s, Msg msg, int flags)protected 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 voidZObject. sendReap(SocketBase socket)static booleanZMQ. setSocketOption(SocketBase s, int option, java.lang.Object optval)private booleanProxy. start(SocketBase frontend, SocketBase backend, SocketBase capture, SocketBase control)static booleanZMQ. unbind(SocketBase s, java.lang.String addr)(package private) booleanCtx. unregisterEndpoint(java.lang.String addr, SocketBase socket)protected booleanZObject. unregisterEndpoint(java.lang.String addr, SocketBase socket)(package private) voidCtx. unregisterEndpoints(SocketBase socket)protected voidZObject. unregisterEndpoints(SocketBase socket)booleanZMQ.Event. write(SocketBase s)Constructors in zmq with parameters of type SocketBase Constructor Description Endpoint(SocketBase socket, Options options) -
Uses of SocketBase in zmq.io
Fields in zmq.io declared as SocketBase Modifier and Type Field Description protected SocketBaseSessionBase. socketprivate SocketBaseStreamEngine. socketMethods in zmq.io that return SocketBase Modifier and Type Method Description SocketBaseSessionBase. getSocket()Constructors in zmq.io with parameters of type SocketBase Constructor Description HelloMsgSession(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 SocketBase Modifier and Type Field Description protected SocketBaseListener. socketMethods in zmq.io.net with parameters of type SocketBase Modifier and Type Method Description ListenerNetProtocol. getListener(IOThread ioThread, SocketBase socket, Options options)Constructors in zmq.io.net with parameters of type SocketBase Constructor Description Listener(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 Constructor Description IpcListener(IOThread ioThread, SocketBase socket, Options options) -
Uses of SocketBase in zmq.io.net.tcp
Fields in zmq.io.net.tcp declared as SocketBase Modifier and Type Field Description private SocketBaseTcpConnecter. socketConstructors in zmq.io.net.tcp with parameters of type SocketBase Constructor Description TcpListener(IOThread ioThread, SocketBase socket, Options options) -
Uses of SocketBase in zmq.io.net.tipc
Constructors in zmq.io.net.tipc with parameters of type SocketBase Constructor Description TipcListener(IOThread ioThread, SocketBase socket, Options options) -
Uses of SocketBase in zmq.poll
Fields in zmq.poll declared as SocketBase Modifier and Type Field Description private SocketBasePollItem. socketMethods in zmq.poll that return SocketBase Modifier and Type Method Description SocketBasePollItem. getSocket()Constructors in zmq.poll with parameters of type SocketBase Constructor Description PollItem(SocketBase socket, int ops)PollItem(SocketBase socket, java.nio.channels.SelectableChannel channel, int ops) -
Uses of SocketBase in zmq.socket
Subclasses of SocketBase in zmq.socket Modifier and Type Class Description classChannelclassPairclassPeerclassRawclassStreamMethods in zmq.socket that return SocketBase Modifier and Type Method Description static SocketBaseSockets. create(int socketType, Ctx parent, int tid, int sid)(package private) abstract SocketBaseSockets. create(Ctx parent, int tid, int sid)Methods in zmq.socket with parameters of type SocketBase Modifier and Type Method Description SessionBaseSockets. 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 Modifier and Type Class Description classClientclassServer -
Uses of SocketBase in zmq.socket.pipeline
Subclasses of SocketBase in zmq.socket.pipeline Modifier and Type Class Description classPullclassPush -
Uses of SocketBase in zmq.socket.pubsub
Subclasses of SocketBase in zmq.socket.pubsub Modifier and Type Class Description classPubclassSubclassXPubclassXSub -
Uses of SocketBase in zmq.socket.radiodish
Subclasses of SocketBase in zmq.socket.radiodish Modifier and Type Class Description classDishclassRadioConstructors in zmq.socket.radiodish with parameters of type SocketBase Constructor Description DishSession(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.reqrep Modifier and Type Class Description classDealerclassRepclassReqclassRouterConstructors in zmq.socket.reqrep with parameters of type SocketBase Constructor Description ReqSession(IOThread ioThread, boolean connect, SocketBase socket, Options options, Address addr) -
Uses of SocketBase in zmq.socket.scattergather
Subclasses of SocketBase in zmq.socket.scattergather Modifier and Type Class Description classGatherclassScatter
-