Uses of Class
org.glassfish.jersey.logging.LoggingInterceptor
Packages that use LoggingInterceptor
Package
Description
Logging feature provides the logging of requests and responses on server and client.
-
Uses of LoggingInterceptor in org.glassfish.jersey.logging
Subclasses of LoggingInterceptor in org.glassfish.jersey.loggingModifier and TypeClassDescription(package private) final classClient filter logs requests and responses to specified logger, at required level, with entity or not.(package private) final classServer filter logs requests and responses to specified logger, at required level, with entity or not.Methods in org.glassfish.jersey.logging that return LoggingInterceptorModifier and TypeMethodDescriptionprivate LoggingInterceptorLoggingFeature.createLoggingFilter(javax.ws.rs.core.FeatureContext context, javax.ws.rs.RuntimeType runtimeType)