public class ERXStringBufferRestResponse extends Object implements IERXRestResponse
Constructor and Description |
---|
ERXStringBufferRestResponse() |
ERXStringBufferRestResponse(StringBuffer buffer) |
Modifier and Type | Method and Description |
---|---|
void |
appendContentCharacter(char ch) |
void |
appendContentData(NSData d)
Currently here for interface completeness only
If you have a need, suggest an implementation
|
void |
appendContentString(String str) |
NSDictionary<String,String> |
headers() |
void |
setHeader(String value,
String key) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
setContentEncoding
public ERXStringBufferRestResponse()
public ERXStringBufferRestResponse(StringBuffer buffer)
public NSDictionary<String,String> headers()
public void setHeader(String value, String key)
setHeader
in interface IERXRestResponse
public void appendContentCharacter(char ch)
appendContentCharacter
in interface IERXRestResponse
public void appendContentString(String str)
appendContentString
in interface IERXRestResponse
public void appendContentData(NSData d)
appendContentData
in interface IERXRestResponse
Copyright © 2002 – 2024 Project Wonder.