org.jpop.net
Interface ProtocolInterface

All Known Implementing Classes:
PoplogDocProtocol

public interface ProtocolInterface

Interface for all protocols in server/client situations

Version:
1.0
Author:
dsm

Method Summary
 java.lang.String getCloseConnectionRequestString()
          Gets the close connection request string attribute of the ProtocolInterface class
 java.lang.String processRequest(java.lang.String request)
          Processes a request to the server
 

Method Detail

processRequest

public java.lang.String processRequest(java.lang.String request)
Processes a request to the server

Parameters:
request -
Returns:
The result of the request

getCloseConnectionRequestString

public java.lang.String getCloseConnectionRequestString()
Gets the close connection request string attribute of the ProtocolInterface class

Returns:
The closeConnectionRequestString value