Uses of Enum Class
dev.galasa.http.ContentType
Packages that use ContentType
- 
Uses of ContentType in dev.galasa.http
Methods in dev.galasa.http that return ContentTypeModifier and TypeMethodDescriptionstatic ContentTypeContentType.fromMimeTypeString(String mimeTypeString) Get theContentTypefor a mime type stringstatic ContentTypeContentType.get(org.apache.http.HttpEntity e) static ContentTypeReturns the enum constant of this class with the specified name.static ContentType[]ContentType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.galasa.http with parameters of type ContentTypeModifier and TypeMethodDescriptionorg.apache.http.client.methods.CloseableHttpResponseIHttpClient.getFile(String path, ContentType... acceptTypes) Download a file from a specified location to a specified destination on local host.IHttpClient.post(String path, Map<String, String> queryParams, ContentType contentType, Object data, ContentType[] acceptTypes, Class<?>[] jaxbClasses, boolean retry) IHttpClient.postForm(String path, Map<String, String> queryParams, HashMap<String, String> fields, ContentType[] acceptTypes, Class<?>[] jaxbClasses, boolean retry)