| Modifier and Type | Method and Description |
|---|---|
static HttpTypes |
HttpTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpTypes[] |
HttpTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
NetUtils.HttpRequest(String host,
HttpTypes type)
Sends an HTTP request of type
HttpTypes. |
| Constructor and Description |
|---|
SimpleHttpRequest(String hostname,
HttpTypes type)
Load up a HTTP request of type
type to hostname |
Copyright © 2017. All rights reserved.