| 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. However, as this kind of state
information is highly protocol dependent, we needed to abstract out the
state information, hence this tagging interface. The implementation is free
to have any kind of methods. These methods will only be used in the
org.apache.cactus.spi.client.connector.ProtocolHandler implementation
classes.
version: $Id: ProtocolState.java 238991 2004-05-22 11:34:50Z vmassol $ since: 1.6 |