public class LqSimpleHttpSender extends LqHttpSender
| Constructor and Description |
|---|
LqSimpleHttpSender(LqHttpSenderConfig config) |
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.Future<org.tiogasolutions.notify.notifier.request.LqResponse> |
send(org.tiogasolutions.notify.notifier.request.LqRequest request) |
protected javax.ws.rs.core.Response |
sendRequest(org.tiogasolutions.notify.notifier.request.LqRequest request,
org.tiogasolutions.notify.notifier.request.LqRequestStatus status) |
dispose, getBaseUrl, getClient, getExecutorService, sendAttachmentpublic LqSimpleHttpSender(LqHttpSenderConfig config)
public java.util.concurrent.Future<org.tiogasolutions.notify.notifier.request.LqResponse> send(org.tiogasolutions.notify.notifier.request.LqRequest request)
send in interface org.tiogasolutions.notify.notifier.sender.LqSendersend in class LqHttpSenderprotected javax.ws.rs.core.Response sendRequest(org.tiogasolutions.notify.notifier.request.LqRequest request,
org.tiogasolutions.notify.notifier.request.LqRequestStatus status)
sendRequest in class LqHttpSender