public abstract class BaseResponseCompletionHandler
extends org.glassfish.grizzly.EmptyCompletionHandler<org.glassfish.grizzly.WriteResult>
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_BUFFER_SIZE |
protected org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
BaseResponseCompletionHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected org.glassfish.grizzly.http.HttpResponsePacket |
buildHttpResponsePacket(org.glassfish.grizzly.http.HttpRequestPacket sourceRequest,
HttpResponse httpResponse) |
void |
cancelled() |
void |
failed(Throwable throwable) |
public static final int DEFAULT_BUFFER_SIZE
protected final org.slf4j.Logger logger
protected org.glassfish.grizzly.http.HttpResponsePacket buildHttpResponsePacket(org.glassfish.grizzly.http.HttpRequestPacket sourceRequest,
HttpResponse httpResponse)
public void cancelled()
cancelled in interface org.glassfish.grizzly.CompletionHandler<org.glassfish.grizzly.WriteResult>cancelled in class org.glassfish.grizzly.EmptyCompletionHandler<org.glassfish.grizzly.WriteResult>public void failed(Throwable throwable)
failed in interface org.glassfish.grizzly.CompletionHandler<org.glassfish.grizzly.WriteResult>failed in class org.glassfish.grizzly.EmptyCompletionHandler<org.glassfish.grizzly.WriteResult>Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.