public class HttpResponse extends Object
Constructor and Description |
---|
HttpResponse() |
Modifier and Type | Method and Description |
---|---|
void |
addHeader(String header,
String value) |
void |
binaryWrite(byte[] data) |
void |
clear() |
void |
clearContent() |
void |
clearHeaders() |
void |
flush() |
void |
setContentType(String type) |
public void clear()
public void clearContent()
public void clearHeaders()
public void setContentType(String type)
public void binaryWrite(byte[] data)
public void flush()
Copyright © 2016 Aspose. All Rights Reserved.