public interface Response
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Response.Stream |
| Modifier and Type | Method and Description |
|---|---|
JsonWriter |
newJsonWriter() |
XmlWriter |
newXmlWriter() |
Response |
noContent() |
Response.Stream |
stream() |
JsonWriter newJsonWriter()
XmlWriter newXmlWriter()
Response.Stream stream()
Copyright © 2009–2015 SonarSource. All rights reserved.