|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Encoding | |
---|---|
org.restlet | Core classes of the API. |
org.restlet.data | Element of information handled by a component via a connector. |
org.restlet.resource | Common resource and representation data elements. |
org.restlet.service | Service classes used by applications and components. |
org.restlet.util | Utility classes and interfaces used in the rest of the API. |
Uses of Encoding in org.restlet |
---|
Methods in org.restlet that return types with arguments of type Encoding | |
---|---|
java.util.List<Encoding> |
Transformer.getResultEncodings()
Returns the modifiable list of encodings of the result representation. |
Method parameters in org.restlet with type arguments of type Encoding | |
---|---|
void |
Transformer.setResultEncodings(java.util.List<Encoding> resultEncodings)
Sets the encodings of the result representation. |
Uses of Encoding in org.restlet.data |
---|
Fields in org.restlet.data declared as Encoding | |
---|---|
static Encoding |
Encoding.ALL
All encodings acceptable. |
static Encoding |
Encoding.COMPRESS
The common Unix file compression. |
static Encoding |
Encoding.DEFLATE
The zlib format defined by RFC 1950 and 1951. |
static Encoding |
Encoding.FREEMARKER
The FreeMarker encoding. |
static Encoding |
Encoding.GZIP
The GNU Zip encoding. |
static Encoding |
Encoding.IDENTITY
The default (identity) encoding. |
static Encoding |
Encoding.VELOCITY
The Velocity encoding. |
static Encoding |
Encoding.ZIP
The Info-Zip encoding. |
Methods in org.restlet.data that return Encoding | |
---|---|
static Encoding |
Encoding.valueOf(java.lang.String name)
Returns the encoding associated to a name. |
Methods in org.restlet.data that return types with arguments of type Encoding | |
---|---|
java.util.List<Preference<Encoding>> |
ClientInfo.getAcceptedEncodings()
Returns the modifiable list of encoding preferences. |
Method parameters in org.restlet.data with type arguments of type Encoding | |
---|---|
void |
ClientInfo.setAcceptedEncodings(java.util.List<Preference<Encoding>> acceptedEncodings)
Sets the encoding preferences. |
Uses of Encoding in org.restlet.resource |
---|
Methods in org.restlet.resource that return types with arguments of type Encoding | |
---|---|
java.util.List<Encoding> |
Variant.getEncodings()
Returns the modifiable list of encodings applied to the entity-body. |
Method parameters in org.restlet.resource with type arguments of type Encoding | |
---|---|
void |
Variant.setEncodings(java.util.List<Encoding> encodings)
Sets the list of encodings applied to the entity-body. |
Uses of Encoding in org.restlet.service |
---|
Methods in org.restlet.service that return Encoding | |
---|---|
Encoding |
MetadataService.getDefaultEncoding()
Returns the default encoding for local representations. |
Methods in org.restlet.service with parameters of type Encoding | |
---|---|
void |
MetadataService.setDefaultEncoding(Encoding defaultEncoding)
Sets the default encoding for local representations. |
Uses of Encoding in org.restlet.util |
---|
Methods in org.restlet.util that return types with arguments of type Encoding | |
---|---|
java.util.List<Encoding> |
WrapperRepresentation.getEncodings()
|
Method parameters in org.restlet.util with type arguments of type Encoding | |
---|---|
void |
WrapperRepresentation.setEncodings(java.util.List<Encoding> encodings)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |