All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.w3c.jigsaw.filters.DebugFilter

java.lang.Object
   |
   +----org.w3c.tools.resources.AttributeHolder
           |
           +----org.w3c.tools.resources.Resource
                   |
                   +----org.w3c.tools.resources.FramedResource
                           |
                           +----org.w3c.tools.resources.ResourceFrame
                                   |
                                   +----org.w3c.tools.resources.ResourceFilter
                                           |
                                           +----org.w3c.jigsaw.filters.DebugFilter

public class DebugFilter
extends ResourceFilter
Print incoming request and outgoing replies.


Variable Index

 o ATTR_ONOFF
Attribute index - The on/off toggle.

Constructor Index

 o DebugFilter()

Method Index

 o getOnOffFlag()
Get the onoff toggle value.
 o ingoingFilter(RequestInterface)
The ingoing filter - fearly easy !
 o outgoingFilter(RequestInterface, ReplyInterface)
The outgoing filter - As easy as the ingoing filter.

Variables

 o ATTR_ONOFF
 protected static int ATTR_ONOFF
Attribute index - The on/off toggle.

Constructors

 o DebugFilter
 public DebugFilter()

Methods

 o getOnOffFlag
 public boolean getOnOffFlag()
Get the onoff toggle value.

 o ingoingFilter
 public ReplyInterface ingoingFilter(RequestInterface req)
The ingoing filter - fearly easy !

Parameters:
request - The incomming request.
Returns:
Always null.
Overrides:
ingoingFilter in class ResourceFilter
 o outgoingFilter
 public ReplyInterface outgoingFilter(RequestInterface req,
                                      ReplyInterface rep)
The outgoing filter - As easy as the ingoing filter.

Parameters:
request - The original request.
reply - The target's reply.
Overrides:
outgoingFilter in class ResourceFilter

All Packages  Class Hierarchy  This Package  Previous  Next  Index