Interface EnvoyMobileHttpConnectionManagerOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EnvoyMobileHttpConnectionManager
,EnvoyMobileHttpConnectionManager.Builder
public interface EnvoyMobileHttpConnectionManagerOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpConnectionManager
getConfig()
The configuration for the underlying HttpConnectionManager which will be instantiated for Envoy mobile.HttpConnectionManagerOrBuilder
getConfigOrBuilder()
The configuration for the underlying HttpConnectionManager which will be instantiated for Envoy mobile.boolean
hasConfig()
The configuration for the underlying HttpConnectionManager which will be instantiated for Envoy mobile.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasConfig
boolean hasConfig()
The configuration for the underlying HttpConnectionManager which will be instantiated for Envoy mobile.
.envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager config = 1;
- Returns:
- Whether the config field is set.
-
getConfig
HttpConnectionManager getConfig()
The configuration for the underlying HttpConnectionManager which will be instantiated for Envoy mobile.
.envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager config = 1;
- Returns:
- The config.
-
getConfigOrBuilder
HttpConnectionManagerOrBuilder getConfigOrBuilder()
The configuration for the underlying HttpConnectionManager which will be instantiated for Envoy mobile.
.envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager config = 1;
-
-