Uses of Class
org.glassfish.tyrus.spi.UpgradeRequest
-
-
Uses of UpgradeRequest in org.glassfish.tyrus.spi
Methods in org.glassfish.tyrus.spi that return UpgradeRequest Modifier and Type Method Description UpgradeRequestClientEngine. createUpgradeRequest(ClientEngine.TimeoutHandler timeoutHandler)Create upgrade request and registerClientEngine.TimeoutHandler.Methods in org.glassfish.tyrus.spi with parameters of type UpgradeRequest Modifier and Type Method Description voidTyrusClientEndpointConfigurator. 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 beforeClientEndpointConfig.Configurator.beforeRequest(Map)is invoked.WebSocketEngine.UpgradeInfoWebSocketEngine. upgrade(UpgradeRequest request, UpgradeResponse response)A transport calls this method to upgrade a HTTP request.
-