org.openware.jdf.protocol
Class StandardProtocolHandler

java.lang.Object
  |
  +--org.openware.jdf.protocol.StandardProtocolHandler
All Implemented Interfaces:
IProtocolHandler

public class StandardProtocolHandler
extends java.lang.Object
implements IProtocolHandler


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

StandardProtocolHandler

public StandardProtocolHandler()
Method Detail

decodeRequest

public JDFRequest decodeRequest(java.net.Socket socket)
                         throws JDFProtocolException
Specified by:
decodeRequest in interface IProtocolHandler

decodeReply

public JDFReply decodeReply(java.net.Socket socket)
                     throws JDFProtocolException
Specified by:
decodeReply in interface IProtocolHandler

encodeRequest

public void encodeRequest(JDFRequest req,
                          java.net.Socket socket)
                   throws JDFProtocolException
Specified by:
encodeRequest in interface IProtocolHandler

encodeReply

public void encodeReply(JDFReply reply,
                        java.net.Socket socket)
                 throws JDFProtocolException
Specified by:
encodeReply in interface IProtocolHandler


Copyright © 2000, 2001 Openware, Spin Software. All Rights Reserved.