org.apache.http.protocol
Class HttpDateGenerator

java.lang.Object
  extended byorg.apache.http.protocol.HttpDateGenerator

public class HttpDateGenerator
extends java.lang.Object

Generates a date in the format required by the HTTP protocol.

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

Constructor Summary
HttpDateGenerator()
           
 
Method Summary
 java.lang.String getCurrentDate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpDateGenerator

public HttpDateGenerator()
Method Detail

getCurrentDate

public java.lang.String getCurrentDate()


Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.