public class Http extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Http.Error |
static interface |
Http.HTTP_CODE |
static class |
Http.Method |
static class |
Http.Success |
| Constructor and Description |
|---|
Http(Configuration config) |
| Modifier and Type | Method and Description |
|---|---|
XMLNode |
processRequest(String uri,
Http.Method method) |
XMLNode |
processRequest(String uri,
Http.Method method,
String body) |
public Http(Configuration config)
public XMLNode processRequest(String uri, Http.Method method)
public XMLNode processRequest(String uri, Http.Method method, String body)
Copyright © 2016. All rights reserved.