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 © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.