Uses of Class
org.restlet.representation.StreamRepresentation
-
Packages that use StreamRepresentation Package Description org.restlet.engine.local Supports local connectors and resources.org.restlet.ext.emf Integration with EMF @minor-version@.org.restlet.ext.html Support for the HTML (HyperText Markup Language) standard in its 4.0 version and above.org.restlet.ext.jackson Integration with Jackson @minor-version@.org.restlet.ext.jaxrs.internal.util org.restlet.representation Common representation data elements. -
-
Uses of StreamRepresentation in org.restlet.engine.local
Subclasses of StreamRepresentation in org.restlet.engine.local Modifier and Type Class Description classZipEntryRepresentationAn entry in a Zip/JAR file. -
Uses of StreamRepresentation in org.restlet.ext.emf
Subclasses of StreamRepresentation in org.restlet.ext.emf Modifier and Type Class Description classEmfRepresentation<T extends org.eclipse.emf.ecore.EObject>Deprecated.Will be removed in next minor release. -
Uses of StreamRepresentation in org.restlet.ext.html
Subclasses of StreamRepresentation in org.restlet.ext.html Modifier and Type Class Description classFormDataSetHTML form supporting either URL encoding or multipart encoding. -
Uses of StreamRepresentation in org.restlet.ext.jackson
Subclasses of StreamRepresentation in org.restlet.ext.jackson Modifier and Type Class Description classJacksonRepresentation<T>Representation based on the Jackson library. -
Uses of StreamRepresentation in org.restlet.ext.jaxrs.internal.util
Subclasses of StreamRepresentation in org.restlet.ext.jaxrs.internal.util Modifier and Type Class Description classJaxRsOutputRepresentation<T>Deprecated.Will be removed in next minor release. -
Uses of StreamRepresentation in org.restlet.representation
Subclasses of StreamRepresentation in org.restlet.representation Modifier and Type Class Description classByteArrayRepresentationRepresentation wrapping a byte array.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.
-