Uses of Class
io.vertx.mutiny.ext.web.client.WebClientSession
Packages that use WebClientSession
-
Uses of WebClientSession in io.vertx.mutiny.ext.web.client
Fields in io.vertx.mutiny.ext.web.client with type parameters of type WebClientSessionModifier and TypeFieldDescriptionstatic final TypeArg<WebClientSession>WebClientSession.__TYPE_ARGMethods in io.vertx.mutiny.ext.web.client that return WebClientSessionModifier and TypeMethodDescriptionWebClientSession.addHeader(CharSequence name, CharSequence value) Configure the client to add an HTTP header to every request.WebClientSession.addHeader(CharSequence name, Iterable<CharSequence> values) Configure the client to add an HTTP header to every request.Configure the client to add an HTTP header to every request.Configure the client to add an HTTP header to every request.static WebClientSessionCreate a session aware web client using the providedwebClientinstance.static WebClientSessionCreate a session aware web client using the providedwebClientinstance.static WebClientSessionWebClientSession.newInstance(io.vertx.ext.web.client.WebClientSession delegate) Creates a new instance of theWebClientSession.WebClientSession.removeHeader(CharSequence name) Removes a previously added header.WebClientSession.removeHeader(String name) Removes a previously added header.WebClientSession.updateSSLOptionsAndForget(io.vertx.core.net.ClientSSLOptions arg0) Update the client with new SSLoptions, the update happens if the options object is valid and different from the existing options object.WebClientSession.updateSSLOptionsAndForget(io.vertx.core.net.ClientSSLOptions arg0, boolean arg1) Update the client with new SSLoptions, the update happens if the options object is valid and different from the existing options object.