Uses of Interface
javax.ws.rs.core.Feature

Packages that use Feature
javax.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   
org.glassfish.jersey.client.filter Provides core client filters. 
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.internal.monitoring Jersey server-side internal monitoring and statistics classes. 
org.glassfish.jersey.server.wadl Jersey server-side WADL support public classes and interfaces. 
 

Uses of Feature in javax.ws.rs.core
 

Methods in javax.ws.rs.core with parameters of type Feature
 boolean Configuration.isEnabled(Feature feature)
          Check if a particular feature instance has been previously enabled in the runtime configuration context.
 

Method parameters in javax.ws.rs.core with type arguments of type Feature
 boolean Configuration.isEnabled(Class<? extends Feature> featureClass)
          Check if a feature instance of featureClass class 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
 class CustomProvidersFeature
          Feature to provide the single-line registration of custom providers.
 

Methods in org.glassfish.jersey.client with parameters of type Feature
 boolean ClientConfig.isEnabled(Feature feature)
           
 

Method parameters in org.glassfish.jersey.client with type arguments of type Feature
 boolean ClientConfig.isEnabled(Class<? extends Feature> featureClass)
           
 

Uses of Feature in org.glassfish.jersey.client.authentication
 

Classes in org.glassfish.jersey.client.authentication that implement Feature
 class HttpAuthenticationFeature
          Features 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
 class EncodingFeature
          Feature that configures support for content encodings on the client side.
 

Uses of Feature in org.glassfish.jersey.model.internal
 

Methods in org.glassfish.jersey.model.internal with parameters of type Feature
 boolean CommonConfig.isEnabled(Feature feature)
           
 

Method parameters in org.glassfish.jersey.model.internal with type arguments of type Feature
 boolean CommonConfig.isEnabled(Class<? extends Feature> featureClass)
           
 

Uses of Feature in org.glassfish.jersey.server
 

Methods in org.glassfish.jersey.server with parameters of type Feature
 boolean ResourceConfig.isEnabled(Feature feature)
           
 

Method parameters in org.glassfish.jersey.server with type arguments of type Feature
 boolean ResourceConfig.isEnabled(Class<? extends Feature> featureClass)
           
 

Uses of Feature in org.glassfish.jersey.server.internal.monitoring
 

Classes in org.glassfish.jersey.server.internal.monitoring that implement Feature
 class MonitoringFeature
          Feature that enables calculating of monitoring statistics and optionally also enables exposure of monitoring MBeans.
 

Uses of Feature in org.glassfish.jersey.server.wadl
 

Classes in org.glassfish.jersey.server.wadl that implement Feature
 class WadlFeature
          Feature enabling WADL processing.
 



Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.