Uses of Class
sk.antons.sbutils.http.LoggingInterceptor
Packages that use LoggingInterceptor
-
Uses of LoggingInterceptor in sk.antons.sbutils.http
Methods in sk.antons.sbutils.http that return LoggingInterceptorModifier and TypeMethodDescriptionstatic LoggingInterceptorLoggingInterceptor.instance()Method for logging message about request and responseLoggingInterceptor.loggerEnabled(BooleanSupplier value) Method for controlling if logging is enabledLoggingInterceptor.requestBody(Function<InputStream, String> value) Method for converting Body content to stringLoggingInterceptor.requestHeaders(Function<org.springframework.http.HttpHeaders, String> value) Method for converting HttpHeaders to stringLoggingInterceptor.responseBody(Function<InputStream, String> value) Method for converting Body content to stringLoggingInterceptor.responseHeaders(Function<org.springframework.http.HttpHeaders, String> value) Method for converting HttpHeaders to string