|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Hold protocol-related information that need to be exchanged during the
lifecycle of the
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.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |