Uses of Class
zmq.Ctx.Endpoint
-
Packages that use Ctx.Endpoint Package Description zmq Provides low-level bindings for ØMQ. -
-
Uses of Ctx.Endpoint in zmq
Fields in zmq declared as Ctx.Endpoint Modifier and Type Field Description private Ctx.EndpointCtx.PendingConnection. endpointFields in zmq with type parameters of type Ctx.Endpoint Modifier and Type Field Description private java.util.Map<java.lang.String,Ctx.Endpoint>Ctx. endpointsMethods in zmq that return Ctx.Endpoint Modifier and Type Method Description (package private) Ctx.EndpointCtx. findEndpoint(java.lang.String addr)protected Ctx.EndpointZObject. findEndpoint(java.lang.String addr)Methods in zmq with parameters of type Ctx.Endpoint Modifier and Type Method Description (package private) voidCtx. pendConnection(java.lang.String addr, Ctx.Endpoint endpoint, Pipe[] pipes)protected voidZObject. pendConnection(java.lang.String addr, Ctx.Endpoint endpoint, Pipe[] pipes)(package private) booleanCtx. registerEndpoint(java.lang.String addr, Ctx.Endpoint endpoint)protected booleanZObject. registerEndpoint(java.lang.String addr, Ctx.Endpoint endpoint)Constructors in zmq with parameters of type Ctx.Endpoint Constructor Description PendingConnection(Ctx.Endpoint endpoint, Pipe connectPipe, Pipe bindPipe)
-