Class DataplaneProxyService

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

public class DataplaneProxyService extends com.yahoo.component.AbstractComponent
Configures a data plane proxy. Currently using Nginx.
Author:
mortent
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
    static interface 
     
  • Field Summary

    Fields inherited from class com.yahoo.component.AbstractComponent

    isDeconstructable
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    reconfigure(com.yahoo.cloud.config.DataplaneProxyConfig config, com.yahoo.jdisc.http.server.jetty.DataplaneProxyCredentials credentialsProvider)
     

    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

    • DataplaneProxyService

      @Inject public DataplaneProxyService()
  • Method Details

    • reconfigure

      public void reconfigure(com.yahoo.cloud.config.DataplaneProxyConfig config, com.yahoo.jdisc.http.server.jetty.DataplaneProxyCredentials credentialsProvider)
    • deconstruct

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