public interface ProtocolState
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
ProtocolHandler
implementation
classes.Copyright © 2000-2004 Apache Software Foundation. All Rights Reserved.