Uses of Class
org.restlet.client.data.Metadata
- 
Packages that use Metadata Package Description org.restlet.client.data Information exchanged by components.org.restlet.client.resource Client and server resource classes.org.restlet.client.service Services used by applications and components. - 
- 
Uses of Metadata in org.restlet.client.data
Classes in org.restlet.client.data with type parameters of type Metadata Modifier and Type Class Description classPreference<T extends Metadata>Metadata preference definition.Subclasses of Metadata in org.restlet.client.data Modifier and Type Class Description classCharacterSetMetadata used to specify the character set of textual representations.classEncodingModifier of a representation's media type.classLanguageLanguage used in representations and preferences.classMediaTypeMetadata used to specify the format of representations.Methods in org.restlet.client.data that return Metadata Modifier and Type Method Description MetadataCharacterSet. getParent()MetadataEncoding. getParent()abstract MetadataMetadata. getParent()Returns the parent metadata if available or null.Methods in org.restlet.client.data with parameters of type Metadata Modifier and Type Method Description voidClientInfo. accept(Metadata... metadata)Updates the client preferences to accept the given metadata (media types, character sets, etc.) with a 1.0 quality in addition to existing ones.voidClientInfo. accept(Metadata metadata, float quality)Updates the client preferences to accept the given metadata (media types, character sets, etc.) with a given quality in addition to existing ones.booleanCharacterSet. includes(Metadata included)Indicates if a given character set is included in the current one.booleanEncoding. includes(Metadata included)Indicates if a given encoding is included in the current one.booleanLanguage. includes(Metadata included)Indicates if a given language is included in the current one.booleanMediaType. includes(Metadata included)Indicates if a given media type is included in the current one @seeMediaType.includes(Metadata, boolean).booleanMediaType. includes(Metadata included, boolean ignoreParameters)Indicates if a given media type is included in the current one @seeMediaType.includes(Metadata, boolean).abstract booleanMetadata. includes(Metadata included)Indicates if a given metadata is included in the current one.booleanMetadata. isCompatible(Metadata otherMetadata)Checks if this metadata is compatible with the given metadata. - 
Uses of Metadata in org.restlet.client.resource
Methods in org.restlet.client.resource with parameters of type Metadata Modifier and Type Method Description voidClientResource. accept(Metadata... metadata)Updates the client preferences to accept the given metadata (media types, character sets, etc.) with a 1.0 quality in addition to existing ones.voidClientResource. accept(Metadata metadata, float quality)Updates the client preferences to accept the given metadata (media types, character sets, etc.) with a given quality in addition to existing ones. - 
Uses of Metadata in org.restlet.client.service
Methods in org.restlet.client.service that return Metadata Modifier and Type Method Description MetadataMetadataService. getMetadata(java.lang.String extension)Returns the metadata associated to this extension.Methods in org.restlet.client.service that return types with arguments of type Metadata Modifier and Type Method Description java.util.List<Metadata>MetadataService. getAllMetadata(java.lang.String extension)Returns all the metadata associated to this extension.Methods in org.restlet.client.service with parameters of type Metadata Modifier and Type Method Description voidMetadataService. addExtension(java.lang.String extension, Metadata metadata)Maps an extension to some metadata (media type, language or character set) to an extension.voidMetadataService. addExtension(java.lang.String extension, Metadata metadata, boolean preferred)Maps an extension to some metadata (media type, language or character set) to an extension.java.lang.StringMetadataService. getExtension(Metadata metadata)Returns the first extension mapping to this metadata. 
 -