org.mortbay.http.handler
Class TestTEHandler

java.lang.Object
  |
  +--org.mortbay.http.handler.NullHandler
        |
        +--org.mortbay.http.handler.TestTEHandler
All Implemented Interfaces:
HttpHandler, LifeCycle

public class TestTEHandler
extends NullHandler

Handler to test TE transfer encoding. If 'gzip' or 'deflate' is in the query string, the response is given that transfer encoding

Version:
$Id: TestTEHandler.java,v 1.1 2001/09/02 01:13:08 gregwilkins Exp $
Author:
Greg Wilkins (gregw)

Constructor Summary
TestTEHandler()
           
 
Method Summary
 void handle(java.lang.String pathInContext, java.lang.String pathParams, HttpRequest request, HttpResponse response)
          Handle a request.
 
Methods inherited from class org.mortbay.http.handler.NullHandler
destroy, getHandlerContext, getName, initialize, isDestroyed, isStarted, setName, start, stop, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestTEHandler

public TestTEHandler()
Method Detail

handle

public void handle(java.lang.String pathInContext,
                   java.lang.String pathParams,
                   HttpRequest request,
                   HttpResponse response)
            throws HttpException,
                   java.io.IOException
Description copied from interface: HttpHandler
Handle a request.
Following copied from interface: org.mortbay.http.HttpHandler
Parameters:
pathInContext - The context path
pathParams - Path parameters such as encoded Session ID
request - The request
response - The response.


Copyright © 2000 Mortbay Consulting Pty. Ltd. All Rights Reserved.