| Modifier and Type | Class and Description |
|---|---|
class |
WebConnector
A CoyoteConnector subclass which "wraps around" an existing Grizzly
SelectorThread that is being started and stopped outside of the lifecycle
of this CoyoteConnector subclass (the SelectorThread is started and
stopped as part of the GrizzlyAdapter lifecycle).
|
| Modifier and Type | Method and Description |
|---|---|
Connector |
EmbeddedWebContainer.createConnector(String address,
int port,
String protocol)
Create a customized version of the Tomcat's 5 Coyote Connector.
|
Connector[] |
EmbeddedWebContainer.getConnectors()
Returns the list of Connector objects associated with this
EmbeddedWebContainer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PECoyoteConnector |
| Modifier and Type | Method and Description |
|---|---|
Connector |
HttpRequestWrapper.getConnector() |
Connector |
HttpResponseWrapper.getConnector() |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpRequestWrapper.setConnector(Connector connector) |
void |
HttpResponseWrapper.setConnector(Connector connector) |
| Modifier and Type | Method and Description |
|---|---|
Connector[] |
Service.findConnectors()
Find and return the set of Connectors associated with this Service.
|
Connector |
Request.getConnector()
Return the Connector through which this Request was received.
|
Connector |
Response.getConnector()
Return the Connector through which this Response is returned.
|
| 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.
|
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 Response is returned.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Connector
Implementation of a Coyote connector for Tomcat 5.x.
|
| 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.
|
| 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.findConnector(String name)
Find and return the Connector associated with this Service and Connector name.
|
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) |
| Modifier and Type | Method and Description |
|---|---|
Connector |
Embedded.createConnector(InetAddress address,
int port,
boolean secure)
Create, configure, and return a new TCP/IP socket connector
based on the specified properties.
|
Connector |
Embedded.createConnector(InetAddress address,
int port,
String protocol) |
Connector |
Embedded.createConnector(String address,
int port,
boolean secure) |
Connector |
Embedded.createConnector(String address,
int port,
String protocol) |
| Modifier and Type | Method and Description |
|---|---|
void |
Embedded.addConnector(Connector connector)
Add a new Connector to the set of defined Connectors.
|
Copyright © 2019. All rights reserved.