ContentEncoding

org.scalatra.ContentEncoding
See theContentEncoding companion object

Represents an HTTP content encoding.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def decode(in: InputStream): InputStream

Wraps the specified input stream into a decoding one.

Wraps the specified input stream into a decoding one.

Attributes

def encode(out: OutputStream): OutputStream

Wraps the specified output stream into an encoding one.

Wraps the specified output stream into an encoding one.

Attributes

def name: String

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

def apply(response: HttpServletResponse): HttpServletResponse
def apply(request: HttpServletRequest): HttpServletRequest
override def toString: String

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