Modifier and Type | Method and Description |
---|---|
ServerWriter |
ServletHttpResponse.getEntityWriter() |
Modifier and Type | Method and Description |
---|---|
ServerWriter |
HttpResponse.getEntityWriter()
Obtains the
ServerWriter to write the entity of the response. |
Modifier and Type | Method and Description |
---|---|
ServerWriter |
HttpResponseImpl.getEntityWriter() |
Modifier and Type | Method and Description |
---|---|
ServerWriter |
MockServerOutputStream.getServerWriter()
Obtains the
ServerWriter . |
Modifier and Type | Method and Description |
---|---|
void |
StaticHttpTemplateWriter.write(ServerWriter writer,
boolean isDefaultCharset,
Object bean,
HttpApplicationLocation location) |
void |
PropertyHttpTemplateWriter.write(ServerWriter writer,
boolean isDefaultCharset,
Object bean,
HttpApplicationLocation location) |
void |
LinkHttpTemplateWriter.write(ServerWriter writer,
boolean isDefaultCharset,
Object bean,
HttpApplicationLocation location) |
void |
HttpTemplateWriter.write(ServerWriter writer,
boolean isDefaultCharset,
Object bean,
HttpApplicationLocation location)
Writes the template content to the
ServerWriter . |
void |
BeanHttpTemplateWriter.write(ServerWriter writer,
boolean isDefaultCharset,
Object bean,
HttpApplicationLocation location) |
Copyright © 2005–2016. All rights reserved.