Uses of Interface
io.vertx.ext.web.client.WebClientSession
Packages that use WebClientSession
Package
Description
-
Uses of WebClientSession in io.vertx.ext.web.client
Methods in io.vertx.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.WebClientSession.addInterceptor(Handler<io.vertx.ext.web.client.impl.HttpContext<?>> interceptor) 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.WebClientSession.removeHeader(CharSequence name) Removes a previously added header.WebClientSession.removeHeader(String name) Removes a previously added header. -
Uses of WebClientSession in io.vertx.reactivex.ext.web.client
Methods in io.vertx.reactivex.ext.web.client that return WebClientSessionMethods in io.vertx.reactivex.ext.web.client with parameters of type WebClientSessionModifier and TypeMethodDescriptionstatic WebClientSessionWebClientSession.newInstance(WebClientSession arg) Constructors in io.vertx.reactivex.ext.web.client with parameters of type WebClientSession -
Uses of WebClientSession in io.vertx.rxjava3.ext.web.client
Methods in io.vertx.rxjava3.ext.web.client that return WebClientSessionMethods in io.vertx.rxjava3.ext.web.client with parameters of type WebClientSessionModifier and TypeMethodDescriptionstatic WebClientSessionWebClientSession.newInstance(WebClientSession arg) Constructors in io.vertx.rxjava3.ext.web.client with parameters of type WebClientSession