public abstract class BaseResponseCompletionHandler
extends org.glassfish.grizzly.EmptyCompletionHandler<org.glassfish.grizzly.WriteResult>
| Modifier and Type | Field and Description |
|---|---|
static String |
CLIENT_CONNECTION_CLOSED_MESSAGE |
protected boolean |
hasContentLength |
| Constructor and Description |
|---|
BaseResponseCompletionHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected org.glassfish.grizzly.http.HttpResponsePacket |
buildHttpResponsePacket(org.glassfish.grizzly.http.HttpRequestPacket sourceRequest,
org.mule.runtime.http.api.domain.message.response.HttpResponse httpResponse) |
void |
cancelled() |
void |
failed(Throwable throwable) |
protected abstract ClassLoader |
getCtxClassLoader() |
public static final String CLIENT_CONNECTION_CLOSED_MESSAGE
protected boolean hasContentLength
protected org.glassfish.grizzly.http.HttpResponsePacket buildHttpResponsePacket(org.glassfish.grizzly.http.HttpRequestPacket sourceRequest,
org.mule.runtime.http.api.domain.message.response.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>protected abstract ClassLoader getCtxClassLoader()
Copyright © 2003–2020 MuleSoft, Inc.. All rights reserved.