Home
last modified time | relevance | path

Searched defs:XdsListenerResource (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_listener.h51 struct XdsListenerResource : public XdsResourceType::ResourceData { struct
52 struct HttpConnectionManager {
81 struct DownstreamTlsContext {
96 struct FilterChainData {
124 struct FilterChainMap {
193 bool operator==(const XdsListenerResource& other) const { argument
/aosp_15_r20/external/grpc-grpc/src/core/ext/xds/
H A Dxds_listener.h51 struct XdsListenerResource : public XdsResourceType::ResourceData { struct
52 struct HttpConnectionManager {
91 struct DownstreamTlsContext {
106 struct FilterChainData {
136 struct FilterChainMap {
205 bool operator==(const XdsListenerResource& other) const { argument
/aosp_15_r20/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/
H A DXdsListenerResource.java54 class XdsListenerResource extends XdsResourceType<LdsUpdate> { class