Uses of Class
org.restlet.representation.RepresentationInfo
- 
Packages that use RepresentationInfo Package Description org.restlet.data Information exchanged by components.org.restlet.representation Common representation data elements.org.restlet.resource Client and server resource classes.org.restlet.util Various utility classes. - 
- 
Uses of RepresentationInfo in org.restlet.data
Methods in org.restlet.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.representation
Subclasses of RepresentationInfo in org.restlet.representation Modifier and Type Class Description classAppendableRepresentationRepresents an appendable sequence of characters.classBufferingRepresentationRepresentation capable of buffering the wrapped representation.classByteArrayRepresentationRepresentation wrapping a byte array.classChannelRepresentationRepresentation based on a NIO byte channel.classCharacterRepresentationRepresentation based on a BIO character stream.classDigesterRepresentationRepresentation capable of computing a digest.classEmptyRepresentationEmpty representation with no content.classFileRepresentationRepresentation based on a static file.classInputRepresentationTransient representation based on a BIO input stream.classObjectRepresentation<T extends java.io.Serializable>Representation based on a serializable Java object.
It supports binary representations of JavaBeans using theObjectInputStreamandObjectOutputStreamclasses.classOutputRepresentationRepresentation based on a BIO output stream.classReadableRepresentationTransient representation based on a readable NIO byte channel.classReaderRepresentationTransient representation based on a BIO characters reader.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.classWritableRepresentationRepresentation based on a writable NIO byte channel.classWriterRepresentationRepresentation based on a BIO characters writer. - 
Uses of RepresentationInfo in org.restlet.resource
Methods in org.restlet.resource that return RepresentationInfo Modifier and Type Method Description protected RepresentationInfoServerResource. getInfo()Returns information about the resource's representation.protected RepresentationInfoServerResource. getInfo(Variant variant)Returns information about the resource's representation. - 
Uses of RepresentationInfo in org.restlet.util
Subclasses of RepresentationInfo in org.restlet.util Modifier and Type Class Description classWrapperRepresentationRepresentation wrapper. 
 -