Package org.apache.catalina.util
Class ServerInfo
java.lang.Object
org.apache.catalina.util.ServerInfo
Simple utility module to make it easy to plug in the server identifier when integrating Tomcat.
- Author:
- Craig R. McClanahan
-
Constructor Details
-
ServerInfo
public ServerInfo()
-
-
Method Details
-
getServerInfo
- Returns:
- the server identification for this version of Tomcat.
-
getServerBuilt
- Returns:
- the server built time for this version of Tomcat.
-
getServerBuiltISO
- Returns:
- the server built date for this version of Tomcat in ISO-8601 date format.
-
getServerNumber
- Returns:
- the server's version number.
-
main
-