|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.openware.jdf.protocol.StandardProtocolHandler
| Constructor Summary | |
StandardProtocolHandler()
|
|
| Method Summary | |
JDFReply |
decodeReply(java.net.Socket socket)
|
JDFRequest |
decodeRequest(java.net.Socket socket)
|
void |
encodeReply(JDFReply reply,
java.net.Socket socket)
|
void |
encodeRequest(JDFRequest req,
java.net.Socket socket)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public StandardProtocolHandler()
| Method Detail |
public JDFRequest decodeRequest(java.net.Socket socket)
throws JDFProtocolException
decodeRequest in interface IProtocolHandler
public JDFReply decodeReply(java.net.Socket socket)
throws JDFProtocolException
decodeReply in interface IProtocolHandler
public void encodeRequest(JDFRequest req,
java.net.Socket socket)
throws JDFProtocolException
encodeRequest in interface IProtocolHandler
public void encodeReply(JDFReply reply,
java.net.Socket socket)
throws JDFProtocolException
encodeReply in interface IProtocolHandler
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||