public class HttpUtils extends Object
Constructor and Description |
---|
HttpUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
createCookie(String token) |
static com.sun.jersey.api.client.ClientResponse |
get(String uri,
javax.ws.rs.core.MediaType contentType) |
static com.sun.jersey.api.client.ClientResponse |
get(String uri,
javax.ws.rs.core.MediaType contentType,
String token) |
static com.sun.jersey.api.client.ClientResponse |
post(String uri,
List<org.apache.commons.httpclient.NameValuePair> parameters,
javax.ws.rs.core.MediaType contentType) |
static com.sun.jersey.api.client.ClientResponse |
post(String uri,
List<org.apache.commons.httpclient.NameValuePair> parameters,
javax.ws.rs.core.MediaType contentType,
String token) |
static com.sun.jersey.api.client.ClientResponse |
post(String uri,
org.apache.commons.httpclient.NameValuePair parameter,
javax.ws.rs.core.MediaType contentType) |
static com.sun.jersey.api.client.ClientResponse |
post(String uri,
Object requestEntity,
List<org.apache.commons.httpclient.NameValuePair> parameters,
javax.ws.rs.core.MediaType contentType,
String token) |
static com.sun.jersey.api.client.ClientResponse |
post(String uri,
Object requestEntity,
javax.ws.rs.core.MediaType contentType) |
static com.sun.jersey.api.client.ClientResponse |
post(String uri,
Object requestEntity,
javax.ws.rs.core.MediaType contentType,
String token) |
static com.sun.jersey.api.client.ClientResponse |
post(String uri,
Object requestEntity,
org.apache.commons.httpclient.NameValuePair parameter,
javax.ws.rs.core.MediaType contentType) |
static com.sun.jersey.api.client.ClientResponse |
post(String uri,
Object requestEntity,
org.apache.commons.httpclient.NameValuePair parameter,
javax.ws.rs.core.MediaType contentType,
String token) |
public static com.sun.jersey.api.client.ClientResponse post(String uri, Object requestEntity, javax.ws.rs.core.MediaType contentType)
public static com.sun.jersey.api.client.ClientResponse post(String uri, org.apache.commons.httpclient.NameValuePair parameter, javax.ws.rs.core.MediaType contentType)
public static com.sun.jersey.api.client.ClientResponse post(String uri, List<org.apache.commons.httpclient.NameValuePair> parameters, javax.ws.rs.core.MediaType contentType)
public static com.sun.jersey.api.client.ClientResponse post(String uri, Object requestEntity, javax.ws.rs.core.MediaType contentType, String token)
public static com.sun.jersey.api.client.ClientResponse post(String uri, List<org.apache.commons.httpclient.NameValuePair> parameters, javax.ws.rs.core.MediaType contentType, String token)
public static com.sun.jersey.api.client.ClientResponse post(String uri, Object requestEntity, org.apache.commons.httpclient.NameValuePair parameter, javax.ws.rs.core.MediaType contentType)
public static com.sun.jersey.api.client.ClientResponse post(String uri, Object requestEntity, org.apache.commons.httpclient.NameValuePair parameter, javax.ws.rs.core.MediaType contentType, String token)
public static com.sun.jersey.api.client.ClientResponse post(String uri, Object requestEntity, List<org.apache.commons.httpclient.NameValuePair> parameters, javax.ws.rs.core.MediaType contentType, String token)
public static com.sun.jersey.api.client.ClientResponse get(String uri, javax.ws.rs.core.MediaType contentType)
public static com.sun.jersey.api.client.ClientResponse get(String uri, javax.ws.rs.core.MediaType contentType, String token)
Copyright © 2010–2018 Planetary Data System. All rights reserved.