Package | Description |
---|---|
org.apache.catalina | |
org.apache.catalina.connector | |
org.apache.catalina.core |
Modifier and Type | Method and Description |
---|---|
Connector[] |
Service.findConnectors()
Find and return the set of Connectors associated with this Service.
|
Modifier and Type | Method and Description |
---|---|
void |
Service.addConnector(Connector connector)
Add a new Connector to the set of defined Connectors, and associate it
with this Service's Container.
|
void |
Service.removeConnector(Connector connector)
Remove the specified Connector from the set associated from this
Service.
|
Modifier and Type | Field and Description |
---|---|
protected Connector |
Request.connector
Associated Catalina connector.
|
protected Connector |
Response.connector
Associated Catalina connector.
|
Modifier and Type | Method and Description |
---|---|
Connector |
Request.getConnector()
Return the Connector through which this Request was received.
|
Connector |
Response.getConnector()
Return the Connector through which this Request was received.
|
Modifier and Type | Method and Description |
---|---|
void |
Request.setConnector(Connector connector)
Set the Connector through which this Request was received.
|
void |
Response.setConnector(Connector connector)
Set the Connector through which this Request was received.
|
Constructor and Description |
---|
CoyoteAdapter(Connector connector)
Construct a new CoyoteProcessor associated with the specified connector.
|
Modifier and Type | Field and Description |
---|---|
protected Connector[] |
StandardService.connectors
The set of Connectors associated with this Service.
|
Modifier and Type | Method and Description |
---|---|
Connector[] |
StandardService.findConnectors()
Find and return the set of Connectors associated with this Service.
|
Connector |
DummyResponse.getConnector() |
Connector |
DummyRequest.getConnector() |
Modifier and Type | Method and Description |
---|---|
void |
StandardService.addConnector(Connector connector)
Add a new Connector to the set of defined Connectors, and associate it
with this Service's Container.
|
void |
StandardService.removeConnector(Connector connector)
Remove the specified Connector from the set associated from this
Service.
|
void |
DummyResponse.setConnector(Connector connector) |
void |
DummyRequest.setConnector(Connector connector) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.