public class ApacheConnectorClientResponse
extends org.glassfish.jersey.client.ClientResponse
Constructor and Description |
---|
ApacheConnectorClientResponse(org.glassfish.jersey.client.ClientRequest requestContext,
javax.ws.rs.core.Response response) |
ApacheConnectorClientResponse(javax.ws.rs.core.Response.StatusType status,
org.glassfish.jersey.client.ClientRequest requestContext) |
ApacheConnectorClientResponse(javax.ws.rs.core.Response.StatusType status,
org.glassfish.jersey.client.ClientRequest requestContext,
org.apache.http.client.methods.CloseableHttpResponse closeableHttpResponse) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
getCookies, getEntity, getLinks, getReaderInterceptors, getRequestContext, getResolvedRequestUri, getServiceLocator, getStatus, getStatusInfo, readEntity, readEntity, readEntity, readEntity, setResolvedRequestUri, setStatus, setStatusInfo, toString
bufferEntity, getAllowedMethods, getDate, getEntityStream, getEntityTag, getHeaders, getHeaderString, getIfMatch, getIfNoneMatch, getLanguage, getLastModified, getLength, getLink, getLinkBuilder, getLocation, getMediaType, getQualifiedAcceptableLanguages, getQualifiedAcceptableMediaTypes, getQualifiedAcceptCharset, getQualifiedAcceptEncoding, getRequestCookies, getResponseCookies, getWorkers, hasEntity, hasLink, header, headers, headers, headers, headers, readEntity, readEntity, readEntity, readEntity, remove, setEntityStream, setWorkers
public ApacheConnectorClientResponse(org.glassfish.jersey.client.ClientRequest requestContext, javax.ws.rs.core.Response response)
public ApacheConnectorClientResponse(javax.ws.rs.core.Response.StatusType status, org.glassfish.jersey.client.ClientRequest requestContext, org.apache.http.client.methods.CloseableHttpResponse closeableHttpResponse)
public ApacheConnectorClientResponse(javax.ws.rs.core.Response.StatusType status, org.glassfish.jersey.client.ClientRequest requestContext)
Copyright © 2015. All Rights Reserved.