Uses of Class
io.envoyproxy.envoy.config.bootstrap.v3.Admin.Builder
Packages that use Admin.Builder
-
Uses of Admin.Builder in io.envoyproxy.envoy.config.bootstrap.v3
Fields in io.envoyproxy.envoy.config.bootstrap.v3 with type parameters of type Admin.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Admin, Admin.Builder, AdminOrBuilder> Bootstrap.Builder.adminBuilder_
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return Admin.BuilderModifier and TypeMethodDescriptionAdmin.Builder.addAccessLog
(int index, AccessLog value) Configuration for :ref:`access logs <arch_overview_access_logs>` emitted by the administration server.Admin.Builder.addAccessLog
(int index, AccessLog.Builder builderForValue) Configuration for :ref:`access logs <arch_overview_access_logs>` emitted by the administration server.Admin.Builder.addAccessLog
(AccessLog value) Configuration for :ref:`access logs <arch_overview_access_logs>` emitted by the administration server.Admin.Builder.addAccessLog
(AccessLog.Builder builderForValue) Configuration for :ref:`access logs <arch_overview_access_logs>` emitted by the administration server.Admin.Builder.addAllAccessLog
(Iterable<? extends AccessLog> values) Configuration for :ref:`access logs <arch_overview_access_logs>` emitted by the administration server.Admin.Builder.addAllSocketOptions
(Iterable<? extends SocketOption> values) Additional socket options that may not be present in Envoy source code or precompiled binaries.Admin.Builder.addSocketOptions
(int index, SocketOption value) Additional socket options that may not be present in Envoy source code or precompiled binaries.Admin.Builder.addSocketOptions
(int index, SocketOption.Builder builderForValue) Additional socket options that may not be present in Envoy source code or precompiled binaries.Admin.Builder.addSocketOptions
(SocketOption value) Additional socket options that may not be present in Envoy source code or precompiled binaries.Admin.Builder.addSocketOptions
(SocketOption.Builder builderForValue) Additional socket options that may not be present in Envoy source code or precompiled binaries.Admin.Builder.clear()
Admin.Builder.clearAccessLog()
Configuration for :ref:`access logs <arch_overview_access_logs>` emitted by the administration server.Admin.Builder.clearAccessLogPath()
Deprecated.envoy.config.bootstrap.v3.Admin.access_log_path is deprecated.Admin.Builder.clearAddress()
The TCP address that the administration server will listen on.Admin.Builder.clearIgnoreGlobalConnLimit()
Indicates whether :ref:`global_downstream_max_connections <config_overload_manager_limiting_connections>` should apply to the admin interface or not.Admin.Builder.clearProfilePath()
The cpu profiler output path for the administration server.Admin.Builder.clearSocketOptions()
Additional socket options that may not be present in Envoy source code or precompiled binaries.Bootstrap.Builder.getAdminBuilder()
Configuration for the local administration HTTP server.Admin.Builder.mergeAddress
(Address value) The TCP address that the administration server will listen on.Admin.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Admin.Builder.mergeFrom
(com.google.protobuf.Message other) static Admin.Builder
Admin.newBuilder()
static Admin.Builder
Admin.newBuilder
(Admin prototype) Admin.newBuilderForType()
protected Admin.Builder
Admin.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) Admin.Builder.removeAccessLog
(int index) Configuration for :ref:`access logs <arch_overview_access_logs>` emitted by the administration server.Admin.Builder.removeSocketOptions
(int index) Additional socket options that may not be present in Envoy source code or precompiled binaries.Admin.Builder.setAccessLog
(int index, AccessLog value) Configuration for :ref:`access logs <arch_overview_access_logs>` emitted by the administration server.Admin.Builder.setAccessLog
(int index, AccessLog.Builder builderForValue) Configuration for :ref:`access logs <arch_overview_access_logs>` emitted by the administration server.Admin.Builder.setAccessLogPath
(String value) Deprecated.envoy.config.bootstrap.v3.Admin.access_log_path is deprecated.Admin.Builder.setAccessLogPathBytes
(com.google.protobuf.ByteString value) Deprecated.envoy.config.bootstrap.v3.Admin.access_log_path is deprecated.Admin.Builder.setAddress
(Address value) The TCP address that the administration server will listen on.Admin.Builder.setAddress
(Address.Builder builderForValue) The TCP address that the administration server will listen on.Admin.Builder.setIgnoreGlobalConnLimit
(boolean value) Indicates whether :ref:`global_downstream_max_connections <config_overload_manager_limiting_connections>` should apply to the admin interface or not.Admin.Builder.setProfilePath
(String value) The cpu profiler output path for the administration server.Admin.Builder.setProfilePathBytes
(com.google.protobuf.ByteString value) The cpu profiler output path for the administration server.Admin.Builder.setSocketOptions
(int index, SocketOption value) Additional socket options that may not be present in Envoy source code or precompiled binaries.Admin.Builder.setSocketOptions
(int index, SocketOption.Builder builderForValue) Additional socket options that may not be present in Envoy source code or precompiled binaries.Admin.toBuilder()
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return types with arguments of type Admin.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Admin, Admin.Builder, AdminOrBuilder> Bootstrap.Builder.getAdminFieldBuilder()
Configuration for the local administration HTTP server.Methods in io.envoyproxy.envoy.config.bootstrap.v3 with parameters of type Admin.BuilderModifier and TypeMethodDescriptionBootstrap.Builder.setAdmin
(Admin.Builder builderForValue) Configuration for the local administration HTTP server.