org.openware.jdf.protocol
Interface IProtocolHandler

All Known Implementing Classes:
StandardProtocolHandler

public interface IProtocolHandler


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)
           
 

Method Detail

decodeRequest

public JDFRequest decodeRequest(java.net.Socket socket)
                         throws JDFProtocolException

encodeReply

public void encodeReply(JDFReply reply,
                        java.net.Socket socket)
                 throws JDFProtocolException

decodeReply

public JDFReply decodeReply(java.net.Socket socket)
                     throws JDFProtocolException

encodeRequest

public void encodeRequest(JDFRequest req,
                          java.net.Socket socket)
                   throws JDFProtocolException


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