Uses of Class
org.zeromq.ZMQ.Context

Uses of ZMQ.Context in org.zeromq
 

Methods in org.zeromq that return ZMQ.Context
static ZMQ.Context ZMQ.context(int ioThreads)
          Create a new Context.
 ZMQ.Context ZContext.getContext()
           
 

Methods in org.zeromq with parameters of type ZMQ.Context
protected  void ZMQ.Socket.construct(ZMQ.Context ctx, int type)
          Initialize the JNI interface
 void ZContext.setContext(ZMQ.Context ctx)
           
 

Constructors in org.zeromq with parameters of type ZMQ.Context
ZMQ.Poller(ZMQ.Context context)
          Class constructor.
ZMQ.Poller(ZMQ.Context context, int size)
          Class constructor.
ZMQ.Socket(ZMQ.Context context, int type)
          Class constructor.
ZMQForwarder(ZMQ.Context context, ZMQ.Socket inSocket, ZMQ.Socket outSocket)
          Class constructor.
ZMQQueue(ZMQ.Context context, ZMQ.Socket inSocket, ZMQ.Socket outSocket)
          Class constructor.
ZMQStreamer(ZMQ.Context context, ZMQ.Socket inSocket, ZMQ.Socket outSocket)
          Class constructor.
 



Copyright © 2013. All Rights Reserved.