| Package | Description |
|---|---|
| org.apache.coyote | |
| org.apache.coyote.http11 |
| 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 |
Http11Processor.adapter
Associated adapter.
|
protected Adapter |
Http11Protocol.adapter |
| Modifier and Type | Method and Description |
|---|---|
Adapter |
Http11Processor.getAdapter()
Get the associated adapter.
|
Adapter |
Http11Protocol.getAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
Http11Processor.setAdapter(Adapter adapter)
Set the associated adapter.
|
void |
Http11Protocol.setAdapter(Adapter adapter)
The adapter, used to call the connector
|
Copyright © 2005–2017 Oracle Corporation. All rights reserved.