class ProducerDetailsServlet extends HttpServlet with Logging
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProducerDetailsServlet
- Logging
- HttpServlet
- GenericServlet
- Serializable
- ServletConfig
- Servlet
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ProducerDetailsServlet(server: KafkaServer)
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 clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def debug(msg: => String, e: => Throwable): Unit
- Definition Classes
- Logging
- def debug(msg: => String): Unit
- Definition Classes
- Logging
- def destroy(): Unit
- Definition Classes
- 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 doGet(req: HttpServletRequest, resp: HttpServletResponse): Unit
- Definition Classes
- ProducerDetailsServlet → HttpServlet
- 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 error(msg: => String, e: => Throwable): Unit
- Definition Classes
- Logging
- def error(msg: => String): Unit
- Definition Classes
- Logging
- def fatal(msg: => String, e: => Throwable): Unit
- Definition Classes
- Logging
- def fatal(msg: => String): Unit
- Definition Classes
- Logging
- 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 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 getOutputStream(resp: HttpServletResponse): OutputStream
- def getProducerStats: Option[ProducerStats]
- def getServletConfig(): ServletConfig
- Definition Classes
- GenericServlet → Servlet
- def getServletContext(): ServletContext
- Definition Classes
- GenericServlet → ServletConfig
- def getServletInfo(): String
- Definition Classes
- GenericServlet → Servlet
- def getServletName(): String
- Definition Classes
- GenericServlet → ServletConfig
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def info(msg: => String, e: => Throwable): Unit
- Definition Classes
- Logging
- def info(msg: => String): Unit
- Definition Classes
- Logging
- def init(): Unit
- Definition Classes
- GenericServlet
- Annotations
- @throws(classOf[javax.servlet.ServletException])
- def init(arg0: ServletConfig): Unit
- Definition Classes
- GenericServlet → Servlet
- Annotations
- @throws(classOf[javax.servlet.ServletException])
- def isDebugEnabled: Boolean
- Definition Classes
- Logging
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isTraceEnabled: Boolean
- Definition Classes
- Logging
- def log(arg0: String, arg1: Throwable): Unit
- Definition Classes
- GenericServlet
- def log(arg0: String): Unit
- Definition Classes
- GenericServlet
- val logIdent: String
- Attributes
- protected
- Definition Classes
- Logging
- lazy val logger: Logger
- Attributes
- protected
- Definition Classes
- Logging
- def loggerName: String
- Attributes
- protected
- Definition Classes
- Logging
- def msgWithLogIdent(msg: String): String
- Attributes
- protected
- Definition Classes
- Logging
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def service(arg0: ServletRequest, arg1: ServletResponse): Unit
- Definition Classes
- HttpServlet → GenericServlet → Servlet
- Annotations
- @throws(classOf[javax.servlet.ServletException]) @throws(classOf[java.io.IOException])
- def service(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
- Attributes
- protected[http]
- Definition Classes
- HttpServlet
- 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
- def trace(msg: => String, e: => Throwable): Unit
- Definition Classes
- Logging
- def trace(msg: => String): Unit
- Definition Classes
- Logging
- 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()
- def warn(msg: => String, e: => Throwable): Unit
- Definition Classes
- Logging
- def warn(msg: => String): Unit
- Definition Classes
- Logging