| Modifier and Type | Method and Description |
|---|---|
UpgradeRequest |
ClientEngine.createUpgradeRequest(ClientEngine.TimeoutHandler timeoutHandler)
Create upgrade request and register
ClientEngine.TimeoutHandler. |
| Modifier and Type | Method and Description |
|---|---|
void |
TyrusClientEndpointConfigurator.beforeRequest(UpgradeRequest upgradeRequest)
This method is called by the implementation after it has formulated the handshake request that will be used
to initiate the connection to the server, but before
ClientEndpointConfig.Configurator.beforeRequest(Map) is invoked. |
WebSocketEngine.UpgradeInfo |
WebSocketEngine.upgrade(UpgradeRequest request,
UpgradeResponse response)
A transport calls this method to upgrade a HTTP request.
|
Copyright © 2012–2020 Oracle Corporation. All rights reserved.