-
HTTPClient.HTTPResponse
This defines the http-response class returned by the requests. It's basically a wrapper around the Response class which first lets all the modules handle the response before finally giving the info to the user.
@version 0.3-3 18/06/1999
@author Ronald Tschal�r
@since 0.3
-
cn.org.ape.http.HttpResponse
-
co.cask.cdap.common.http.HttpResponse
Return type for http requests executed by {@link HttpResponse}
-
co.paralleluniverse.comsat.webactors.HttpResponse
An HTTP response message sent as a {@link HttpRequest#sender() response} to an {@link HttpRequest}. When this response is sent to an {@link HttpRequest}'s {@link HttpRequest#sender() sender}, the connection stream will be closed if {@link HttpRequest#openChannel() openChannel} has not been called on the request,and will be flushed but not closed if {@link HttpRequest#openChannel() openChannel} has been called on the request.
-
com.acciente.induction.controller.HttpResponse
Internal. Implementation backing the Response inteface.
@created Feb 18, 2008
@author Adinath Raveendra Raj
-
com.addthis.basis.net.http.HttpResponse
encapsulation of an http response. fields can be set directly or it can be used to wrap an apache httpclient method that has already been executed.
-
com.app55.transport.HttpResponse
-
com.basho.riak.client.http.response.HttpResponse
HTTP response information resulting from some HTTP operation
-
com.basho.riak.client.response.HttpResponse
HTTP response information resulting from some HTTP operation
@deprecated with the addition of a protocol buffers client in 0.14 all theexisting REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.response.HttpResponse instead.
WARNING: This class will be REMOVED in the next version.
@see com.basho.riak.client.http.response.HttpResponse
-
com.belladati.httpclientandroidlib.HttpResponse
-
com.davfx.ninio.http.HttpResponse
-
com.denimgroup.threadfix.importer.impl.remoteprovider.utils.HttpResponse
Created by mac on 6/2/14.
-
com.ds.http.message.HttpResponse
@author Dogukan Sonmez
-
com.eviware.soapui.impl.wsdl.submit.transports.http.HttpResponse
-
com.facebook.presto.jdbc.internal.jetty.client.HttpResponse
-
com.facebook.presto.jdbc.internal.netty.handler.codec.http.HttpResponse
An HTTP response.
Accessing Cookie
Unlike the Servlet API, {@link Cookie} support is provided separately via{@link CookieEncoder} and {@link CookieDecoder}.
@see HttpRequest
@see CookieEncoder
@see CookieDecoder
-
com.github.dreamhead.moco.HttpResponse
-
com.github.kristofa.test.http.HttpResponse
HTTP response.
@author kristof
-
com.google.api.client.http.HttpResponse
ess the HTTP response object } finally { response.disconnect(); }
Implementation is not thread-safe.
@since 1.0
@author Yaniv Inbar
-
com.google.appengine.api.urlfetch.HTTPResponse
-
com.google.opengse.HttpResponse
An interface which is a subset of HttpServletResponse.
@author jenningsDate: Jul 6, 2008
-
com.google.wave.api.WaveService.HttpResponse
-
com.googlecode.batchfb.util.RequestBuilder.HttpResponse
-
com.hubspot.horizon.HttpResponse
-
com.lgx8.common.payment.util.httpClient.HttpResponse
-
com.maverick.http.HttpResponse
-
com.netflix.client.http.HttpResponse
-
com.nimbusds.oauth2.sdk.http.HTTPResponse
HTTP response with support for the parameters required to construct an {@link com.nimbusds.oauth2.sdk.Response OAuth 2.0 response message}.
Provided HTTP status code constants:
- {@link #SC_OK HTTP 200 OK}
- {@link #SC_CREATED HTTP 201 Created}
- {@link #SC_FOUND HTTP 302 Redirect}
- {@link #SC_BAD_REQUEST HTTP 400 Bad request}
- {@link #SC_UNAUTHORIZED HTTP 401 Unauthorized}
- {@link #SC_FORBIDDEN HTTP 403 Forbidden}
- {@link #SC_SERVER_ERROR HTTP 500 Server error}
Supported response headers:
- Location
- Content-Type
- Cache-Control
- Pragma
- Www-Authenticate
-
com.noelios.restlet.http.HttpResponse
Response wrapper for server HTTP calls.
@author Jerome Louvel (contact@noelios.com)
-
com.scooterframework.common.http.HTTPResponse
HTTPClient class represents a http response.
@author (Fei) John Chen
-
com.turbomanage.httpclient.HttpResponse
-
de.ioexception.www.http.HttpResponse
etf.org/html/rfc2616.html#section-6
@author Benjamin Erb
-
de.netseeker.ejoe.http.HttpResponse
A simple container encapsulating a HTTP Response.
@author netseeker
@since 0.3.9.1
-
dijjer.io.xfer.http.HTTPResponse
-
facebook4j.internal.http.HttpResponse
A data class representing HTTP Response
@author Yusuke Yamamoto - yusuke at mac.com
-
io.fathom.http.HttpResponse
-
io.netty.handler.codec.http.HttpResponse
An HTTP response.
Accessing Cookies
Unlike the Servlet API, {@link Cookie} support is provided separately via {@link CookieDecoder}, {@link ClientCookieEncoder}, and {@link ServerCookieEncoder}.
@see HttpRequest
@see CookieDecoder
@see ClientCookieEncoder
@see ServerCookieEncoder
-
io.socket.http.HttpResponse
-
io.undertow.http2.tests.framework.HttpResponse
A HTTP2 response
@author Stuart Douglas
-
jade.imtp.leap.http.HTTPResponse
@author Giovanni Caire - TILAB
-
javango.http.HttpResponse
-
jodd.http.HttpResponse
HTTP response.
-
kilim.http.HttpResponse
The response object encapsulates the header and often, but not always, the content. The caller must set all the fields, except for the protocol, server and date. The body of the response (the content) is written to a stream obtained from {@link #getOutputStream()}.
-
mongrel2.HttpResponse
Response implementation that adds common http headers during the transformation.
@author Karl Ostendorf
-
net.sf.cindy.example.http.HttpResponse
-
net.sf.jpluck.http.HttpResponse
-
net.sf.sahi.response.HttpResponse
User: nraman Date: May 13, 2005 Time: 10:25:31 PM
-
oauth.signpost.http.HttpResponse
-
org.apache.catalina.HttpResponse
An HttpResponse is the Catalina-internal facade for an HttpServletResponse
that is to be produced, based on the processing of a corresponding HttpRequest
.
@author Craig R. McClanahan
@version $Revision: 466595 $ $Date: 2006-10-21 23:24:41 +0100 (Sat, 21 Oct 2006) $
-
org.apache.cocoon.environment.http.HttpResponse
Implements the {@link HttpServletResponse} interface to provide HTTP-specificfunctionality in sending a response. For example, it has methods to access HTTP headers and cookies.
@author ?
@version CVS $Id: HttpResponse.java,v 1.1 2003/03/09 00:09:30 pier Exp $
-
org.apache.http.HttpResponse
-
org.apache.mina.http.api.HttpResponse
An HTTP response to an HTTP request
@author The Apache MINA Project (dev@mina.apache.org)
-
org.apache.openejb.server.httpd.HttpResponse
This interface takes care of HTTP Responses. It sends data back to the browser.
-
org.apache.shindig.gadgets.http.HttpResponse
Represents the results of an HTTP content retrieval operation. HttpResponse objects are immutable in order to allow them to be safely used in concurrent caches and by multiple threads without worrying about concurrent modification.
-
org.archive.wayback.util.http.HttpResponse
-
org.b3log.latke.urlfetch.HTTPResponse
Encapsulation of the result of a {@link HTTPRequest HTTP request} made via the {@link URLFetchService}.
@author
Liang Ding
@version 1.0.0.0, Aug 8, 2011
-
org.browsermob.proxy.jetty.http.HttpResponse
HTTP Response. This class manages the headers, trailers and content streams of a HTTP response. It can be used for receiving or generating requests. This class is not synchronized. It should be explicitly synchronized if it is used by multiple threads.
@see HttpRequest
@version $Id: HttpResponse.java,v 1.61 2005/10/26 08:10:14 gregwilkins Exp $
@author Greg Wilkins (gregw)
-
org.cruxframework.crux.core.server.rest.spi.HttpResponse
@author Thiago da Rosa de Bustamante
-
org.cspoker.common.api.shared.http.HTTPResponse
-
org.cybergarage.http.HTTPResponse
-
org.eclipse.ecf.internal.provider.rss.http.HttpResponse
A HTTP response message
-
org.eclipse.jetty.client.HttpResponse
-
org.eclipse.jetty.websocket.common.test.HttpResponse
-
org.ektorp.http.HttpResponse
-
org.elasticsearch.test.rest.client.http.HttpResponse
-
org.exoplatform.common.http.client.HTTPResponse
This defines the http-response class returned by the requests. It's basically a wrapper around the Response class which first lets all the modules handle the response before finally giving the info to the user.
@version 0.3-3 06/05/2001
@author Ronald Tschal�r
@since 0.3
-
org.expath.httpclient.HttpResponse
-
org.geotools.data.ows.HTTPResponse
Interface by which an {@link AbstractOpenWebService} retrieves the contents of an HTTP requestissued through its {@link HTTPClient}.
An HTTPResponse instance shall be {@link #dispose() disposed} as soon as it's{@link #getResponseStream() response stream} has been consumed or is no longer needed. It's up tothe implementations to just close the actual {@link InputStream} or return the http connection tothe connection pool, or any other resource clean up task that needs to be done.
@author groldan
@see HTTPClient
-
org.geotools.data.ws.protocol.http.HTTPResponse
A handle to an HTTP response headers and contents.
@author Gabriel Roldan (OpenGeo)
@version $Id$
@since 2.6
@source $URL$
-
org.ice.http.HttpResponse
-
org.jboss.netty.handler.codec.http.HttpResponse
an http response.
@author The Netty Project (netty-dev@lists.jboss.org)
@author Andy Taylor (andy.taylor@jboss.org)
@author Trustin Lee (tlee@redhat.com)
-
org.jboss.resteasy.spi.HttpResponse
Bridge interface between the base Resteasy JAX-RS implementation and the actual HTTP transport (i.e. a servlet container)
@author
Bill Burke
@version $Revision: 1 $
-
org.jboss.soa.esb.http.HttpResponse
-
org.jclouds.http.HttpResponse
Represents a response produced from {@link HttpCommandExecutorService}
@author Adrian Cole
-
org.jnegre.redpill.HttpResponse
-
org.jwall.web.http.HttpResponse
This class represents an abstract http message.
@author Christian Bockermann
-
org.kohsuke.stapler.HttpResponse
-
org.mmisw.ont.client.util.HttpUtil.HttpResponse
-
org.mockserver.model.HttpResponse
@author jamesdbloom
-
org.mortbay.http.HttpResponse
-
org.mule.transport.http.HttpResponse
A generic HTTP response wrapper.
-
org.nutz.socialauth.alipay.util.httpClient.HttpResponse
-
org.openid4java.util.HttpResponse
Container class for HTTP responses.
@author Marius Scurtescu, Johnny Bufu
-
org.openqa.jetty.http.HttpResponse
HTTP Response. This class manages the headers, trailers and content streams of a HTTP response. It can be used for receiving or generating requests. This class is not synchronized. It should be explicitly synchronized if it is used by multiple threads.
@see HttpRequest
@version $Id: HttpResponse.java,v 1.61 2005/10/26 08:10:14 gregwilkins Exp $
@author Greg Wilkins (gregw)
-
org.resteasy.spi.HttpResponse
-
org.safehaus.asyncweb.http.HttpResponse
-
org.sentinel.servers.http.protocol.HTTPResponse
-
org.springframework.osgi.iandt.web.HttpResponse
Simple http response.
@author Costin Leau
-
org.webbitserver.HttpResponse
Writes a response back to the client.
IMPORTANT: The connection will remain open until {@link #end()} or {@link #error(Throwable)} is called. Don'tforget these!
@author Joe Walnes
-
org.xlightweb.HttpResponse
http response
@author grro@xlightweb.org
-
org.xmlBlaster.util.http.HttpResponse
Used for returning the HTML page and mime type of a HTTP request.
@author
Marcel Ruff.
-
play.libs.WS.HttpResponse
-
pt.opensoft.http.HttpResponse
An object of this class represents an Http Response. It has methods to get the status of the response, its headers and cookies. It can also have a body, if one is available.
-
railo.commons.net.http.HTTPResponse
-
threescale.v3.api.HttpResponse
Returns the result of an Http GET / POST
-
twitter4j.internal.http.HttpResponse
A data class representing HTTP Response
@author Yusuke Yamamoto - yusuke at mac.com
-
yalp.libs.WS.HttpResponse