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

    Modifier and Type
    Method
    Description
    The configuration for the underlying HttpConnectionManager which will be instantiated for Envoy mobile.
    The configuration for the underlying HttpConnectionManager which will be instantiated for Envoy mobile.
    boolean
    The configuration for the underlying HttpConnectionManager which will be instantiated for Envoy mobile.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • 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

       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;