org.openqa.jetty.http
Class Version
java.lang.Object
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Version
public Version()
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.