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

Packages that use Feature
javax.ws.rs.client The JAX-RS client API 
 

Uses of Feature in javax.ws.rs.client
 

Methods in javax.ws.rs.client that return types with arguments of type Feature
 java.util.Set<Feature> Configuration.getFeatures()
          Get the immutable set of enabled features.
 

Methods in javax.ws.rs.client with parameters of type Feature
 Configuration Configuration.enable(Feature feature)
          Enable a feature using a feature instance.
 

Method parameters in javax.ws.rs.client with type arguments of type Feature
 Configuration Configuration.disable(java.lang.Class<? extends Feature> feature)
          Disable a feature for the configurable instance using a feature class.
 Configuration Configuration.enable(java.lang.Class<? extends Feature> feature)
          Enable a feature using the feature class.
 boolean Configuration.isEnabled(java.lang.Class<? extends Feature> feature)
          Determine if a certain feature is enabled or not.
 



Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.