- header(String, String) - Method in class cz.jalasoft.net.http.HttpRequest
-
- headers() - Method in class cz.jalasoft.net.http.HttpRequest
-
- HOST - Static variable in class cz.jalasoft.net.http.HttpHeader
-
- host(String) - Method in class cz.jalasoft.net.http.URIBuilder
-
- http() - Static method in class cz.jalasoft.net.http.URIBuilder
-
Starts a process of URI creation.
- HttpClient - Interface in cz.jalasoft.net.http
-
A HTTP client that allows sending request of various types.
- HttpGetRequest - Class in cz.jalasoft.net.http
-
Created by Honza Lastovicka on 18.5.15.
- HttpGetRequest() - Constructor for class cz.jalasoft.net.http.HttpGetRequest
-
- HttpHeader - Class in cz.jalasoft.net.http
-
Created by Honza Lastovicka on 18.5.15.
- HttpHeader() - Constructor for class cz.jalasoft.net.http.HttpHeader
-
- HttpPostRequest - Class in cz.jalasoft.net.http
-
A request that is sent over HTTP as a POST request.
- HttpPostRequest() - Constructor for class cz.jalasoft.net.http.HttpPostRequest
-
- HttpRequest<T extends HttpRequest<T>> - Class in cz.jalasoft.net.http
-
Created by honzales on 18.5.15.
- HttpRequest() - Constructor for class cz.jalasoft.net.http.HttpRequest
-
- HttpResponse - Interface in cz.jalasoft.net.http
-
An abstraction of an HTTP response