IOStreamContent

spice.http.IOStreamContent
abstract class IOStreamContent(val contentType: ContentType, val lastModified: Long, val length: Long) extends Content

Attributes

Graph
Supertypes
trait Content
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

def stream(out: OutputStream): Unit

Inherited methods

def asString: String

Attributes

Inherited from:
Content

Attributes

Inherited from:
Content
def withLastModified(lastModified: Long): Content

Attributes

Inherited from:
Content

Concrete fields

val lastModified: Long
val length: Long