|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.jersey.client.filter.EncodingFeature
public class EncodingFeature
Feature that configures support for content encodings on the client side.
This feature registers EncodingFilter and the specified set of
encoding providers to the client
configuration. It also allows setting the value of ClientProperties.USE_ENCODING property.
| Constructor Summary | |
|---|---|
EncodingFeature(java.lang.Class<? extends ContentEncoder>... encodingProviders)
Create a new instance of the feature. |
|
EncodingFeature(java.lang.String useEncoding,
java.lang.Class<? extends ContentEncoder>... encoders)
Create a new instance of the feature specifying the default value for the ClientProperties.USE_ENCODING property. |
|
| Method Summary | |
|---|---|
boolean |
configure(Configurable configuration)
A call-back method called when the feature is to be enabled in a given configurable scope. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EncodingFeature(java.lang.Class<? extends ContentEncoder>... encodingProviders)
encodingProviders - Encoding providers to be registered in the client configuration.
public EncodingFeature(java.lang.String useEncoding,
java.lang.Class<? extends ContentEncoder>... encoders)
ClientProperties.USE_ENCODING property. Unless the value is set in the client configuration
properties at the time when this feature gets enabled, the provided value will be used.
useEncoding - Default value of ClientProperties.USE_ENCODING property.encoders - Encoders to be registered in the client configuration.| Method Detail |
|---|
public boolean configure(Configurable configuration)
Featuretrue if the feature was successfully enabled or false otherwise.
Note that under some circumstances the feature may decide not to enable itself, which
is indicated by returning false. In such case the configurable context does
not internally register the feature in the collection of enabled features and the attempt to enable the feature is ignored.
configure in interface Featureconfiguration - configurable context in which the feature should be enabled.
true if the feature was successfully enabled, false
otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||