Uses of Class
org.restlet.representation.ChannelRepresentation
-
Packages that use ChannelRepresentation Package Description org.restlet.representation Common representation data elements. -
-
Uses of ChannelRepresentation in org.restlet.representation
Subclasses of ChannelRepresentation in org.restlet.representation Modifier and Type Class Description class
ReadableRepresentation
Transient representation based on a readable NIO byte channel.class
WritableRepresentation
Representation based on a writable NIO byte channel.
-