public interface IHttpResponseStream
| Modifier and Type | Method and Description |
|---|---|
void |
writeBody(HttpResponseMessageBody aBody) |
void |
writeHeaders(HttpResponseHeaders aHeaders) |
void |
writeStatusLine(HttpResponseStatusLine aStatusLine) |
void writeStatusLine(HttpResponseStatusLine aStatusLine) throws IOException
IOExceptionvoid writeHeaders(HttpResponseHeaders aHeaders) throws IOException
IOExceptionvoid writeBody(HttpResponseMessageBody aBody) throws IOException
IOExceptionCopyright © 2020. All rights reserved.