org.openqa.jetty.http
Class Version

java.lang.Object
  extended by org.openqa.jetty.http.Version

public class Version
extends java.lang.Object

Jetty version. This class sets the version data returned in the Server and Servlet-Container headers. If the java.org.openqa.jetty.http.Version.paranoid System property is set to true, then this information is suppressed.

Version:
$Revision: 1.16 $
Author:
Greg Wilkins (gregw)

Constructor Summary
Version()
           
 
Method Summary
static java.lang.String getDetail()
           
static java.lang.String getImplVersion()
           
static java.lang.String getVersion()
           
static boolean isParanoid()
           
static void main(java.lang.String[] arg)
           
static void updateVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Version

public Version()
Method Detail

getVersion

public static java.lang.String getVersion()

getImplVersion

public static java.lang.String getImplVersion()

getDetail

public static java.lang.String getDetail()

isParanoid

public static boolean isParanoid()

main

public static void main(java.lang.String[] arg)

updateVersion

public static void updateVersion()


Copyright © 2011. All Rights Reserved.