@Immutable public final class HttpClientInvoker extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
httpClientCall(String sDestinationURL,
byte[] aDataToSend,
org.apache.http.client.ResponseHandler<T> aResponseHandler,
Consumer<? super T> aResultHandler) |
static void |
httpClientCallNoResponse(String sDestinationURL,
byte[] aDataToSend) |
public static <T> void httpClientCall(@Nonnull String sDestinationURL, @Nonnull byte[] aDataToSend, @Nonnull org.apache.http.client.ResponseHandler<T> aResponseHandler, @Nonnull Consumer<? super T> aResultHandler) throws IOException
IOExceptionpublic static void httpClientCallNoResponse(@Nonnull String sDestinationURL, @Nonnull byte[] aDataToSend) throws IOException
IOExceptionCopyright © 2018 toop.eu. All rights reserved.