Uses of Interface
jakarta.ws.rs.core.Feature
-
Packages that use Feature Package Description jakarta.ws.rs.core Low-level interfaces and annotations used to create RESTful service resources.org.glassfish.jersey.client Jersey client-side classes.org.glassfish.jersey.client.authentication Provides core client authentication mechanisms.org.glassfish.jersey.client.filter Provides core client filters.org.glassfish.jersey.client.http org.glassfish.jersey.logging Logging feature provides the logging of requests and responses on server and client.org.glassfish.jersey.model.internal Common Jersey internal model related classes and interfaces.org.glassfish.jersey.server Jersey server-side classes.org.glassfish.jersey.server.wadl Jersey server-side WADL support public classes and interfaces. -
-
Uses of Feature in jakarta.ws.rs.core
Methods in jakarta.ws.rs.core with parameters of type Feature Modifier and Type Method Description booleanConfiguration. isEnabled(Feature feature)Check if a particularfeatureinstance has been previously enabled in the runtime configuration context.Method parameters in jakarta.ws.rs.core with type arguments of type Feature Modifier and Type Method Description booleanConfiguration. isEnabled(Class<? extends Feature> featureClass)Check if afeatureinstance offeatureClassclass has been previously enabled in the runtime configuration context. -
Uses of Feature in org.glassfish.jersey.client
Classes in org.glassfish.jersey.client that implement Feature Modifier and Type Class Description classCustomProvidersFeatureFeature to provide the single-line registration of custom providers.Methods in org.glassfish.jersey.client with parameters of type Feature Modifier and Type Method Description booleanClientConfig. isEnabled(Feature feature)Method parameters in org.glassfish.jersey.client with type arguments of type Feature Modifier and Type Method Description booleanClientConfig. isEnabled(Class<? extends Feature> featureClass) -
Uses of Feature in org.glassfish.jersey.client.authentication
Classes in org.glassfish.jersey.client.authentication that implement Feature Modifier and Type Class Description classHttpAuthenticationFeatureFeatures that provides Http Basic and Digest client authentication (based on RFC 2617). -
Uses of Feature in org.glassfish.jersey.client.filter
Classes in org.glassfish.jersey.client.filter that implement Feature Modifier and Type Class Description classEncodingFeatureFeature that configures support for content encodings on the client side. -
Uses of Feature in org.glassfish.jersey.client.http
Classes in org.glassfish.jersey.client.http that implement Feature Modifier and Type Class Description classExpect100ContinueFeature -
Uses of Feature in org.glassfish.jersey.logging
Classes in org.glassfish.jersey.logging that implement Feature Modifier and Type Class Description classLoggingFeatureThis feature enables logging request and/or response on client-side and/or server-side depending on the context'sRuntimeType. -
Uses of Feature in org.glassfish.jersey.model.internal
Methods in org.glassfish.jersey.model.internal with parameters of type Feature Modifier and Type Method Description booleanCommonConfig. isEnabled(Feature feature)Method parameters in org.glassfish.jersey.model.internal with type arguments of type Feature Modifier and Type Method Description booleanCommonConfig. isEnabled(Class<? extends Feature> featureClass) -
Uses of Feature in org.glassfish.jersey.server
Methods in org.glassfish.jersey.server with parameters of type Feature Modifier and Type Method Description booleanResourceConfig. isEnabled(Feature feature)Method parameters in org.glassfish.jersey.server with type arguments of type Feature Modifier and Type Method Description booleanResourceConfig. isEnabled(Class<? extends Feature> featureClass) -
Uses of Feature in org.glassfish.jersey.server.wadl
Classes in org.glassfish.jersey.server.wadl that implement Feature Modifier and Type Class Description classWadlFeatureFeature enabling WADL processing.
-