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 abstract String getWriterType()
public abstract NamedList<Object> processResponse(InputStream body, String encoding)
public String getContentType()
public String getVersion()
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.