ContentEncoding

Represents an HTTP content encoding.

Companion:
object
class Object
trait Matchable
class Any

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.

def encode(out: OutputStream): OutputStream

Wraps the specified output stream into an encoding one.

Wraps the specified output stream into an encoding one.

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.

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.

Returns:

a string representation of the object.

Definition Classes
Any