public class LqHttpSender
extends org.tiogasolutions.notify.notifier.sender.LqAbstractSender
| Constructor and Description |
|---|
LqHttpSender(LqHttpSenderConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
protected java.lang.String |
getBaseUrl() |
protected javax.ws.rs.client.Client |
getClient() |
protected java.util.concurrent.ExecutorService |
getExecutorService() |
java.util.concurrent.Future<org.tiogasolutions.notify.notifier.request.LqResponse> |
send(org.tiogasolutions.notify.notifier.request.LqRequest request) |
protected void |
sendAttachment(org.tiogasolutions.notify.notifier.request.LqRequest request,
org.tiogasolutions.notify.notifier.request.LqAttachment attachment,
javax.ws.rs.core.Link attachmentLink) |
protected javax.ws.rs.core.Response |
sendRequest(org.tiogasolutions.notify.notifier.request.LqRequest request,
org.tiogasolutions.notify.notifier.request.LqRequestStatus status) |
public LqHttpSender(LqHttpSenderConfig config)
public java.util.concurrent.Future<org.tiogasolutions.notify.notifier.request.LqResponse> send(org.tiogasolutions.notify.notifier.request.LqRequest request)
public void dispose()
protected javax.ws.rs.core.Response sendRequest(org.tiogasolutions.notify.notifier.request.LqRequest request,
org.tiogasolutions.notify.notifier.request.LqRequestStatus status)
protected void sendAttachment(org.tiogasolutions.notify.notifier.request.LqRequest request,
org.tiogasolutions.notify.notifier.request.LqAttachment attachment,
javax.ws.rs.core.Link attachmentLink)
protected java.util.concurrent.ExecutorService getExecutorService()
protected javax.ws.rs.client.Client getClient()
protected java.lang.String getBaseUrl()