|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RepresentationInfo | |
|---|---|
| org.restlet.data | Information exchanged by components. |
| org.restlet.engine.application | Supports Restlet applications. |
| org.restlet.engine.local | Supports local connectors and resources. |
| 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 | |
|---|---|
Status |
Conditions.getRangeStatus(RepresentationInfo representationInfo)
Returns the range conditional status of an entity. |
Status |
Conditions.getStatus(Method method,
RepresentationInfo representationInfo)
Returns the conditional status of a variant using a given method. |
| Uses of RepresentationInfo in org.restlet.engine.application |
|---|
| Subclasses of RepresentationInfo in org.restlet.engine.application | |
|---|---|
class |
DecodeRepresentation
Representation that decodes a wrapped representation if its encoding is supported. |
class |
EncodeRepresentation
Content that encodes a wrapped content. |
class |
RangeRepresentation
Representation that exposes only a range of the content of a wrapped representation. |
| Uses of RepresentationInfo in org.restlet.engine.local |
|---|
| Subclasses of RepresentationInfo in org.restlet.engine.local | |
|---|---|
class |
ZipEntryRepresentation
An entry in a Zip/JAR file. |
| Uses of RepresentationInfo in org.restlet.representation |
|---|
| Subclasses of RepresentationInfo in org.restlet.representation | |
|---|---|
class |
AppendableRepresentation
Represents an appendable sequence of characters. |
class |
BufferingRepresentation
Representation capable of buffering the wrapped representation. |
class |
ByteArrayRepresentation
Representation wrapping a byte array. |
class |
ChannelRepresentation
Representation based on a NIO byte channel. |
class |
CharacterRepresentation
Representation based on a BIO character stream. |
class |
DigesterRepresentation
Representation capable of computing a digest. |
class |
EmptyRepresentation
Empty representation with no content. |
class |
FileRepresentation
Representation based on a static file. |
class |
InputRepresentation
Transient representation based on a BIO input stream. |
class |
ObjectRepresentation<T extends Serializable>
Representation based on a serializable Java object. It supports binary representations of JavaBeans using the ObjectInputStream and ObjectOutputStream classes. |
class |
OutputRepresentation
Representation based on a BIO output stream. |
class |
ReadableRepresentation
Transient representation based on a readable NIO byte channel. |
class |
ReaderRepresentation
Transient representation based on a BIO characters reader. |
class |
Representation
Current or intended state of a resource. |
class |
StreamRepresentation
Representation based on a BIO stream. |
class |
StringRepresentation
Represents an Unicode string that can be converted to any character set supported by Java. |
class |
WritableRepresentation
Representation based on a writable NIO byte channel. |
class |
WriterRepresentation
Representation based on a BIO characters writer. |
| Uses of RepresentationInfo in org.restlet.resource |
|---|
| Methods in org.restlet.resource that return RepresentationInfo | |
|---|---|
protected RepresentationInfo |
ServerResource.getInfo()
Returns information about the resource's representation. |
protected RepresentationInfo |
ServerResource.getInfo(Variant variant)
Returns information about the resource's representation. |
| Uses of RepresentationInfo in org.restlet.util |
|---|
| Subclasses of RepresentationInfo in org.restlet.util | |
|---|---|
class |
WrapperRepresentation
Representation wrapper. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||