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
 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.
 

Method parameters in javax.ws.rs.client with type arguments of type Feature
 Configuration Configuration.disable(Class<? extends Feature> feature)
          Disable a feature for the configurable instance using a feature class.
 boolean Configuration.isEnabled(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.