| Package | Description |
|---|---|
| com.braintreegateway.util |
| Modifier and Type | Method and Description |
|---|---|
static Http.RequestMethod |
Http.RequestMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Http.RequestMethod[] |
Http.RequestMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected HttpURLConnection |
Http.buildConnection(Http.RequestMethod requestMethod,
String urlString,
Map<String,String> headers) |
protected String |
Http.httpDo(Http.RequestMethod requestMethod,
String url,
String postBody,
File file,
HttpURLConnection connection,
Map<String,String> headers,
String boundary) |
private NodeWrapper |
Http.xmlHttpRequest(Http.RequestMethod requestMethod,
String url) |
private NodeWrapper |
Http.xmlHttpRequest(Http.RequestMethod requestMethod,
String url,
String postBody,
File file) |
Copyright © 2013-2018. All Rights Reserved.