Uses of Class
pl.tkowalcz.tjahzi.http.NettyHttpClient
Packages that use NettyHttpClient
-
Uses of NettyHttpClient in pl.tkowalcz.tjahzi
Methods in pl.tkowalcz.tjahzi with parameters of type NettyHttpClientModifier and TypeMethodDescriptionTjahziInitializer.createLoggingSystem(NettyHttpClient httpClient, MonitoringModule monitoringModule, Map<String, String> staticLabels, long batchSizeBytes, long batchWaitMillis, int bufferSizeBytes, long logShipperWakeupIntervalMillis, long shutdownTimeoutMillis, boolean useDaemonThreads) Constructors in pl.tkowalcz.tjahzi with parameters of type NettyHttpClientModifierConstructorDescriptionLogShipperAgent(TimeCappedBatchingStrategy batchStrategy, org.agrona.concurrent.ringbuffer.ManyToOneRingBuffer logBuffer, OutputBuffer outputBuffer, NettyHttpClient httpClient, LogBufferMessageHandler messageHandler) -
Uses of NettyHttpClient in pl.tkowalcz.tjahzi.http
Methods in pl.tkowalcz.tjahzi.http that return NettyHttpClientModifier and TypeMethodDescriptionHttpClientFactory.getHttpClient(ClientConfiguration clientConfiguration, MonitoringModule monitoringModule, String... additionalHeaders)