public class ContentHandlers
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
ContentHandler |
forType(org.apache.http.entity.ContentType contentType,
org.apache.http.entity.ContentType accept) |
static ContentHandlers |
getInstance() |
void |
registerHandler(org.apache.http.entity.ContentType contentType,
ContentHandler handler) |
public static ContentHandlers getInstance()
public ContentHandler forType(org.apache.http.entity.ContentType contentType, org.apache.http.entity.ContentType accept)
public void registerHandler(org.apache.http.entity.ContentType contentType,
ContentHandler handler)