public interface HttpUpgradeHandler
| Modifier and Type | Method and Description | 
|---|---|
void | 
destroy()
It is called when the client is disconnected. 
 | 
void | 
init(WebConnection wc)
It is called once the HTTP Upgrade process has been completed and the upgraded connection is ready to start using
 the new protocol. 
 | 
void init(WebConnection wc)
wc - the WebConnection object associated to this upgrade requestvoid destroy()
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.