@Contract(threading=IMMUTABLE) public class H2ResponseContent extends ResponseContent
ResponseContent.| Modifier and Type | Field and Description |
|---|---|
static H2ResponseContent |
INSTANCE
Singleton instance.
|
| Constructor and Description |
|---|
H2ResponseContent() |
H2ResponseContent(boolean overwrite) |
| Modifier and Type | Method and Description |
|---|---|
void |
process(HttpResponse response,
EntityDetails entity,
HttpContext context) |
public static final H2ResponseContent INSTANCE
public H2ResponseContent()
public H2ResponseContent(boolean overwrite)
public void process(HttpResponse response, EntityDetails entity, HttpContext context) throws HttpException, IOException
process in interface HttpResponseInterceptorprocess in class ResponseContentHttpExceptionIOExceptionCopyright © 2005–2021 The Apache Software Foundation. All rights reserved.