Class

org.apache.spark.h2o.backends.external.ProxyStarter

H2OFlowProxyServlet

Related Doc: package ProxyStarter

Permalink

class H2OFlowProxyServlet extends Transparent

Linear Supertypes
Transparent, ProxyServlet, AbstractProxyServlet, HttpServlet, GenericServlet, Serializable, ServletConfig, Servlet, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. H2OFlowProxyServlet
  2. Transparent
  3. ProxyServlet
  4. AbstractProxyServlet
  5. HttpServlet
  6. GenericServlet
  7. Serializable
  8. ServletConfig
  9. Servlet
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new H2OFlowProxyServlet()

    Permalink

Type Members

  1. class ProxyContinueProtocolHandler extends ContinueProtocolHandler

    Permalink
    Attributes
    private[org.spark_project.jetty.proxy]
    Definition Classes
    AbstractProxyServlet
  2. class ProxyInputStreamContentProvider extends InputStreamContentProvider

    Permalink
    Attributes
    protected
    Definition Classes
    ProxyServlet
  3. class ProxyResponseListener extends Adapter

    Permalink
    Attributes
    protected
    Definition Classes
    ProxyServlet

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addProxyHeaders(arg0: HttpServletRequest, arg1: Request): Unit

    Permalink
    Attributes
    protected[org.spark_project.jetty.proxy]
    Definition Classes
    AbstractProxyServlet
  5. def addViaHeader(arg0: Request): Unit

    Permalink
    Attributes
    protected[org.spark_project.jetty.proxy]
    Definition Classes
    AbstractProxyServlet
  6. def addXForwardedHeaders(arg0: HttpServletRequest, arg1: Request): Unit

    Permalink
    Attributes
    protected[org.spark_project.jetty.proxy]
    Definition Classes
    AbstractProxyServlet
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def copyRequestHeaders(arg0: HttpServletRequest, arg1: Request): Unit

    Permalink
    Attributes
    protected[org.spark_project.jetty.proxy]
    Definition Classes
    AbstractProxyServlet
  10. def createHttpClient(): HttpClient

    Permalink
    Attributes
    protected[org.spark_project.jetty.proxy]
    Definition Classes
    AbstractProxyServlet
    Annotations
    @throws( ... )
  11. def createLogger(): Logger

    Permalink
    Attributes
    protected[org.spark_project.jetty.proxy]
    Definition Classes
    AbstractProxyServlet
  12. def destroy(): Unit

    Permalink
    Definition Classes
    AbstractProxyServlet → GenericServlet → Servlet
  13. def doDelete(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Permalink
    Attributes
    protected[javax.servlet.http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  14. def doGet(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Permalink
    Attributes
    protected[javax.servlet.http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  15. def doHead(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Permalink
    Attributes
    protected[javax.servlet.http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  16. def doOptions(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Permalink
    Attributes
    protected[javax.servlet.http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  17. def doPost(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Permalink
    Attributes
    protected[javax.servlet.http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  18. def doPut(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Permalink
    Attributes
    protected[javax.servlet.http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  19. def doTrace(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Permalink
    Attributes
    protected[javax.servlet.http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  20. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  22. def expects100Continue(arg0: HttpServletRequest): Boolean

    Permalink
    Attributes
    protected[org.spark_project.jetty.proxy]
    Definition Classes
    AbstractProxyServlet
  23. def filterServerResponseHeader(arg0: HttpServletRequest, arg1: Response, arg2: String, arg3: String): String

    Permalink
    Attributes
    protected[org.spark_project.jetty.proxy]
    Definition Classes
    AbstractProxyServlet
  24. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. def findConnectionHeaders(arg0: HttpServletRequest): Set[String]

    Permalink
    Attributes
    protected[org.spark_project.jetty.proxy]
    Definition Classes
    AbstractProxyServlet
  26. def getBlackListHosts(): Set[String]

    Permalink
    Definition Classes
    AbstractProxyServlet
  27. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  28. def getHostHeader(): String

    Permalink
    Definition Classes
    AbstractProxyServlet
  29. def getHttpClient(): HttpClient

    Permalink
    Attributes
    protected[org.spark_project.jetty.proxy]
    Definition Classes
    AbstractProxyServlet
  30. def getInitParameter(arg0: String): String

    Permalink
    Definition Classes
    GenericServlet → ServletConfig
  31. def getInitParameterNames(): Enumeration[String]

    Permalink
    Definition Classes
    GenericServlet → ServletConfig
  32. def getLastModified(arg0: HttpServletRequest): Long

    Permalink
    Attributes
    protected[javax.servlet.http]
    Definition Classes
    HttpServlet
  33. def getRequestId(arg0: HttpServletRequest): Int

    Permalink
    Attributes
    protected[org.spark_project.jetty.proxy]
    Definition Classes
    AbstractProxyServlet
  34. def getServletConfig(): ServletConfig

    Permalink
    Definition Classes
    GenericServlet → Servlet
  35. def getServletContext(): ServletContext

    Permalink
    Definition Classes
    GenericServlet → ServletConfig
  36. def getServletInfo(): String

    Permalink
    Definition Classes
    GenericServlet → Servlet
  37. def getServletName(): String

    Permalink
    Definition Classes
    GenericServlet → ServletConfig
  38. def getTimeout(): Long

    Permalink
    Definition Classes
    AbstractProxyServlet
  39. def getViaHost(): String

    Permalink
    Definition Classes
    AbstractProxyServlet
  40. def getWhiteListHosts(): Set[String]

    Permalink
    Definition Classes
    AbstractProxyServlet
  41. def hasContent(arg0: HttpServletRequest): Boolean

    Permalink
    Attributes
    protected[org.spark_project.jetty.proxy]
    Definition Classes
    AbstractProxyServlet
  42. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  43. def init(arg0: ServletConfig): Unit

    Permalink
    Definition Classes
    Transparent → GenericServlet → Servlet
    Annotations
    @throws( ... )
  44. def init(): Unit

    Permalink
    Definition Classes
    AbstractProxyServlet → GenericServlet
    Annotations
    @throws( ... )
  45. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  46. def log(arg0: String, arg1: Throwable): Unit

    Permalink
    Definition Classes
    GenericServlet
  47. def log(arg0: String): Unit

    Permalink
    Definition Classes
    GenericServlet
  48. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  49. def newHttpClient(): HttpClient

    Permalink
    Definition Classes
    H2OFlowProxyServlet → AbstractProxyServlet
  50. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  51. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  52. def onClientRequestFailure(arg0: HttpServletRequest, arg1: Request, arg2: HttpServletResponse, arg3: Throwable): Unit

    Permalink
    Attributes
    protected[org.spark_project.jetty.proxy]
    Definition Classes
    AbstractProxyServlet
  53. def onContinue(arg0: HttpServletRequest, arg1: Request): Unit

    Permalink
    Attributes
    protected[org.spark_project.jetty.proxy]
    Definition Classes
    ProxyServlet → AbstractProxyServlet
  54. def onProxyResponseFailure(arg0: HttpServletRequest, arg1: HttpServletResponse, arg2: Response, arg3: Throwable): Unit

    Permalink
    Attributes
    protected[org.spark_project.jetty.proxy]
    Definition Classes
    AbstractProxyServlet
  55. def onProxyResponseSuccess(arg0: HttpServletRequest, arg1: HttpServletResponse, arg2: Response): Unit

    Permalink
    Attributes
    protected[org.spark_project.jetty.proxy]
    Definition Classes
    AbstractProxyServlet
  56. def onProxyRewriteFailed(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Permalink
    Attributes
    protected[org.spark_project.jetty.proxy]
    Definition Classes
    AbstractProxyServlet
  57. def onResponseContent(arg0: HttpServletRequest, arg1: HttpServletResponse, arg2: Response, arg3: Array[Byte], arg4: Int, arg5: Int, arg6: Callback): Unit

    Permalink
    Attributes
    protected[org.spark_project.jetty.proxy]
    Definition Classes
    ProxyServlet
  58. def onServerResponseHeaders(arg0: HttpServletRequest, arg1: HttpServletResponse, arg2: Response): Unit

    Permalink
    Attributes
    protected[org.spark_project.jetty.proxy]
    Definition Classes
    AbstractProxyServlet
  59. def proxyRequestContent(arg0: HttpServletRequest, arg1: HttpServletResponse, arg2: Request): ContentProvider

    Permalink
    Attributes
    protected[org.spark_project.jetty.proxy]
    Definition Classes
    ProxyServlet
    Annotations
    @throws( classOf[java.io.IOException] )
  60. def rewriteTarget(arg0: HttpServletRequest): String

    Permalink
    Attributes
    protected[org.spark_project.jetty.proxy]
    Definition Classes
    Transparent → AbstractProxyServlet
  61. def sendProxyRequest(arg0: HttpServletRequest, arg1: HttpServletResponse, arg2: Request): Unit

    Permalink
    Attributes
    protected[org.spark_project.jetty.proxy]
    Definition Classes
    AbstractProxyServlet
  62. def sendProxyResponseError(arg0: HttpServletRequest, arg1: HttpServletResponse, arg2: Int): Unit

    Permalink
    Attributes
    protected[org.spark_project.jetty.proxy]
    Definition Classes
    AbstractProxyServlet
  63. def service(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Permalink
    Attributes
    protected[org.spark_project.jetty.proxy]
    Definition Classes
    ProxyServlet → HttpServlet
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  64. def service(arg0: ServletRequest, arg1: ServletResponse): Unit

    Permalink
    Definition Classes
    HttpServlet → GenericServlet → Servlet
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  65. def setTimeout(arg0: Long): Unit

    Permalink
    Definition Classes
    AbstractProxyServlet
  66. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  67. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  68. def validateDestination(arg0: String, arg1: Int): Boolean

    Permalink
    Definition Classes
    AbstractProxyServlet
  69. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  70. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  71. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Transparent

Inherited from ProxyServlet

Inherited from AbstractProxyServlet

Inherited from HttpServlet

Inherited from GenericServlet

Inherited from Serializable

Inherited from ServletConfig

Inherited from Servlet

Inherited from AnyRef

Inherited from Any

Ungrouped