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: Request): Unit

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

    Permalink
    Attributes
    protected[org.eclipse.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. val conf: H2OConf

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

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

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

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

    Permalink
  14. def destroy(): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected[org.eclipse.jetty.proxy]
    Definition Classes
    AbstractProxyServlet
  61. 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] )
  62. def rewriteTarget(arg0: HttpServletRequest): String

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

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

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

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

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

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

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

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

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

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