|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||