Class JettyHttpServerContext

java.lang.Object
com.yahoo.component.AbstractComponent
com.yahoo.jdisc.http.server.jetty.JettyHttpServerContext
All Implemented Interfaces:
com.yahoo.component.Component, com.yahoo.component.Deconstructable, Comparable<com.yahoo.component.Component>

public class JettyHttpServerContext extends com.yahoo.component.AbstractComponent
Author:
jonmv Context that a JettyHttpServer uses to pass requests to JDisc. This registers itself with the server upon construction, and unregisters on deconstruction, and the server always uses the most recent context.
  • Constructor Details

  • Method Details

    • deconstruct

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