org.openqa.jetty.http
Class Version

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

public class Version
extends 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 String getDetail()
           
static String getImplVersion()
           
static String getVersion()
           
static boolean isParanoid()
           
static void main(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 String getVersion()

getImplVersion

public static String getImplVersion()

getDetail

public static String getDetail()

isParanoid

public static boolean isParanoid()

main

public static void main(String[] arg)

updateVersion

public static void updateVersion()


Copyright © 2012. All Rights Reserved.