Uses of Class
io.envoyproxy.envoy.api.v2.route.VirtualHost
Packages that use VirtualHost
-
Uses of VirtualHost in io.envoyproxy.envoy.api.v2
Methods in io.envoyproxy.envoy.api.v2 that return VirtualHostModifier and TypeMethodDescriptionRouteConfiguration.Builder.getVirtualHosts(int index) An array of virtual hosts that make up the route table.RouteConfiguration.getVirtualHosts(int index) An array of virtual hosts that make up the route table.RouteConfigurationOrBuilder.getVirtualHosts(int index) An array of virtual hosts that make up the route table.Methods in io.envoyproxy.envoy.api.v2 that return types with arguments of type VirtualHostModifier and TypeMethodDescriptionRouteConfiguration.Builder.getVirtualHostsList()An array of virtual hosts that make up the route table.RouteConfiguration.getVirtualHostsList()An array of virtual hosts that make up the route table.RouteConfigurationOrBuilder.getVirtualHostsList()An array of virtual hosts that make up the route table.Methods in io.envoyproxy.envoy.api.v2 with parameters of type VirtualHostModifier and TypeMethodDescriptionRouteConfiguration.Builder.addVirtualHosts(int index, VirtualHost value) An array of virtual hosts that make up the route table.RouteConfiguration.Builder.addVirtualHosts(VirtualHost value) An array of virtual hosts that make up the route table.RouteConfiguration.Builder.setVirtualHosts(int index, VirtualHost value) An array of virtual hosts that make up the route table.Method parameters in io.envoyproxy.envoy.api.v2 with type arguments of type VirtualHostModifier and TypeMethodDescriptionRouteConfiguration.Builder.addAllVirtualHosts(Iterable<? extends VirtualHost> values) An array of virtual hosts that make up the route table. -
Uses of VirtualHost in io.envoyproxy.envoy.api.v2.route
Methods in io.envoyproxy.envoy.api.v2.route that return VirtualHostModifier and TypeMethodDescriptionVirtualHost.Builder.build()VirtualHost.Builder.buildPartial()static VirtualHostVirtualHost.getDefaultInstance()VirtualHost.Builder.getDefaultInstanceForType()VirtualHost.getDefaultInstanceForType()static VirtualHostVirtualHost.parseDelimitedFrom(InputStream input) static VirtualHostVirtualHost.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static VirtualHostVirtualHost.parseFrom(byte[] data) static VirtualHostVirtualHost.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static VirtualHostVirtualHost.parseFrom(com.google.protobuf.ByteString data) static VirtualHostVirtualHost.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static VirtualHostVirtualHost.parseFrom(com.google.protobuf.CodedInputStream input) static VirtualHostVirtualHost.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static VirtualHostVirtualHost.parseFrom(InputStream input) static VirtualHostVirtualHost.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static VirtualHostVirtualHost.parseFrom(ByteBuffer data) static VirtualHostVirtualHost.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.api.v2.route that return types with arguments of type VirtualHostModifier and TypeMethodDescriptioncom.google.protobuf.Parser<VirtualHost>VirtualHost.getParserForType()static com.google.protobuf.Parser<VirtualHost>VirtualHost.parser()Methods in io.envoyproxy.envoy.api.v2.route with parameters of type VirtualHostModifier and TypeMethodDescriptionVirtualHost.Builder.mergeFrom(VirtualHost other) static VirtualHost.BuilderVirtualHost.newBuilder(VirtualHost prototype)