Interface ServerHttpConnection
- All Superinterfaces:
ServerStreamConnection
Interface of a
ServerStreamConnection for HTTP
response transport.-
Method Summary
Modifier and TypeMethodDescriptionvoidsetContentLength(int pContentLength) Sets the content length.voidsetResponseHeader(String pKey, String pValue) Sets a response header.Methods inherited from interface ServerStreamConnection
close, newInputStream, newOutputStream
-
Method Details
-
setResponseHeader
-
setContentLength
void setContentLength(int pContentLength) Sets the content length.
-