kaos.core.service.transport.mockets
Class MocketCommHelper

java.lang.Object
  extended by kaos.core.service.transport.mockets.MocketCommHelper
All Implemented Interfaces:
CommHelper

public class MocketCommHelper
extends java.lang.Object
implements CommHelper

Author:
Administrator

Constructor Summary
MocketCommHelper()
           
 
Method Summary
 CommClient newCommClient()
           
 CommServer newCommServer(TCPMessageReceiver mr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MocketCommHelper

public MocketCommHelper()
Method Detail

newCommClient

public CommClient newCommClient()
Specified by:
newCommClient in interface CommHelper

newCommServer

public CommServer newCommServer(TCPMessageReceiver mr)
Specified by:
newCommServer in interface CommHelper