Class HttpServer.ListenerInfo

java.lang.Object
org.apache.hadoop.hbase.http.HttpServer.ListenerInfo
Enclosing class:
HttpServer

private static final class HttpServer.ListenerInfo extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final boolean
    Boolean flag to determine whether the HTTP server should clean up the listener in stop().
    private final org.apache.hbase.thirdparty.org.eclipse.jetty.server.ServerConnector
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
    ListenerInfo(boolean isManaged, org.apache.hbase.thirdparty.org.eclipse.jetty.server.ServerConnector listener)
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • isManaged

      private final boolean isManaged
      Boolean flag to determine whether the HTTP server should clean up the listener in stop().
    • listener

      private final org.apache.hbase.thirdparty.org.eclipse.jetty.server.ServerConnector listener
  • Constructor Details

    • ListenerInfo

      private ListenerInfo(boolean isManaged, org.apache.hbase.thirdparty.org.eclipse.jetty.server.ServerConnector listener)