org.openware.jdf.protocol
Interface IProtocolHandler
- All Known Implementing Classes:
- StandardProtocolHandler
- public interface IProtocolHandler
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.