Uses of Class
zmq.Own
-
Packages that use Own Package Description 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.socket zmq.socket.clientserver zmq.socket.pipeline zmq.socket.pubsub zmq.socket.radiodish zmq.socket.reqrep zmq.socket.scattergather -
-
Uses of Own in zmq
Subclasses of Own in zmq Modifier and Type Class Description classSocketBaseFields in zmq declared as Own Modifier and Type Field Description private OwnSocketBase.EndpointPipe. endpointprivate OwnOwn. ownerFields in zmq with type parameters of type Own Modifier and Type Field Description private java.util.Set<Own>Own. ownedMethods in zmq with parameters of type Own Modifier and Type Method Description private voidSocketBase. addEndpoint(java.lang.String addr, Own endpoint, Pipe pipe)protected voidOwn. launchChild(Own object)protected voidOwn. processOwn(Own object)protected voidZObject. processOwn(Own object)protected voidOwn. processTermReq(Own object)protected voidZObject. processTermReq(Own object)protected voidZObject. sendBind(Own destination, Pipe pipe)protected voidZObject. sendBind(Own destination, Pipe pipe, boolean incSeqnum)protected voidZObject. sendOwn(Own destination, Own object)protected voidZObject. sendPlug(Own destination)protected voidZObject. sendPlug(Own destination, boolean incSeqnum)protected voidZObject. sendTerm(Own destination, int linger)protected voidZObject. sendTermAck(Own destination)protected voidZObject. sendTermReq(Own destination, Own object)private voidOwn. setOwner(Own owner)protected voidOwn. termChild(Own object)Constructors in zmq with parameters of type Own Constructor Description EndpointPipe(Own endpoint, Pipe pipe) -
Uses of Own in zmq.io
Subclasses of Own in zmq.io Modifier and Type Class Description classHelloMsgSessionclassSessionBase -
Uses of Own in zmq.io.net
Subclasses of Own in zmq.io.net Modifier and Type Class Description classListener -
Uses of Own in zmq.io.net.ipc
Subclasses of Own in zmq.io.net.ipc Modifier and Type Class Description classIpcConnecterclassIpcListener -
Uses of Own in zmq.io.net.tcp
Subclasses of Own in zmq.io.net.tcp Modifier and Type Class Description classSocksConnecterclassTcpConnecterclassTcpListener -
Uses of Own in zmq.io.net.tipc
Subclasses of Own in zmq.io.net.tipc Modifier and Type Class Description classTipcConnecterclassTipcListener -
Uses of Own in zmq.socket
Subclasses of Own in zmq.socket Modifier and Type Class Description classChannelclassPairclassPeerclassRawclassStream -
Uses of Own in zmq.socket.clientserver
Subclasses of Own in zmq.socket.clientserver Modifier and Type Class Description classClientclassServer -
Uses of Own in zmq.socket.pipeline
Subclasses of Own in zmq.socket.pipeline Modifier and Type Class Description classPullclassPush -
Uses of Own in zmq.socket.pubsub
Subclasses of Own in zmq.socket.pubsub Modifier and Type Class Description classPubclassSubclassXPubclassXSub -
Uses of Own in zmq.socket.radiodish
Subclasses of Own in zmq.socket.radiodish Modifier and Type Class Description classDishstatic classDish.DishSessionclassRadiostatic classRadio.RadioSession -
Uses of Own in zmq.socket.reqrep
Subclasses of Own in zmq.socket.reqrep Modifier and Type Class Description classDealerclassRepclassReqstatic classReq.ReqSessionclassRouter -
Uses of Own in zmq.socket.scattergather
Subclasses of Own in zmq.socket.scattergather Modifier and Type Class Description classGatherclassScatter
-