ch.nix.ert.communication.netty2
Class NodeCommunication

java.lang.Object
  extended bych.nix.ert.communication.netty2.NodeCommunication
All Implemented Interfaces:
NodeCommunicationInterface

public class NodeCommunication
extends java.lang.Object
implements NodeCommunicationInterface

This is an implementation of Netty 2 (http://gleamynode.net/dev/projects/netty2) It is implemented on top of Java NIO and provides good network performance

Author:
michi

Constructor Summary
NodeCommunication()
           
 
Method Summary
 void send(DataItem dataItem)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeCommunication

public NodeCommunication()
Method Detail

send

public void send(DataItem dataItem)
Specified by:
send in interface NodeCommunicationInterface


Copyright © 2004 Michael Kussmaul - Revision: 183 - Date: 2004-11-16T15:42:13.763853Z