ResponseWriters11

io.quartz.util.ResponseWriters11$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def genResponseContentTypeFileHeader(fpath: String, cont_type: String): String
def writeFullResponse(c: IOChannel, rs: Response, msg: String, close: Boolean): IO[Int]
def writeNoBodyResponse(ch: IOChannel, code: StatusCode, close: Boolean): IO[Int]
def writeResponseMethodNotAllowed(c: IOChannel, allow: String): IO[Int]
def writeResponseRedirect(c: IOChannel, location: String): IO[Int]

Concrete fields

final val CRLF: "\r\n"