public interface HttpDelivery extends Delivery
| Modifier and Type | Method and Description |
|---|---|
void |
setEndpoint(java.lang.String endpoint)
Set the HTTP endpoint to deliver to.
|
void |
setProxy(java.net.Proxy proxy)
The proxy to use.
|
void |
setTimeout(int timeout)
The timeout to use.
|
void setEndpoint(java.lang.String endpoint)
endpoint - the endpoint, for example https://notify.bugsnag.comvoid setTimeout(int timeout)
timeout - the timeout for a delivery attempt.void setProxy(java.net.Proxy proxy)
proxy - the proxy for the delivery attempt.