|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.lsst.ccs.subsystems.fcs.drivers.ApcTcpProxy.ClientContext
protected class ApcTcpProxy.ClientContext
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 |
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||