Maven module :un.protocol : protocol-http :
Class : un.protocol.http.HTTPClient
Extends/Implements : -
Subclasses : -

author  Johann Sorel


Variables : -
Functions : HTTPClient, HTTPClient, HTTPClient, HTTPClient, send, close




Create an http client on default port (80).
param  host http server name
throws  IOException
public void HTTPClient (Chars host)


Create an http client on default port (80).
param  address http server address
throws  IOException
public void HTTPClient (IPAddress address)


Create an http client.
param  host http server name
param  port http server port
throws  IOException
public void HTTPClient (Chars host, int port)


Create an http client.
param  address http server address
param  port http server port
throws  IOException
public void HTTPClient (IPAddress address, int port)


Send an http request.
param  request
return  HTTPResponse
throws  IOException
public HTTPResponse send (HTTPRequest request)

public void close ()