FilterChain.Builder |
FilterChain.Builder.addAllFilters(java.lang.Iterable<? extends Filter> values) |
A list of individual network filters that make up the filter chain for
connections established with the listener.
|
FilterChain.Builder |
Listener.Builder.addFilterChainsBuilder() |
A list of filter chains to consider for this listener.
|
FilterChain.Builder |
Listener.Builder.addFilterChainsBuilder(int index) |
A list of filter chains to consider for this listener.
|
FilterChain.Builder |
FilterChain.Builder.addFilters(int index,
Filter value) |
A list of individual network filters that make up the filter chain for
connections established with the listener.
|
FilterChain.Builder |
FilterChain.Builder.addFilters(int index,
Filter.Builder builderForValue) |
A list of individual network filters that make up the filter chain for
connections established with the listener.
|
FilterChain.Builder |
FilterChain.Builder.addFilters(Filter value) |
A list of individual network filters that make up the filter chain for
connections established with the listener.
|
FilterChain.Builder |
FilterChain.Builder.addFilters(Filter.Builder builderForValue) |
A list of individual network filters that make up the filter chain for
connections established with the listener.
|
FilterChain.Builder |
FilterChain.Builder.clear() |
|
FilterChain.Builder |
FilterChain.Builder.clearFilterChainMatch() |
The criteria to use when matching a connection to this filter chain.
|
FilterChain.Builder |
FilterChain.Builder.clearFilters() |
A list of individual network filters that make up the filter chain for
connections established with the listener.
|
FilterChain.Builder |
FilterChain.Builder.clearMetadata() |
[#not-implemented-hide:] filter chain metadata.
|
FilterChain.Builder |
FilterChain.Builder.clearName() |
The unique name (or empty) by which this filter chain is known.
|
FilterChain.Builder |
FilterChain.Builder.clearOnDemandConfiguration() |
[#not-implemented-hide:] The configuration to specify whether the filter chain will be built on-demand.
|
FilterChain.Builder |
FilterChain.Builder.clearTransportSocket() |
Optional custom transport socket implementation to use for downstream connections.
|
FilterChain.Builder |
FilterChain.Builder.clearTransportSocketConnectTimeout() |
If present and nonzero, the amount of time to allow incoming connections to complete any
transport socket negotiations.
|
FilterChain.Builder |
FilterChain.Builder.clearUseProxyProto() |
Deprecated.
|
FilterChain.Builder |
Listener.Builder.getDefaultFilterChainBuilder() |
The default filter chain if none of the filter chain matches.
|
FilterChain.Builder |
Listener.Builder.getFilterChainsBuilder(int index) |
A list of filter chains to consider for this listener.
|
FilterChain.Builder |
FilterChain.Builder.mergeFilterChainMatch(FilterChainMatch value) |
The criteria to use when matching a connection to this filter chain.
|
FilterChain.Builder |
FilterChain.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
FilterChain.Builder |
FilterChain.Builder.mergeFrom(com.google.protobuf.Message other) |
|
FilterChain.Builder |
FilterChain.Builder.mergeFrom(FilterChain other) |
|
FilterChain.Builder |
FilterChain.Builder.mergeMetadata(Metadata value) |
[#not-implemented-hide:] filter chain metadata.
|
FilterChain.Builder |
FilterChain.Builder.mergeOnDemandConfiguration(FilterChain.OnDemandConfiguration value) |
[#not-implemented-hide:] The configuration to specify whether the filter chain will be built on-demand.
|
FilterChain.Builder |
FilterChain.Builder.mergeTransportSocket(TransportSocket value) |
Optional custom transport socket implementation to use for downstream connections.
|
FilterChain.Builder |
FilterChain.Builder.mergeTransportSocketConnectTimeout(com.google.protobuf.Duration value) |
If present and nonzero, the amount of time to allow incoming connections to complete any
transport socket negotiations.
|
FilterChain.Builder |
FilterChain.Builder.mergeUseProxyProto(com.google.protobuf.BoolValue value) |
Deprecated.
|
static FilterChain.Builder |
FilterChain.newBuilder() |
|
static FilterChain.Builder |
FilterChain.newBuilder(FilterChain prototype) |
|
FilterChain.Builder |
FilterChain.newBuilderForType() |
|
protected FilterChain.Builder |
FilterChain.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
|
FilterChain.Builder |
FilterChain.Builder.removeFilters(int index) |
A list of individual network filters that make up the filter chain for
connections established with the listener.
|
FilterChain.Builder |
FilterChain.Builder.setFilterChainMatch(FilterChainMatch value) |
The criteria to use when matching a connection to this filter chain.
|
FilterChain.Builder |
FilterChain.Builder.setFilterChainMatch(FilterChainMatch.Builder builderForValue) |
The criteria to use when matching a connection to this filter chain.
|
FilterChain.Builder |
FilterChain.Builder.setFilters(int index,
Filter value) |
A list of individual network filters that make up the filter chain for
connections established with the listener.
|
FilterChain.Builder |
FilterChain.Builder.setFilters(int index,
Filter.Builder builderForValue) |
A list of individual network filters that make up the filter chain for
connections established with the listener.
|
FilterChain.Builder |
FilterChain.Builder.setMetadata(Metadata value) |
[#not-implemented-hide:] filter chain metadata.
|
FilterChain.Builder |
FilterChain.Builder.setMetadata(Metadata.Builder builderForValue) |
[#not-implemented-hide:] filter chain metadata.
|
FilterChain.Builder |
FilterChain.Builder.setName(java.lang.String value) |
The unique name (or empty) by which this filter chain is known.
|
FilterChain.Builder |
FilterChain.Builder.setNameBytes(com.google.protobuf.ByteString value) |
The unique name (or empty) by which this filter chain is known.
|
FilterChain.Builder |
FilterChain.Builder.setOnDemandConfiguration(FilterChain.OnDemandConfiguration value) |
[#not-implemented-hide:] The configuration to specify whether the filter chain will be built on-demand.
|
FilterChain.Builder |
FilterChain.Builder.setOnDemandConfiguration(FilterChain.OnDemandConfiguration.Builder builderForValue) |
[#not-implemented-hide:] The configuration to specify whether the filter chain will be built on-demand.
|
FilterChain.Builder |
FilterChain.Builder.setTransportSocket(TransportSocket value) |
Optional custom transport socket implementation to use for downstream connections.
|
FilterChain.Builder |
FilterChain.Builder.setTransportSocket(TransportSocket.Builder builderForValue) |
Optional custom transport socket implementation to use for downstream connections.
|
FilterChain.Builder |
FilterChain.Builder.setTransportSocketConnectTimeout(com.google.protobuf.Duration value) |
If present and nonzero, the amount of time to allow incoming connections to complete any
transport socket negotiations.
|
FilterChain.Builder |
FilterChain.Builder.setTransportSocketConnectTimeout(com.google.protobuf.Duration.Builder builderForValue) |
If present and nonzero, the amount of time to allow incoming connections to complete any
transport socket negotiations.
|
FilterChain.Builder |
FilterChain.Builder.setUseProxyProto(com.google.protobuf.BoolValue value) |
Deprecated.
|
FilterChain.Builder |
FilterChain.Builder.setUseProxyProto(com.google.protobuf.BoolValue.Builder builderForValue) |
Deprecated.
|
FilterChain.Builder |
FilterChain.toBuilder() |
|