apidocs / com.srv4pos.server.api.infrastructure / EmptyConnectionWriter

EmptyConnectionWriter

open class EmptyConnectionWriter : StringConnectionWriter

Body is empty content.

User: Kirill, Date: 23.08.13 14:53

Constructors

<init>

EmptyConnectionWriter()

Properties

EMPTY_CONNECTION_WRITER

static val EMPTY_CONNECTION_WRITER: ConnectionWriter!

Functions

getContentLength

open fun getContentLength(): Int!

Inherited Functions

write

open fun write(outputStream: OutputStream!): Unit