Home » HttpComponents-Core-4.0.1 » org.apache.http.protocol » [javadoc | source]
org.apache.http.protocol
public class: ResponseDate [javadoc | source]
java.lang.Object
   org.apache.http.protocol.ResponseDate

All Implemented Interfaces:
    HttpResponseInterceptor

ResponseDate is responsible for adding Date header to the outgoing responses. This interceptor is recommended for server side protocol processors.
    version: $ - Revision: 744532 $
    since: 4.0 -
Constructor:
 public ResponseDate() 
Method from org.apache.http.protocol.ResponseDate Summary:
process
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.http.protocol.ResponseDate Detail:
 public  void process(HttpResponse response,
    HttpContext context) throws HttpException, IOException