Uses of Class
io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager.HcmAccessLogOptions.Builder
Packages that use HttpConnectionManager.HcmAccessLogOptions.Builder
-
Uses of HttpConnectionManager.HcmAccessLogOptions.Builder in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3
Fields in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with type parameters of type HttpConnectionManager.HcmAccessLogOptions.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<HttpConnectionManager.HcmAccessLogOptions, HttpConnectionManager.HcmAccessLogOptions.Builder, HttpConnectionManager.HcmAccessLogOptionsOrBuilder> HttpConnectionManager.Builder.accessLogOptionsBuilder_
Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return HttpConnectionManager.HcmAccessLogOptions.BuilderModifier and TypeMethodDescriptionHttpConnectionManager.HcmAccessLogOptions.Builder.clear()
HttpConnectionManager.HcmAccessLogOptions.Builder.clearAccessLogFlushInterval()
The interval to flush the above access logs.HttpConnectionManager.HcmAccessLogOptions.Builder.clearFlushAccessLogOnNewRequest()
If set to true, HCM will flush an access log when a new HTTP request is received, after request headers have been evaluated, before iterating through the HTTP filter chain.HttpConnectionManager.HcmAccessLogOptions.Builder.clearFlushLogOnTunnelSuccessfullyEstablished()
If true, the HCM will flush an access log when a tunnel is successfully established.HttpConnectionManager.Builder.getAccessLogOptionsBuilder()
Additional access log options for HTTP connection manager.HttpConnectionManager.HcmAccessLogOptions.Builder.mergeAccessLogFlushInterval
(com.google.protobuf.Duration value) The interval to flush the above access logs.HttpConnectionManager.HcmAccessLogOptions.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) HttpConnectionManager.HcmAccessLogOptions.Builder.mergeFrom
(com.google.protobuf.Message other) HttpConnectionManager.HcmAccessLogOptions.Builder.mergeFrom
(HttpConnectionManager.HcmAccessLogOptions other) HttpConnectionManager.HcmAccessLogOptions.newBuilder()
HttpConnectionManager.HcmAccessLogOptions.newBuilder
(HttpConnectionManager.HcmAccessLogOptions prototype) HttpConnectionManager.HcmAccessLogOptions.newBuilderForType()
HttpConnectionManager.HcmAccessLogOptions.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) HttpConnectionManager.HcmAccessLogOptions.Builder.setAccessLogFlushInterval
(com.google.protobuf.Duration value) The interval to flush the above access logs.HttpConnectionManager.HcmAccessLogOptions.Builder.setAccessLogFlushInterval
(com.google.protobuf.Duration.Builder builderForValue) The interval to flush the above access logs.HttpConnectionManager.HcmAccessLogOptions.Builder.setFlushAccessLogOnNewRequest
(boolean value) If set to true, HCM will flush an access log when a new HTTP request is received, after request headers have been evaluated, before iterating through the HTTP filter chain.HttpConnectionManager.HcmAccessLogOptions.Builder.setFlushLogOnTunnelSuccessfullyEstablished
(boolean value) If true, the HCM will flush an access log when a tunnel is successfully established.HttpConnectionManager.HcmAccessLogOptions.toBuilder()
Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return types with arguments of type HttpConnectionManager.HcmAccessLogOptions.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<HttpConnectionManager.HcmAccessLogOptions, HttpConnectionManager.HcmAccessLogOptions.Builder, HttpConnectionManager.HcmAccessLogOptionsOrBuilder> HttpConnectionManager.Builder.internalGetAccessLogOptionsFieldBuilder()
Additional access log options for HTTP connection manager.Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with parameters of type HttpConnectionManager.HcmAccessLogOptions.BuilderModifier and TypeMethodDescriptionHttpConnectionManager.Builder.setAccessLogOptions
(HttpConnectionManager.HcmAccessLogOptions.Builder builderForValue) Additional access log options for HTTP connection manager.