Uses of Class
io.envoyproxy.envoy.config.bootstrap.v2.Admin.Builder
Packages that use Admin.Builder
-
Uses of Admin.Builder in io.envoyproxy.envoy.config.bootstrap.v2
Methods in io.envoyproxy.envoy.config.bootstrap.v2 that return Admin.BuilderModifier and TypeMethodDescriptionAdmin.Builder.addAllSocketOptions(Iterable<? extends SocketOption> values) Additional socket options that may not be present in Envoy source code or precompiled binaries.Admin.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) 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.clearAccessLogPath()The path to write the access log for the administration server.Admin.Builder.clearAddress()The TCP address that the administration server will listen on.Admin.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Admin.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) 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.Admin.Builder.clone()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) final Admin.BuilderAdmin.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Admin.BuilderAdmin.newBuilder()static Admin.BuilderAdmin.newBuilder(Admin prototype) Admin.newBuilderForType()protected Admin.BuilderAdmin.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Admin.Builder.removeSocketOptions(int index) Additional socket options that may not be present in Envoy source code or precompiled binaries.Admin.Builder.setAccessLogPath(String value) The path to write the access log for the administration server.Admin.Builder.setAccessLogPathBytes(com.google.protobuf.ByteString value) The path to write the access log for the administration server.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.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.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) 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.final Admin.BuilderAdmin.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Admin.toBuilder()Methods in io.envoyproxy.envoy.config.bootstrap.v2 with parameters of type Admin.BuilderModifier and TypeMethodDescriptionBootstrap.Builder.setAdmin(Admin.Builder builderForValue) Configuration for the local administration HTTP server.