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.Endpoint
Ctx.findEndpoint
(String addr) protected final Ctx.Endpoint
ZObject.findEndpoint
(String addr) Methods in zmq with parameters of type Ctx.EndpointModifier and TypeMethodDescription(package private) void
Ctx.pendConnection
(String addr, Ctx.Endpoint endpoint, Pipe[] pipes) protected final void
ZObject.pendConnection
(String addr, Ctx.Endpoint endpoint, Pipe[] pipes) (package private) boolean
Ctx.registerEndpoint
(String addr, Ctx.Endpoint endpoint) protected final boolean
ZObject.registerEndpoint
(String addr, Ctx.Endpoint endpoint) Constructors in zmq with parameters of type Ctx.EndpointModifierConstructorDescriptionPendingConnection
(Ctx.Endpoint endpoint, Pipe connectPipe, Pipe bindPipe)