org.zeromq
Class ZMQForwarder

java.lang.Object
  extended by org.zeromq.ZMQForwarder
All Implemented Interfaces:
Runnable
Direct Known Subclasses:
ZMQStreamer

public class ZMQForwarder
extends Object
implements Runnable

ZeroMQ Forwarder Device implementation.

Author:
Alois Belaska

Constructor Summary
ZMQForwarder(ZMQ.Context context, ZMQ.Socket inSocket, ZMQ.Socket outSocket)
          Class constructor.
 
Method Summary
 void run()
          Forwarding messages.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZMQForwarder

public ZMQForwarder(ZMQ.Context context,
                    ZMQ.Socket inSocket,
                    ZMQ.Socket outSocket)
Class constructor.

Parameters:
context - a 0MQ context previously created.
inSocket - input socket
outSocket - output socket
Method Detail

run

public void run()
Forwarding messages.

Specified by:
run in interface Runnable


Copyright © 2013. All Rights Reserved.