Packages

c

BoxServlet

class BoxServlet extends ProxyServlet

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

Instance Constructors

  1. new BoxServlet()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def buildRequestConfig(): RequestConfig
    Attributes
    protected[httpproxy]
    Definition Classes
    ProxyServlet
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def closeQuietly(arg0: Closeable): Unit
    Attributes
    protected[httpproxy]
    Definition Classes
    ProxyServlet
  8. def consumeQuietly(arg0: HttpEntity): Unit
    Attributes
    protected[httpproxy]
    Definition Classes
    ProxyServlet
  9. def copyProxyCookie(arg0: HttpServletRequest, arg1: HttpServletResponse, arg2: String): Unit
    Attributes
    protected[httpproxy]
    Definition Classes
    ProxyServlet
  10. def copyRequestHeader(arg0: HttpServletRequest, arg1: HttpRequest, arg2: String): Unit
    Attributes
    protected[httpproxy]
    Definition Classes
    ProxyServlet
  11. def copyRequestHeaders(arg0: HttpServletRequest, arg1: HttpRequest): Unit
    Attributes
    protected[httpproxy]
    Definition Classes
    ProxyServlet
  12. def copyResponseEntity(arg0: HttpResponse, arg1: HttpServletResponse, arg2: HttpRequest, arg3: HttpServletRequest): Unit
    Attributes
    protected[httpproxy]
    Definition Classes
    ProxyServlet
    Annotations
    @throws( classOf[java.io.IOException] )
  13. def copyResponseHeader(arg0: HttpServletRequest, arg1: HttpServletResponse, arg2: Header): Unit
    Attributes
    protected[httpproxy]
    Definition Classes
    ProxyServlet
  14. def copyResponseHeaders(arg0: HttpResponse, arg1: HttpServletRequest, arg2: HttpServletResponse): Unit
    Attributes
    protected[httpproxy]
    Definition Classes
    ProxyServlet
  15. def createHttpClient(arg0: RequestConfig): HttpClient
    Attributes
    protected[httpproxy]
    Definition Classes
    ProxyServlet
  16. def destroy(): Unit
    Definition Classes
    ProxyServlet → GenericServlet → Servlet
  17. def doDelete(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
    Attributes
    protected[http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  18. def doExecute(arg0: HttpServletRequest, arg1: HttpServletResponse, arg2: HttpRequest): HttpResponse
    Attributes
    protected[httpproxy]
    Definition Classes
    ProxyServlet
    Annotations
    @throws( classOf[java.io.IOException] )
  19. def doGet(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
    Attributes
    protected[http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  20. def doHead(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
    Attributes
    protected[http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  21. def doOptions(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
    Attributes
    protected[http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  22. def doPost(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
    Attributes
    protected[http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  23. def doPut(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
    Attributes
    protected[http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  24. def doTrace(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
    Attributes
    protected[http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  25. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  27. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. def getConfigParam(arg0: String): String
    Attributes
    protected[httpproxy]
    Definition Classes
    ProxyServlet
  30. def getCookieNamePrefix(arg0: String): String
    Attributes
    protected[httpproxy]
    Definition Classes
    ProxyServlet
  31. def getInitParameter(arg0: String): String
    Definition Classes
    GenericServlet → ServletConfig
  32. def getInitParameterNames(): Enumeration[String]
    Definition Classes
    GenericServlet → ServletConfig
  33. def getLastModified(arg0: HttpServletRequest): Long
    Attributes
    protected[http]
    Definition Classes
    HttpServlet
  34. def getProxyClient(): HttpClient
    Attributes
    protected[httpproxy]
    Definition Classes
    ProxyServlet
  35. def getRealCookie(arg0: String): String
    Attributes
    protected[httpproxy]
    Definition Classes
    ProxyServlet
  36. def getServletConfig(): ServletConfig
    Definition Classes
    GenericServlet → Servlet
  37. def getServletContext(): ServletContext
    Definition Classes
    GenericServlet → ServletConfig
  38. def getServletInfo(): String
    Definition Classes
    ProxyServlet → GenericServlet → Servlet
  39. def getServletName(): String
    Definition Classes
    GenericServlet → ServletConfig
  40. def getTargetHost(arg0: HttpServletRequest): HttpHost
    Attributes
    protected[httpproxy]
    Definition Classes
    ProxyServlet
  41. def getTargetUri(): String
    Definition Classes
    ProxyServlet
  42. def getTargetUri(arg0: HttpServletRequest): String
    Attributes
    protected[httpproxy]
    Definition Classes
    ProxyServlet
  43. def handleRequestException(arg0: HttpRequest, arg1: Exception): Unit
    Attributes
    protected[httpproxy]
    Definition Classes
    ProxyServlet
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  44. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  45. def init(): Unit
    Definition Classes
    ProxyServlet → GenericServlet
    Annotations
    @throws( ... )
  46. def init(arg0: ServletConfig): Unit
    Definition Classes
    GenericServlet → Servlet
    Annotations
    @throws( ... )
  47. def initTarget(): Unit
    Attributes
    protected[httpproxy]
    Definition Classes
    ProxyServlet
    Annotations
    @throws( ... )
  48. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  49. def log(arg0: String, arg1: Throwable): Unit
    Definition Classes
    GenericServlet
  50. def log(arg0: String): Unit
    Definition Classes
    GenericServlet
  51. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  52. def newProxyRequestWithEntity(arg0: String, arg1: String, arg2: HttpServletRequest): HttpRequest
    Attributes
    protected[httpproxy]
    Definition Classes
    ProxyServlet
    Annotations
    @throws( classOf[java.io.IOException] )
  53. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  54. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  55. def rewriteQueryStringFromRequest(arg0: HttpServletRequest, arg1: String): String
    Attributes
    protected[httpproxy]
    Definition Classes
    ProxyServlet
  56. def rewriteUrlFromRequest(arg0: HttpServletRequest): String
    Attributes
    protected[httpproxy]
    Definition Classes
    ProxyServlet
  57. def rewriteUrlFromResponse(arg0: HttpServletRequest, arg1: String): String
    Attributes
    protected[httpproxy]
    Definition Classes
    ProxyServlet
  58. def service(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
    Attributes
    protected[httpproxy]
    Definition Classes
    ProxyServlet → HttpServlet
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  59. def service(arg0: ServletRequest, arg1: ServletResponse): Unit
    Definition Classes
    HttpServlet → GenericServlet → Servlet
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  60. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  61. def toString(): String
    Definition Classes
    AnyRef → Any
  62. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  64. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from ProxyServlet

Inherited from HttpServlet

Inherited from GenericServlet

Inherited from Serializable

Inherited from ServletConfig

Inherited from Servlet

Inherited from AnyRef

Inherited from Any

Ungrouped