|
Apache Tomcat 7.0.54 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HttpUpgradeHandler
Interface between the HTTP upgrade process and the new protocol.
Method Summary | |
---|---|
void |
destroy()
This method is called after the upgraded connection has been closed. |
void |
init(WebConnection connection)
This method is called once the request/response pair where the upgrade is initiated has completed processing and is the point where control of the connection passes from the container to the HttpUpgradeHandler . |
Method Detail |
---|
void init(WebConnection connection)
HttpUpgradeHandler
.
connection
- The connection that has been upgradedvoid destroy()
|
Apache Tomcat 7.0.54 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |