public interface HttpUpgradeHandler
Modifier and Type | Method and Description |
---|---|
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
HttpServletRequest.upgrade(Class) is called has completed
processing and is the point where control of the connection passes from
the container to the HttpUpgradeHandler . |
void init(WebConnection connection)
HttpServletRequest.upgrade(Class)
is called has completed
processing and is the point where control of the connection passes from
the container to the HttpUpgradeHandler
.connection
- The connection that has been upgradedvoid destroy()
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.