Uses of Class
zmq.Ctx.Endpoint
Packages that use Ctx.Endpoint
-
Uses of Ctx.Endpoint in zmq
Fields in zmq declared as Ctx.EndpointFields in zmq with type parameters of type Ctx.EndpointMethods in zmq that return Ctx.EndpointModifier and TypeMethodDescription(package private) Ctx.EndpointCtx.findEndpoint(String addr) protected final Ctx.EndpointZObject.findEndpoint(String addr) Methods in zmq with parameters of type Ctx.EndpointModifier and TypeMethodDescription(package private) voidCtx.pendConnection(String addr, Ctx.Endpoint endpoint, Pipe[] pipes) protected final voidZObject.pendConnection(String addr, Ctx.Endpoint endpoint, Pipe[] pipes) (package private) booleanCtx.registerEndpoint(String addr, Ctx.Endpoint endpoint) protected final booleanZObject.registerEndpoint(String addr, Ctx.Endpoint endpoint) Constructors in zmq with parameters of type Ctx.EndpointModifierConstructorDescriptionPendingConnection(Ctx.Endpoint endpoint, Pipe connectPipe, Pipe bindPipe)