Package com.github.loki4j.logback
Class JavaHttpSender
- java.lang.Object
-
- com.github.loki4j.logback.AbstractHttpSender
-
- com.github.loki4j.logback.JavaHttpSender
-
- All Implemented Interfaces:
HttpSender
public class JavaHttpSender extends AbstractHttpSender
A configurator forJavaHttpClient
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.github.loki4j.logback.AbstractHttpSender
AbstractHttpSender.BasicAuth
-
-
Constructor Summary
Constructors Constructor Description JavaHttpSender()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpConfig.BuildergetConfig()voidsetInnerThreadsExpirationMs(long innerThreadsExpirationMs)-
Methods inherited from class com.github.loki4j.logback.AbstractHttpSender
fillHttpConfig, getHttpClientFactory, getUrl, setAuth, setConnectionTimeoutMs, setRequestTimeoutMs, setTenantId, setUrl
-
-
-
-
Method Detail
-
setInnerThreadsExpirationMs
public void setInnerThreadsExpirationMs(long innerThreadsExpirationMs)
-
getConfig
public HttpConfig.Builder getConfig()
-
-