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)
Method Summary |
void |
handle(java.lang.String pathInContext,
java.lang.String pathParams,
HttpRequest request,
HttpResponse response)
Handle a request. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TestTEHandler
public TestTEHandler()
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 pathpathParams
- Path parameters such as encoded Session IDrequest
- The requestresponse
- The response.
Copyright © 2000 Mortbay Consulting Pty. Ltd. All Rights Reserved.