Uses of Class
io.envoyproxy.envoy.extensions.filters.udp.udp_proxy.v3.UdpProxyConfig.SessionFilter
Packages that use UdpProxyConfig.SessionFilter
-
Uses of UdpProxyConfig.SessionFilter in io.envoyproxy.envoy.extensions.filters.udp.udp_proxy.v3
Methods in io.envoyproxy.envoy.extensions.filters.udp.udp_proxy.v3 that return UdpProxyConfig.SessionFilterModifier and TypeMethodDescriptionUdpProxyConfig.SessionFilter.Builder.build()UdpProxyConfig.SessionFilter.Builder.buildPartial()static UdpProxyConfig.SessionFilterUdpProxyConfig.SessionFilter.getDefaultInstance()UdpProxyConfig.SessionFilter.Builder.getDefaultInstanceForType()UdpProxyConfig.SessionFilter.getDefaultInstanceForType()UdpProxyConfig.Builder.getSessionFilters(int index) Optional session filters that will run for each UDP session.UdpProxyConfig.getSessionFilters(int index) Optional session filters that will run for each UDP session.UdpProxyConfigOrBuilder.getSessionFilters(int index) Optional session filters that will run for each UDP session.static UdpProxyConfig.SessionFilterUdpProxyConfig.SessionFilter.parseDelimitedFrom(InputStream input) static UdpProxyConfig.SessionFilterUdpProxyConfig.SessionFilter.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UdpProxyConfig.SessionFilterUdpProxyConfig.SessionFilter.parseFrom(byte[] data) static UdpProxyConfig.SessionFilterUdpProxyConfig.SessionFilter.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UdpProxyConfig.SessionFilterUdpProxyConfig.SessionFilter.parseFrom(com.google.protobuf.ByteString data) static UdpProxyConfig.SessionFilterUdpProxyConfig.SessionFilter.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UdpProxyConfig.SessionFilterUdpProxyConfig.SessionFilter.parseFrom(com.google.protobuf.CodedInputStream input) static UdpProxyConfig.SessionFilterUdpProxyConfig.SessionFilter.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UdpProxyConfig.SessionFilterUdpProxyConfig.SessionFilter.parseFrom(InputStream input) static UdpProxyConfig.SessionFilterUdpProxyConfig.SessionFilter.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UdpProxyConfig.SessionFilterUdpProxyConfig.SessionFilter.parseFrom(ByteBuffer data) static UdpProxyConfig.SessionFilterUdpProxyConfig.SessionFilter.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.extensions.filters.udp.udp_proxy.v3 that return types with arguments of type UdpProxyConfig.SessionFilterModifier and TypeMethodDescriptioncom.google.protobuf.Parser<UdpProxyConfig.SessionFilter>UdpProxyConfig.SessionFilter.getParserForType()UdpProxyConfig.Builder.getSessionFiltersList()Optional session filters that will run for each UDP session.UdpProxyConfig.getSessionFiltersList()Optional session filters that will run for each UDP session.UdpProxyConfigOrBuilder.getSessionFiltersList()Optional session filters that will run for each UDP session.static com.google.protobuf.Parser<UdpProxyConfig.SessionFilter>UdpProxyConfig.SessionFilter.parser()Methods in io.envoyproxy.envoy.extensions.filters.udp.udp_proxy.v3 with parameters of type UdpProxyConfig.SessionFilterModifier and TypeMethodDescriptionUdpProxyConfig.Builder.addSessionFilters(int index, UdpProxyConfig.SessionFilter value) Optional session filters that will run for each UDP session.UdpProxyConfig.Builder.addSessionFilters(UdpProxyConfig.SessionFilter value) Optional session filters that will run for each UDP session.UdpProxyConfig.SessionFilter.Builder.mergeFrom(UdpProxyConfig.SessionFilter other) UdpProxyConfig.SessionFilter.newBuilder(UdpProxyConfig.SessionFilter prototype) UdpProxyConfig.Builder.setSessionFilters(int index, UdpProxyConfig.SessionFilter value) Optional session filters that will run for each UDP session.Method parameters in io.envoyproxy.envoy.extensions.filters.udp.udp_proxy.v3 with type arguments of type UdpProxyConfig.SessionFilterModifier and TypeMethodDescriptionUdpProxyConfig.Builder.addAllSessionFilters(Iterable<? extends UdpProxyConfig.SessionFilter> values) Optional session filters that will run for each UDP session.