Package | Description |
---|---|
org.restlet.engine.local | |
org.restlet.ext.html | |
org.restlet.ext.jackson | |
org.restlet.representation |
Modifier and Type | Class and Description |
---|---|
class |
ZipEntryRepresentation
An entry in a Zip/JAR file.
|
Modifier and Type | Class and Description |
---|---|
class |
FormDataSet
HTML form supporting either URL encoding or multipart encoding.
|
Modifier and Type | Class and Description |
---|---|
class |
JacksonRepresentation<T>
Representation based on the Jackson library.
|
Modifier and Type | Class and Description |
---|---|
class |
ByteArrayRepresentation
Representation wrapping a byte array.
|
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.
|
Copyright © 2005–2016. All rights reserved.