| Interface | Description |
|---|---|
| ExtendedHandshakeChecker |
A class that can decide if a HTTP upgrade handshake is valid.
|
| HandshakeChecker |
A class that can decide if a HTTP upgrade handshake is valid.
|
| Class | Description |
|---|---|
| HttpUpgrade |
Simple HTTP client that can perform a HTTP upgrade.
|
| Exception | Description |
|---|---|
| ConnectionClosedEarlyException |
Exception thrown if the connection is unexpectedly closed during http upgrade
before the response can be fully read.
|
| RedirectException |
An extension of
IOException used to convey that a connection has failed as a redirect has been encountered. |
| UpgradeFailedException |
Exception that is thrown when a valid HTTP response is
received that is not an upgrade or redirect response.
|
Copyright © 2017 JBoss, a division of Red Hat, Inc.