Uses of Class
nzilbb.labbcat.http.HttpRequestPostMultipart
Packages that use HttpRequestPostMultipart
Package
Description
LaBB-CAT client library.
Helper classes for making HTTP requests.
-
Uses of HttpRequestPostMultipart in nzilbb.labbcat
Methods in nzilbb.labbcat that return HttpRequestPostMultipartModifier and TypeMethodDescriptionLabbcatView.postMultipart
(String resource) Constructs a multipart POST request for the given resource. -
Uses of HttpRequestPostMultipart in nzilbb.labbcat.http
Methods in nzilbb.labbcat.http that return HttpRequestPostMultipartModifier and TypeMethodDescriptionRequestCancelledException.getRequest()
Getter forRequestCancelledException.rRequest
: The request that was cancelledSets a request parameter valueHttpRequestPostMultipart.setLanguage
(String language) Set the Accept-Language header with the given language code, if any.,HttpRequestPostMultipart.setParameter
(String name, File file) adds a file parameter to the requestHttpRequestPostMultipart.setParameter
(String name, Object object) adds a parameter to the request; if the parameter is a File, the file is uploaded, otherwise the string value of the parameter is passed in the requestHttpRequestPostMultipart.setParameter
(String name, String value) adds a string parameter to the requestHttpRequestPostMultipart.setParameter
(String name, String filename, InputStream is) adds a file parameter to the requestHttpRequestPostMultipart.setParameters
(Object[] parameters) adds parameters to the requestHttpRequestPostMultipart.setParameters
(Map<String, String> parameters) adds parameters to the requestHttpRequestPostMultipart.setUserAgent()
Sets the user-agent header to indicate the name/version of the library.Methods in nzilbb.labbcat.http with parameters of type HttpRequestPostMultipartModifier and TypeMethodDescriptionRequestCancelledException.setRequest
(HttpRequestPostMultipart rNewRequest) Setter forRequestCancelledException.rRequest
: The request that was cancelledConstructors in nzilbb.labbcat.http with parameters of type HttpRequestPostMultipartModifierConstructorDescriptionDefault constructor