public abstract class BaseResponseCompletionHandler
extends org.glassfish.grizzly.EmptyCompletionHandler<org.glassfish.grizzly.WriteResult>
| 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 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>Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.