| Modifier and Type | Field and Description |
|---|---|
protected CatalinaFactoryRegistry |
registry |
protected org.apache.catalina.Server |
server |
| Constructor and Description |
|---|
CatalinaServer(CatalinaFactoryRegistry registry,
org.apache.catalina.Server server)
Constructs a new CatalinaServer wrapping the specified catalina server.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
Iterable<Engine> |
getEngines()
Returns the servlet engines associated with this server.
|
int |
hashCode() |
String |
toString() |
protected final CatalinaFactoryRegistry registry
protected final org.apache.catalina.Server server
public CatalinaServer(CatalinaFactoryRegistry registry, org.apache.catalina.Server server)
host - a catalina serverpublic Iterable<Engine> getEngines()
ServergetEngines in interface ServerCopyright © 2024 JBoss by Red Hat. All rights reserved.