Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.coyote.memory.MemoryProtocolHandler
Nested 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 Exception
Init 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 Exception
Start the protocol.
- Specified by:
- start in interface ProtocolHandler