Uses of Class
io.vertx.rxjava3.ext.web.client.WebClientSession
Packages that use WebClientSession
-
Uses of WebClientSession in io.vertx.rxjava3.ext.web.client
Fields in io.vertx.rxjava3.ext.web.client with type parameters of type WebClientSessionModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<WebClientSession> WebClientSession.__TYPE_ARGMethods in io.vertx.rxjava3.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 WebClientSessionWebClientSession.create(WebClient webClient, CookieStore cookieStore) Create a session aware web client using the providedwebClientinstance.static WebClientSessionWebClientSession.newInstance(WebClientSession arg) WebClientSession.removeHeader(CharSequence name) Removes a previously added header.WebClientSession.removeHeader(String name) Removes a previously added header.