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 ProxyInputStreamContentProvider extends InputStreamContentProvider

    Permalink
    Attributes
    protected
    Definition Classes
    ProxyServlet
  2. 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 filterServerResponseHeader(arg0: HttpServletRequest, arg1: Response, arg2: String, arg3: String): String

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected[org.spark_project.jetty.proxy]
    Definition Classes
    ProxyServlet
  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 onProxyResponseFailure(arg0: HttpServletRequest, arg1: HttpServletResponse, arg2: Response, arg3: Throwable): Unit

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

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

    Permalink
    Attributes
    protected[org.spark_project.jetty.proxy]
    Definition Classes
    AbstractProxyServlet
  56. 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
  57. def onServerResponseHeaders(arg0: HttpServletRequest, arg1: HttpServletResponse, arg2: Response): Unit

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

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

    Permalink
    Attributes
    protected[org.spark_project.jetty.proxy]
    Definition Classes
    AbstractProxyServlet
  60. def rewriteURI(arg0: HttpServletRequest): URI

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

    Permalink
    Attributes
    protected[org.spark_project.jetty.proxy]
    Definition Classes
    AbstractProxyServlet
  62. 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( ... )
  63. def service(arg0: ServletRequest, arg1: ServletResponse): Unit

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

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

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

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

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

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

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

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

Deprecated Value Members

  1. def copyHeaders(arg0: HttpServletRequest, arg1: Request): Unit

    Permalink
    Attributes
    protected[org.spark_project.jetty.proxy]
    Definition Classes
    ProxyServlet
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def customizeProxyRequest(arg0: Request, arg1: HttpServletRequest): Unit

    Permalink
    Attributes
    protected[org.spark_project.jetty.proxy]
    Definition Classes
    ProxyServlet
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  3. def filterResponseHeader(arg0: HttpServletRequest, arg1: String, arg2: String): String

    Permalink
    Attributes
    protected[org.spark_project.jetty.proxy]
    Definition Classes
    ProxyServlet
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  4. def onResponseFailure(arg0: HttpServletRequest, arg1: HttpServletResponse, arg2: Response, arg3: Throwable): Unit

    Permalink
    Attributes
    protected[org.spark_project.jetty.proxy]
    Definition Classes
    ProxyServlet
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  5. def onResponseHeaders(arg0: HttpServletRequest, arg1: HttpServletResponse, arg2: Response): Unit

    Permalink
    Attributes
    protected[org.spark_project.jetty.proxy]
    Definition Classes
    ProxyServlet
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  6. def onResponseSuccess(arg0: HttpServletRequest, arg1: HttpServletResponse, arg2: Response): Unit

    Permalink
    Attributes
    protected[org.spark_project.jetty.proxy]
    Definition Classes
    ProxyServlet
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  7. def onRewriteFailed(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Permalink
    Attributes
    protected[org.spark_project.jetty.proxy]
    Definition Classes
    ProxyServlet
    Annotations
    @Deprecated @deprecated @throws( classOf[java.io.IOException] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

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