Uses of Enum Class
org.jboss.resteasy.reactive.client.api.LoggingScope
Packages that use LoggingScope
Package
Description
-
Uses of LoggingScope in org.jboss.resteasy.reactive.client.api
Methods in org.jboss.resteasy.reactive.client.api that return LoggingScopeModifier and TypeMethodDescriptionstatic LoggingScopestatic LoggingScopeReturns the enum constant of this class with the specified name.static LoggingScope[]LoggingScope.values()Returns an array containing the constants of this enum class, 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 LoggingScopeModifierConstructorDescriptionClientErrorHandler(LoggingScope loggingScope) ClientSendRequestHandler(int maxChunkSize, 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 LoggingScopeModifier and TypeMethodDescriptionjakarta.ws.rs.client.ClientBuilderClientBuilderImpl.loggingScope(LoggingScope loggingScope) Constructors in org.jboss.resteasy.reactive.client.impl with parameters of type LoggingScopeModifierConstructorDescriptionClientImpl(io.vertx.core.http.HttpClientOptions options, ConfigurationImpl configuration, ClientContext clientContext, HostnameVerifier hostnameVerifier, SSLContext sslContext, boolean followRedirects, MultiQueryParamMode multiQueryParamMode, LoggingScope loggingScope, ClientLogger clientLogger, String userAgent)