org.apache.http.protocol
Class ResponseDate

java.lang.Object
  extended by org.apache.http.protocol.ResponseDate
All Implemented Interfaces:
HttpResponseInterceptor

public class ResponseDate
extends java.lang.Object
implements HttpResponseInterceptor

A response interceptor that adds a Date header. For use on the server side.

Since:
4.0
Version:
$Revision: 379761 $
Author:
Oleg Kalnichevski

Constructor Summary
ResponseDate()
           
 
Method Summary
 void process(HttpResponse response, HttpContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResponseDate

public ResponseDate()
Method Detail

process

public void process(HttpResponse response,
                    HttpContext context)
             throws HttpException,
                    java.io.IOException
Specified by:
process in interface HttpResponseInterceptor
Throws:
HttpException
java.io.IOException


Copyright 2005-2005-2006 Apache Software Foundation. All Rights Reserved.