Class DataplaneProxyConfigurator

java.lang.Object
com.yahoo.component.AbstractComponent
com.yahoo.container.jdisc.DataplaneProxyConfigurator
All Implemented Interfaces:
com.yahoo.component.Component, com.yahoo.component.Deconstructable, Comparable<com.yahoo.component.Component>

public class DataplaneProxyConfigurator extends com.yahoo.component.AbstractComponent
Reconfigurable component for supporting data plane proxy. Configures the DataplaneProxyService by calling DataplaneProxyService#init
Author:
mortent
  • Field Summary

    Fields inherited from class com.yahoo.component.AbstractComponent

    isDeconstructable
  • Constructor Summary

    Constructors
    Constructor
    Description
    DataplaneProxyConfigurator(com.yahoo.cloud.config.DataplaneProxyConfig config, DataplaneProxyService dataplaneProxyService, com.yahoo.jdisc.http.server.jetty.DataplaneProxyCredentials credentialsProvider)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class com.yahoo.component.AbstractComponent

    clone, compareTo, getClassName, getId, getIdString, hasInitializedId, initId, isDeconstructable, setIsDeconstructable, toString

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • DataplaneProxyConfigurator

      public DataplaneProxyConfigurator(com.yahoo.cloud.config.DataplaneProxyConfig config, DataplaneProxyService dataplaneProxyService, com.yahoo.jdisc.http.server.jetty.DataplaneProxyCredentials credentialsProvider)
  • Method Details

    • deconstruct

      public void deconstruct()
      Specified by:
      deconstruct in interface com.yahoo.component.Deconstructable
      Overrides:
      deconstruct in class com.yahoo.component.AbstractComponent