org.apache.coyote
public interface ProtocolHandler
See Also: Adapter
Method Summary | |
---|---|
void | destroy() |
Adapter | getAdapter() |
Object | getAttribute(String name) |
Iterator | getAttributeNames() |
void | init()
Init the protocol. |
void | pause()
Pause the protocol (optional). |
void | resume()
Resume the protocol (optional). |
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. |