| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.coyote.memory.MemoryProtocolHandlerNested Class Summary | |
protected class | |
protected class | |
Method Summary | |
void |
|
Adapter | |
Object |
|
void |
|
void |
|
void | |
void |
|
void |
|
void |
|
void |
|
public Object getAttribute(String name)
- Specified by:
- getAttribute in interface ProtocolHandler
public void init()
throws ExceptionInit the protocol.
- Specified by:
- init in interface ProtocolHandler
public void process(Request request, ByteChunk input, Response response, ByteChunk output) throws Exception
Process specified request.
public void setAdapter(Adapter adapter)
The adapter, used to call the connector.
- Specified by:
- setAdapter in interface ProtocolHandler
public void setAttribute(String name,
Object value)Pass config info.
- Specified by:
- setAttribute in interface ProtocolHandler
public void start()
throws ExceptionStart the protocol.
- Specified by:
- start in interface ProtocolHandler