CopaServer
Change of Plan Application
 All Classes Functions Pages
Public Member Functions | List of all members
unicopa.copa.server.util.SimpleHttpsClient Class Reference

A simple HTTPS client based on Jetty. More...

Collaboration diagram for unicopa.copa.server.util.SimpleHttpsClient:
Collaboration graph

Public Member Functions

 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
 

Detailed Description

A simple HTTPS client based on Jetty.

Author
Felix Wiemuth

Member Function Documentation

void unicopa.copa.server.util.SimpleHttpsClient.authenticate ( String  user,
String  pwd 
)

Authenticate at the given login URL using HTTP basic access authentication.

Parameters
user
pwd
String unicopa.copa.server.util.SimpleHttpsClient.GET ( URI  uri)

Performs a GET request to the specified URI.

Parameters
urithe URI to GET
Returns

The documentation for this class was generated from the following file: