org.scalatra.ContentEncoding
See theContentEncoding companion object
trait ContentEncoding
Represents an HTTP content encoding.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Abstract methods
Wraps the specified input stream into a decoding one.
Wraps the specified input stream into a decoding one.
Attributes
Wraps the specified output stream into an encoding one.
Wraps the specified output stream into an encoding one.
Attributes
Name of the encoding, as used in the Content-Encoding
and Accept-Encoding
headers.
Name of the encoding, as used in the Content-Encoding
and Accept-Encoding
headers.
Attributes
Concrete methods
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Any
In this article