public class ProxyHttpResponse extends Object
Constructor and Description |
---|
ProxyHttpResponse(org.jboss.netty.handler.codec.http.HttpRequest httpRequest,
org.jboss.netty.handler.codec.http.HttpResponse httpResponse,
Object response) |
Modifier and Type | Method and Description |
---|---|
org.jboss.netty.handler.codec.http.HttpRequest |
getHttpRequest() |
org.jboss.netty.handler.codec.http.HttpResponse |
getHttpResponse() |
Object |
getResponse() |
public ProxyHttpResponse(org.jboss.netty.handler.codec.http.HttpRequest httpRequest, org.jboss.netty.handler.codec.http.HttpResponse httpResponse, Object response)
public Object getResponse()
public org.jboss.netty.handler.codec.http.HttpRequest getHttpRequest()
public org.jboss.netty.handler.codec.http.HttpResponse getHttpResponse()
Copyright © 2009-2013 LittleShoot. All Rights Reserved.