Uses of Class
nzilbb.labbcat.http.HttpRequestGet
Packages that use HttpRequestGet
Package
Description
LaBB-CAT client library.
Helper classes for making HTTP requests.
-
Uses of HttpRequestGet in nzilbb.labbcat
Methods in nzilbb.labbcat that return HttpRequestGetModifier and TypeMethodDescriptionConstructs a GET request for the given resource. -
Uses of HttpRequestGet in nzilbb.labbcat.http
Methods in nzilbb.labbcat.http that return HttpRequestGetModifier and TypeMethodDescriptionHttpRequestGet.setAuthorization
(String sNewAuthorization) Setter forsAuthorization
: The HTTP authorization string, or null if not required.HttpRequestGet.setBaseUrl
(URL urlNewBaseUrl) Setter forurlBaseUrl
: Base URL for the requestSets a request parameter valueHttpRequestGet.setHeaders
(HashMap<String, String> mNewHeaders) Setter formHeaders
: HTTP request headers.HttpRequestGet.setLanguage
(String language) Set the Accept-Language header with the given language code, if any.,Setter formethod
: HTTP method.HttpRequestGet.setParameter
(String sParameter, Object oValue) Sets a request parameter valueHttpRequestGet.setParameters
(HashMap<String, Object> mNewParameters) Setter formParameters
: Resuest parametersHttpRequestGet.setUserAgent()
Sets the user-agent header to indicate the name/version of the library.