com.ning.http.client.UpgradeHandler<T> |
![]() |
Invoked when an UPGRADE
is returned. Currently the library only support WebSocket
as type.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
If the upgrade fail.
| |||||||||||
If the HTTP Upgrade succeed (response's status code equals 101), the
AsyncHttpProvider will invoke that
method |
If the upgrade fail.
t | a Throwable |
---|
If the HTTP Upgrade succeed (response's status code equals 101), the AsyncHttpProvider
will invoke that
method
t | an Upgradable entity |
---|