HttpServerContext

Constructors

this
this(HttpServerRequest request, HttpServerResponse response, HttpOutputStream outputStream, HttpServerConnection connection)
Undocumented in source.

Members

Functions

bufferSize
void bufferSize(int size)
Undocumented in source. Be warned that the author may not have intended to support it.
bufferSize
int bufferSize()
Undocumented in source. Be warned that the author may not have intended to support it.
connection
HttpServerConnection connection()
Undocumented in source. Be warned that the author may not have intended to support it.
end
void end()
Undocumented in source. Be warned that the author may not have intended to support it.
flush
void flush()
Undocumented in source. Be warned that the author may not have intended to support it.
getConnectionId
int getConnectionId()
Undocumented in source. Be warned that the author may not have intended to support it.
httpRequest
HttpServerRequest httpRequest()
Undocumented in source. Be warned that the author may not have intended to support it.
httpRequest
void httpRequest(HttpServerRequest request)
Undocumented in source. Be warned that the author may not have intended to support it.
httpResponse
HttpServerResponse httpResponse()
Undocumented in source. Be warned that the author may not have intended to support it.
httpResponse
void httpResponse(HttpServerResponse response)
Undocumented in source. Be warned that the author may not have intended to support it.
isCommitted
bool isCommitted()
Undocumented in source. Be warned that the author may not have intended to support it.
outputStream
OutputStream outputStream()
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(byte[] buffer, int offset, int len)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta