com.ondelette.servlet.webforum
Interface GenericServletInterface

All Known Implementing Classes:
WebForumGenericServlet

public interface GenericServletInterface

Used for optimized servlet/applet communication (protocol)


Field Summary
static char END
          Description of the Field
static char GET
          Description of the Field
static char MESSAGE
          Description of the Field
static char PAGE
          Description of the Field
static char PUT
          Description of the Field
 

Field Detail

GET

public static final char GET
Description of the Field

Since:
0.30
See Also:
Constant Field Values

PUT

public static final char PUT
Description of the Field

Since:
0.30
See Also:
Constant Field Values

END

public static final char END
Description of the Field

Since:
0.30
See Also:
Constant Field Values

PAGE

public static final char PAGE
Description of the Field

Since:
0.30
See Also:
Constant Field Values

MESSAGE

public static final char MESSAGE
Description of the Field

Since:
0.30
See Also:
Constant Field Values