Uses of Class
org.restlet.representation.WriterRepresentation
Packages that use WriterRepresentation
-
Uses of WriterRepresentation in org.restlet.engine.io
Methods in org.restlet.engine.io with parameters of type WriterRepresentationModifier and TypeMethodDescriptionstatic ReaderIoUtils.getReader(WriterRepresentation representation) Returns a reader from a writer representation.Internally, it uses a writer thread and a pipe stream.