org.apache.coyote.memory
public class MemoryProtocolHandler extends Object implements ProtocolHandler
| Nested Class Summary | |
|---|---|
| protected class | MemoryProtocolHandler.ByteChunkInputBuffer |
| protected class | MemoryProtocolHandler.ByteChunkOutputBuffer |
| Field Summary | |
|---|---|
| protected Adapter | adapter
Associated adapter. |
| Method Summary | |
|---|---|
| void | destroy() |
| Adapter | getAdapter() |
| Object | getAttribute(String name) |
| Iterator | getAttributeNames() |
| void | init()
Init the protocol. |
| void | pause() |
| void | process(Request request, ByteChunk input, Response response, ByteChunk output)
Process specified request. |
| void | resume() |
| void | setAdapter(Adapter adapter)
The adapter, used to call the connector. |
| void | setAttribute(String name, Object value)
Pass config info. |
| void | start()
Start the protocol. |