Package | Description |
---|---|
org.apache.catalina.connector | |
org.apache.coyote | |
org.apache.coyote.ajp | |
org.apache.coyote.http11 | |
org.apache.coyote.memory |
Modifier and Type | Class and Description |
---|---|
class |
CoyoteAdapter
Implementation of a request processor which delegates the processing to a
Coyote processor.
|
Modifier and Type | Field and Description |
---|---|
protected Adapter |
Connector.adapter
Coyote adapter.
|
Modifier and Type | Method and Description |
---|---|
Adapter |
Processor.getAdapter() |
Adapter |
ProtocolHandler.getAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
Processor.setAdapter(Adapter adapter) |
void |
ProtocolHandler.setAdapter(Adapter adapter)
The adapter, used to call the connector.
|
Modifier and Type | Field and Description |
---|---|
protected Adapter |
AjpProcessor.adapter
Associated adapter.
|
protected Adapter |
AjpAprProcessor.adapter
Associated adapter.
|
Modifier and Type | Method and Description |
---|---|
Adapter |
AjpProcessor.getAdapter()
Get the associated adapter.
|
Adapter |
AjpProtocol.getAdapter() |
Adapter |
AjpAprProtocol.getAdapter() |
Adapter |
AjpAprProcessor.getAdapter()
Get the associated adapter.
|
Modifier and Type | Method and Description |
---|---|
void |
AjpProcessor.setAdapter(Adapter adapter)
Set the associated adapter.
|
void |
AjpProtocol.setAdapter(Adapter adapter)
The adapter, used to call the connector
|
void |
AjpAprProtocol.setAdapter(Adapter adapter)
The adapter, used to call the connector
|
void |
AjpAprProcessor.setAdapter(Adapter adapter)
Set the associated adapter.
|
Modifier and Type | Field and Description |
---|---|
protected Adapter |
Http11AprProtocol.adapter
The adapter, used to call the connector.
|
protected Adapter |
Http11AbstractProtocol.adapter
The adapter, used to call the connector.
|
protected Adapter |
Http11Processor.adapter
Associated adapter.
|
protected Adapter |
Http11AprProcessor.adapter
Associated adapter.
|
protected Adapter |
Http11Protocol.adapter
The adapter, used to call the connector.
|
protected Adapter |
Http11AbstractProcessor.adapter
Associated adapter.
|
Modifier and Type | Method and Description |
---|---|
Adapter |
Http11AprProtocol.getAdapter() |
Adapter |
Http11AbstractProtocol.getAdapter() |
Adapter |
Http11Processor.getAdapter()
Get the associated adapter.
|
Adapter |
Http11AprProcessor.getAdapter()
Get the associated adapter.
|
Adapter |
Http11Protocol.getAdapter() |
Adapter |
Http11AbstractProcessor.getAdapter()
Getter for adapter
|
Modifier and Type | Method and Description |
---|---|
void |
Http11AprProtocol.setAdapter(Adapter adapter) |
void |
Http11AbstractProtocol.setAdapter(Adapter adapter) |
void |
Http11Processor.setAdapter(Adapter adapter)
Set the associated adapter.
|
void |
Http11AprProcessor.setAdapter(Adapter adapter)
Set the associated adapter.
|
void |
Http11Protocol.setAdapter(Adapter adapter) |
void |
Http11AbstractProcessor.setAdapter(Adapter adapter)
Setter for the adapter
|
Modifier and Type | Field and Description |
---|---|
protected Adapter |
MemoryProtocolHandler.adapter
Associated adapter.
|
Modifier and Type | Method and Description |
---|---|
Adapter |
MemoryProtocolHandler.getAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
MemoryProtocolHandler.setAdapter(Adapter adapter)
The adapter, used to call the connector.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.