public abstract class ResponseParser extends Object
Constructor and Description |
---|
ResponseParser() |
Modifier and Type | Method and Description |
---|---|
String |
getContentType()
A well behaved ResponseParser will return its content-type.
|
String |
getVersion() |
abstract String |
getWriterType() |
abstract NamedList<Object> |
processResponse(InputStream body,
String encoding) |
abstract NamedList<Object> |
processResponse(Reader reader) |
public ResponseParser()
public abstract String getWriterType()
public abstract NamedList<Object> processResponse(InputStream body, String encoding)
public abstract NamedList<Object> processResponse(Reader reader)
public String getContentType()
public String getVersion()