Uses of Class
org.restlet.client.representation.RepresentationInfo
-
Packages that use RepresentationInfo Package Description org.restlet.client.data Information exchanged by components.org.restlet.client.representation Common representation data elements.org.restlet.client.util Various utility classes. -
-
Uses of RepresentationInfo in org.restlet.client.data
Methods in org.restlet.client.data with parameters of type RepresentationInfo Modifier and Type Method Description StatusConditions. getRangeStatus(RepresentationInfo representationInfo)Returns the range conditional status of an entity.StatusConditions. getStatus(Method method, RepresentationInfo representationInfo)Returns the conditional status of a variant using a given method. -
Uses of RepresentationInfo in org.restlet.client.representation
Subclasses of RepresentationInfo in org.restlet.client.representation Modifier and Type Class Description classCharacterRepresentationRepresentation based on a BIO character stream.classEmptyRepresentationEmpty representation with no content.classInputRepresentationTransient representation based on a BIO input stream.classObjectRepresentation<T>Representation based on a serializable Java object.classRepresentationCurrent or intended state of a resource.classStreamRepresentationRepresentation based on a BIO stream.classStringRepresentationRepresents an Unicode string that can be converted to any character set supported by Java. -
Uses of RepresentationInfo in org.restlet.client.util
Subclasses of RepresentationInfo in org.restlet.client.util Modifier and Type Class Description classWrapperRepresentationRepresentation wrapper.
-