class BoxServlet extends ProxyServlet
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BoxServlet
- ProxyServlet
- HttpServlet
- GenericServlet
- Serializable
- ServletConfig
- Servlet
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new BoxServlet()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def buildRequestConfig(): RequestConfig
- Attributes
- protected[httpproxy]
- Definition Classes
- ProxyServlet
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def closeQuietly(arg0: Closeable): Unit
- Attributes
- protected[httpproxy]
- Definition Classes
- ProxyServlet
- def consumeQuietly(arg0: HttpEntity): Unit
- Attributes
- protected[httpproxy]
- Definition Classes
- ProxyServlet
- def copyProxyCookie(arg0: HttpServletRequest, arg1: HttpServletResponse, arg2: String): Unit
- Attributes
- protected[httpproxy]
- Definition Classes
- ProxyServlet
- def copyRequestHeader(arg0: HttpServletRequest, arg1: HttpRequest, arg2: String): Unit
- Attributes
- protected[httpproxy]
- Definition Classes
- ProxyServlet
- def copyRequestHeaders(arg0: HttpServletRequest, arg1: HttpRequest): Unit
- Attributes
- protected[httpproxy]
- Definition Classes
- ProxyServlet
- def copyResponseEntity(arg0: HttpResponse, arg1: HttpServletResponse, arg2: HttpRequest, arg3: HttpServletRequest): Unit
- Attributes
- protected[httpproxy]
- Definition Classes
- ProxyServlet
- Annotations
- @throws(classOf[java.io.IOException])
- def copyResponseHeader(arg0: HttpServletRequest, arg1: HttpServletResponse, arg2: Header): Unit
- Attributes
- protected[httpproxy]
- Definition Classes
- ProxyServlet
- def copyResponseHeaders(arg0: HttpResponse, arg1: HttpServletRequest, arg2: HttpServletResponse): Unit
- Attributes
- protected[httpproxy]
- Definition Classes
- ProxyServlet
- def createHttpClient(arg0: RequestConfig): HttpClient
- Attributes
- protected[httpproxy]
- Definition Classes
- ProxyServlet
- def destroy(): Unit
- Definition Classes
- ProxyServlet → GenericServlet → Servlet
- def doDelete(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
- Attributes
- protected[http]
- Definition Classes
- HttpServlet
- Annotations
- @throws(classOf[javax.servlet.ServletException]) @throws(classOf[java.io.IOException])
- def doExecute(arg0: HttpServletRequest, arg1: HttpServletResponse, arg2: HttpRequest): HttpResponse
- Attributes
- protected[httpproxy]
- Definition Classes
- ProxyServlet
- Annotations
- @throws(classOf[java.io.IOException])
- def doGet(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
- Attributes
- protected[http]
- Definition Classes
- HttpServlet
- Annotations
- @throws(classOf[javax.servlet.ServletException]) @throws(classOf[java.io.IOException])
- def doHead(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
- Attributes
- protected[http]
- Definition Classes
- HttpServlet
- Annotations
- @throws(classOf[javax.servlet.ServletException]) @throws(classOf[java.io.IOException])
- def doOptions(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
- Attributes
- protected[http]
- Definition Classes
- HttpServlet
- Annotations
- @throws(classOf[javax.servlet.ServletException]) @throws(classOf[java.io.IOException])
- def doPost(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
- Attributes
- protected[http]
- Definition Classes
- HttpServlet
- Annotations
- @throws(classOf[javax.servlet.ServletException]) @throws(classOf[java.io.IOException])
- def doPut(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
- Attributes
- protected[http]
- Definition Classes
- HttpServlet
- Annotations
- @throws(classOf[javax.servlet.ServletException]) @throws(classOf[java.io.IOException])
- def doTrace(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
- Attributes
- protected[http]
- Definition Classes
- HttpServlet
- Annotations
- @throws(classOf[javax.servlet.ServletException]) @throws(classOf[java.io.IOException])
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getConfigParam(arg0: String): String
- Attributes
- protected[httpproxy]
- Definition Classes
- ProxyServlet
- def getCookieNamePrefix(arg0: String): String
- Attributes
- protected[httpproxy]
- Definition Classes
- ProxyServlet
- def getInitParameter(arg0: String): String
- Definition Classes
- GenericServlet → ServletConfig
- def getInitParameterNames(): Enumeration[String]
- Definition Classes
- GenericServlet → ServletConfig
- def getLastModified(arg0: HttpServletRequest): Long
- Attributes
- protected[http]
- Definition Classes
- HttpServlet
- def getProxyClient(): HttpClient
- Attributes
- protected[httpproxy]
- Definition Classes
- ProxyServlet
- def getRealCookie(arg0: String): String
- Attributes
- protected[httpproxy]
- Definition Classes
- ProxyServlet
- def getServletConfig(): ServletConfig
- Definition Classes
- GenericServlet → Servlet
- def getServletContext(): ServletContext
- Definition Classes
- GenericServlet → ServletConfig
- def getServletInfo(): String
- Definition Classes
- ProxyServlet → GenericServlet → Servlet
- def getServletName(): String
- Definition Classes
- GenericServlet → ServletConfig
- def getTargetHost(arg0: HttpServletRequest): HttpHost
- Attributes
- protected[httpproxy]
- Definition Classes
- ProxyServlet
- def getTargetUri(): String
- Definition Classes
- ProxyServlet
- def getTargetUri(arg0: HttpServletRequest): String
- Attributes
- protected[httpproxy]
- Definition Classes
- ProxyServlet
- def handleRequestException(arg0: HttpRequest, arg1: Exception): Unit
- Attributes
- protected[httpproxy]
- Definition Classes
- ProxyServlet
- Annotations
- @throws(classOf[javax.servlet.ServletException]) @throws(classOf[java.io.IOException])
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def init(): Unit
- Definition Classes
- ProxyServlet → GenericServlet
- Annotations
- @throws(classOf[javax.servlet.ServletException])
- def init(arg0: ServletConfig): Unit
- Definition Classes
- GenericServlet → Servlet
- Annotations
- @throws(classOf[javax.servlet.ServletException])
- def initTarget(): Unit
- Attributes
- protected[httpproxy]
- Definition Classes
- ProxyServlet
- Annotations
- @throws(classOf[javax.servlet.ServletException])
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def log(arg0: String, arg1: Throwable): Unit
- Definition Classes
- GenericServlet
- def log(arg0: String): Unit
- Definition Classes
- GenericServlet
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newProxyRequestWithEntity(arg0: String, arg1: String, arg2: HttpServletRequest): HttpRequest
- Attributes
- protected[httpproxy]
- Definition Classes
- ProxyServlet
- Annotations
- @throws(classOf[java.io.IOException])
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def rewriteQueryStringFromRequest(arg0: HttpServletRequest, arg1: String): String
- Attributes
- protected[httpproxy]
- Definition Classes
- ProxyServlet
- def rewriteUrlFromRequest(arg0: HttpServletRequest): String
- Attributes
- protected[httpproxy]
- Definition Classes
- ProxyServlet
- def rewriteUrlFromResponse(arg0: HttpServletRequest, arg1: String): String
- Attributes
- protected[httpproxy]
- Definition Classes
- ProxyServlet
- def service(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
- Attributes
- protected[httpproxy]
- Definition Classes
- ProxyServlet → HttpServlet
- Annotations
- @throws(classOf[javax.servlet.ServletException]) @throws(classOf[java.io.IOException])
- def service(arg0: ServletRequest, arg1: ServletResponse): Unit
- Definition Classes
- HttpServlet → GenericServlet → Servlet
- Annotations
- @throws(classOf[javax.servlet.ServletException]) @throws(classOf[java.io.IOException])
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()