public class DeenrichHttpResponse extends Object implements DeenrichResponse<org.jboss.netty.handler.codec.http.HttpResponse>
| Constructor and Description |
|---|
DeenrichHttpResponse(org.jboss.netty.handler.codec.http.HttpResponse response,
HttpResponseDeenrichmentService deenrichmentService) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.netty.handler.codec.http.HttpResponse |
getResponse() |
HttpResponseDeenrichmentService |
getService() |
public DeenrichHttpResponse(org.jboss.netty.handler.codec.http.HttpResponse response,
HttpResponseDeenrichmentService deenrichmentService)
public org.jboss.netty.handler.codec.http.HttpResponse getResponse()
getResponse in interface DeenrichResponse<org.jboss.netty.handler.codec.http.HttpResponse>public HttpResponseDeenrichmentService getService()
getService in interface DeenrichResponse<org.jboss.netty.handler.codec.http.HttpResponse>Copyright © 2013 JBoss by Red Hat. All Rights Reserved.