com.caucho.server.http
Class VirtualHost
java.lang.Object
|
+--com.caucho.server.http.VirtualHost
- public class VirtualHost
- extends java.lang.Object
A virtual host contains a collection of applications.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
VirtualHost
public VirtualHost()
getErrorLog
public AbstractErrorLog getErrorLog()
- Returns the host's error log
getWarDir
public Path getWarDir()
- Returns the war directory.
getWarExpandDir
public Path getWarExpandDir()
- Returns the war-expand directory.
getServer
public ServletServer getServer()
- Returns the owning servlet server for the virtual host.
getName
public java.lang.String getName()
- Return the canonical host name
getURL
public java.lang.String getURL()
getCanonicalURL
public java.lang.String getCanonicalURL()
toString
public java.lang.String toString()
- Returns a debuggable representation of the host.
- Overrides:
toString
in class java.lang.Object