A simple HTTPS client based on Jetty.
More...
|
| SimpleHttpsClient (URI authURI, String realm) |
|
void | start () |
|
void | authenticate (String user, String pwd) |
| Authenticate at the given login URL using HTTP basic access authentication. More...
|
|
String | GET (URI uri) |
| Performs a GET request to the specified URI. More...
|
|
void | stop () throws Exception |
|
A simple HTTPS client based on Jetty.
- Author
- Felix Wiemuth
void unicopa.copa.server.util.SimpleHttpsClient.authenticate |
( |
String |
user, |
|
|
String |
pwd |
|
) |
| |
Authenticate at the given login URL using HTTP basic access authentication.
- Parameters
-
String unicopa.copa.server.util.SimpleHttpsClient.GET |
( |
URI |
uri) | |
|
Performs a GET request to the specified URI.
- Parameters
-
- Returns
The documentation for this class was generated from the following file:
- CopaServer/src/main/java/unicopa/copa/server/util/SimpleHttpsClient.java