Class

water.webserver.jetty9.SparklingWaterJettyHelper

H2OFlowProxyServlet

Related Doc: package SparklingWaterJettyHelper

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(conf: H2OConf, credentials: Option[H2OCredentials])

    Permalink

Type Members

  1. class ProxyContinueProtocolHandler extends ContinueProtocolHandler

    Permalink
    Attributes
    private[org.eclipse.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(clientRequest: HttpServletRequest, proxyRequest: Request): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    H2OFlowProxyServlet → AbstractProxyServlet
  5. def addViaHeader(arg0: HttpServletRequest, arg1: Request): Unit

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

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

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

    Permalink
    Definition Classes
    Any
  9. def clientRequestStatus(arg0: Throwable): Int

    Permalink
    Attributes
    protected[org.eclipse.jetty.proxy]
    Definition Classes
    AbstractProxyServlet
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. val conf: H2OConf

    Permalink
  12. def copyRequestHeaders(arg0: HttpServletRequest, arg1: Request): Unit

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

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

    Permalink
    Attributes
    protected[org.eclipse.jetty.proxy]
    Definition Classes
    AbstractProxyServlet
  15. val credentials: Option[H2OCredentials]

    Permalink
  16. def destroy(): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    H2OFlowProxyServlet → AbstractProxyServlet
  54. def newProxyRequest(arg0: HttpServletRequest, arg1: String): Request

    Permalink
    Attributes
    protected[org.eclipse.jetty.proxy]
    Definition Classes
    AbstractProxyServlet
  55. final def notify(): Unit

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected[org.eclipse.jetty.proxy]
    Definition Classes
    ProxyServlet
    Annotations
    @throws( classOf[java.io.IOException] )
  65. def proxyResponseStatus(arg0: Throwable): Int

    Permalink
    Attributes
    protected[org.eclipse.jetty.proxy]
    Definition Classes
    AbstractProxyServlet
  66. def rewriteTarget(arg0: HttpServletRequest): String

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  77. 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