Uses of Interface
io.helidon.webclient.api.ClientConnection
Packages that use ClientConnection
Package
Description
Helidon WebClient APIs shared by all types of clients.
Helidon WebClient HTTP/1.1 Support.
Helidon WebClient HTTP/2 Support.
Helidon WebClient WebSocket Support.
-
Uses of ClientConnection in io.helidon.webclient.api
Classes in io.helidon.webclient.api that implement ClientConnectionModifier and TypeClassDescriptionclass
A TCP connection that can be used by any protocol that is based on TCP.Methods in io.helidon.webclient.api that return types with arguments of type ClientConnectionModifier and TypeMethodDescriptionClientRequestBase.connection()
FullClientRequest.connection()
Possible explicit connection to use (such as when using a proxy).Methods in io.helidon.webclient.api with parameters of type ClientConnectionModifier and TypeMethodDescriptionClientRequest.connection
(ClientConnection connection) This method is for explicit connection use by this request.ClientRequestBase.connection
(ClientConnection connection) -
Uses of ClientConnection in io.helidon.webclient.http1
Methods in io.helidon.webclient.http1 that return ClientConnectionMethods in io.helidon.webclient.http1 with parameters of type ClientConnectionModifier and TypeMethodDescriptionstatic UpgradeResponse
UpgradeResponse.success
(HttpClientResponse response, ClientConnection connection) Create an upgrade success response. -
Uses of ClientConnection in io.helidon.webclient.http2
Methods in io.helidon.webclient.http2 with parameters of type ClientConnectionModifier and TypeMethodDescriptionstatic Http2ClientConnection
Http2ClientConnection.create
(Http2ClientImpl http2Client, ClientConnection connection, boolean sendSettings) Creates an HTTP2 client connection. -
Uses of ClientConnection in io.helidon.webclient.websocket
Methods in io.helidon.webclient.websocket with parameters of type ClientConnectionModifier and TypeMethodDescriptionstatic ClientWsConnection
ClientWsConnection.create
(ClientConnection clientConnection, WsListener listener) Create a new connection without a sub-protocol.static ClientWsConnection
ClientWsConnection.create
(ClientConnection clientConnection, WsListener listener, String subProtocol) Create a new connection.