org.apache.cactus.spi.client.connector |
|
Java Source File Name | Type | Comment |
ProtocolHandler.java | Interface | Any communication protocol (e.g HTTP) used to connect between
Cactus client side and Cactus server side must implement this lifecycle
interface. |
ProtocolState.java | Interface | Hold protocol-related information that need to be exchanged during the
lifecycle of the
org.apache.cactus.spi.client.connector.ProtocolHandler .
For example the HTTP protocol handler needs to pass the HTTP connection
around to the different lifecycle methods. |