Uses of Class
org.jboss.resteasy.reactive.client.api.LoggingScope
-
Packages that use LoggingScope Package Description org.jboss.resteasy.reactive.client.api org.jboss.resteasy.reactive.client.handlers org.jboss.resteasy.reactive.client.impl -
-
Uses of LoggingScope in org.jboss.resteasy.reactive.client.api
Methods in org.jboss.resteasy.reactive.client.api that return LoggingScope Modifier and Type Method Description static LoggingScopeLoggingScope. forName(String name)static LoggingScopeLoggingScope. valueOf(String name)Returns the enum constant of this type with the specified name.static LoggingScope[]LoggingScope. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LoggingScope in org.jboss.resteasy.reactive.client.handlers
Constructors in org.jboss.resteasy.reactive.client.handlers with parameters of type LoggingScope Constructor Description ClientErrorHandler(LoggingScope loggingScope)ClientSendRequestHandler(boolean followRedirects, LoggingScope loggingScope, ClientLogger logger, Map<Class<?>,MultipartResponseData> multipartResponseDataMap) -
Uses of LoggingScope in org.jboss.resteasy.reactive.client.impl
Methods in org.jboss.resteasy.reactive.client.impl with parameters of type LoggingScope Modifier and Type Method Description jakarta.ws.rs.client.ClientBuilderClientBuilderImpl. loggingScope(LoggingScope loggingScope)Constructors in org.jboss.resteasy.reactive.client.impl with parameters of type LoggingScope Constructor Description ClientImpl(io.vertx.core.http.HttpClientOptions options, ConfigurationImpl configuration, ClientContext clientContext, HostnameVerifier hostnameVerifier, SSLContext sslContext, boolean followRedirects, MultiQueryParamMode multiQueryParamMode, LoggingScope loggingScope, ClientLogger clientLogger, String userAgent)
-