public abstract class ResponseParser extends Object
Constructor and Description |
---|
ResponseParser() |
Modifier and Type | Method and Description |
---|---|
String |
getContentType()
A well behaved ResponseParser will return it's content-type.
|
String |
getVersion() |
abstract String |
getWriterType() |
abstract NamedList<Object> |
processResponse(InputStream body,
String encoding) |
abstract NamedList<Object> |
processResponse(Reader reader) |
public abstract String getWriterType()
public abstract NamedList<Object> processResponse(InputStream body, String encoding)
public String getContentType()
public String getVersion()
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.