org.lsst.ccs.subsystems.fcs.drivers
Class ApcTcpProxy.ClientContext

java.lang.Object
  extended by org.lsst.ccs.subsystems.fcs.drivers.ApcTcpProxy.ClientContext
Enclosing class:
ApcTcpProxy

protected class ApcTcpProxy.ClientContext
extends Object

this class is going to changed. each ClientContext will have an Object implementing the PayloadHandler interface

     interface PayloadHandler {
        void toBytes(ByteBuffer buffer) ;
        void fromBytes(ByteBuffer buffer) ;
     }
 
(these based on ByteBuffer with gatheringbytebuffer)

the protocol will be that the client send a name and the name of a Protocol so for instance if protocole is "smurfCard" the corresponding class will be somepackage.ProtocolSmurfCard that will implement PayloadHandler


Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 



Copyright © 2013 LSST. All Rights Reserved.