| 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 |
|---|---|
private HttpURLConnection |
Http.buildConnection(Http.RequestMethod requestMethod,
String urlString) |
private NodeWrapper |
Http.httpRequest(Http.RequestMethod requestMethod,
String url) |
private NodeWrapper |
Http.httpRequest(Http.RequestMethod requestMethod,
String url,
String postBody) |
Copyright © 2013-2014. All Rights Reserved.