| Package | Description |
|---|---|
| org.apache.catalina.connector | |
| org.apache.catalina.core | |
| org.apache.catalina.startup |
| Modifier and Type | Method and Description |
|---|---|
Host |
Request.getHost()
Return the Host within which this Request is being processed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Request.setHost(Host host)
Set the Host within which this Request is being processed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StandardHost
Standard implementation of the Host interface.
|
| Modifier and Type | Method and Description |
|---|---|
Host |
DummyRequest.getHost() |
| Modifier and Type | Method and Description |
|---|---|
void |
DummyRequest.setHost(Host host) |
| Modifier and Type | Field and Description |
|---|---|
protected Host |
HostConfig.host
The Host we are associated with.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.