abstract class Http4sServlet[F[_]] extends HttpServlet
Ordering
- Alphabetic
- By Inheritance
Inherited
- Http4sServlet
- HttpServlet
- GenericServlet
- Serializable
- ServletConfig
- Servlet
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Http4sServlet(service: HttpRoutes[F], servletIo: ServletIo[F])(implicit F: Effect[F])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from Http4sServlet[F] to any2stringadd[Http4sServlet[F]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (Http4sServlet[F], B)
- Implicit
- This member is added by an implicit conversion from Http4sServlet[F] to ArrowAssoc[Http4sServlet[F]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
destroy(): Unit
- Definition Classes
- GenericServlet → Servlet
-
def
doDelete(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
- Attributes
- protected[javax.servlet.http]
- Definition Classes
- HttpServlet
- Annotations
- @throws( classOf[java.io.IOException] ) @throws( ... )
-
def
doGet(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
- Attributes
- protected[javax.servlet.http]
- Definition Classes
- HttpServlet
- Annotations
- @throws( classOf[java.io.IOException] ) @throws( ... )
-
def
doHead(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
- Attributes
- protected[javax.servlet.http]
- Definition Classes
- HttpServlet
- Annotations
- @throws( classOf[java.io.IOException] ) @throws( ... )
-
def
doOptions(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
- Attributes
- protected[javax.servlet.http]
- Definition Classes
- HttpServlet
- Annotations
- @throws( classOf[java.io.IOException] ) @throws( ... )
-
def
doPost(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
- Attributes
- protected[javax.servlet.http]
- Definition Classes
- HttpServlet
- Annotations
- @throws( classOf[java.io.IOException] ) @throws( ... )
-
def
doPut(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
- Attributes
- protected[javax.servlet.http]
- Definition Classes
- HttpServlet
- Annotations
- @throws( classOf[java.io.IOException] ) @throws( ... )
-
def
doTrace(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
- Attributes
- protected[javax.servlet.http]
- Definition Classes
- HttpServlet
- Annotations
- @throws( classOf[java.io.IOException] ) @throws( ... )
-
def
ensuring(cond: (Http4sServlet[F]) ⇒ Boolean, msg: ⇒ Any): Http4sServlet[F]
- Implicit
- This member is added by an implicit conversion from Http4sServlet[F] to Ensuring[Http4sServlet[F]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (Http4sServlet[F]) ⇒ Boolean): Http4sServlet[F]
- Implicit
- This member is added by an implicit conversion from Http4sServlet[F] to Ensuring[Http4sServlet[F]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): Http4sServlet[F]
- Implicit
- This member is added by an implicit conversion from Http4sServlet[F] to Ensuring[Http4sServlet[F]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): Http4sServlet[F]
- Implicit
- This member is added by an implicit conversion from Http4sServlet[F] to Ensuring[Http4sServlet[F]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from Http4sServlet[F] to StringFormat[Http4sServlet[F]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- 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[javax.servlet.http]
- Definition Classes
- HttpServlet
-
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
init(config: ServletConfig): Unit
- Definition Classes
- Http4sServlet → GenericServlet → Servlet
-
def
init(): Unit
- Definition Classes
- GenericServlet
- Annotations
- @throws( ... )
-
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
-
val
logger: Logger
- Attributes
- protected
-
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
onParseFailure(parseFailure: ParseFailure, servletResponse: HttpServletResponse, bodyWriter: BodyWriter[F]): F[Unit]
- Attributes
- protected
-
def
renderResponse(response: Response[F], servletResponse: HttpServletResponse, bodyWriter: BodyWriter[F]): F[Unit]
- Attributes
- protected
-
def
service(arg0: ServletRequest, arg1: ServletResponse): Unit
- Definition Classes
- HttpServlet → GenericServlet → Servlet
- Annotations
- @throws( classOf[java.io.IOException] ) @throws( ... )
-
def
service(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
- Attributes
- protected[javax.servlet.http]
- Definition Classes
- HttpServlet
- Annotations
- @throws( classOf[java.io.IOException] ) @throws( ... )
-
val
serviceFn: (Request[F]) ⇒ OptionT[F, Response[F]]
- Attributes
- protected
-
var
servletApiVersion: ServletApiVersion
- Attributes
- protected
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toHeaders(req: HttpServletRequest): Headers
- Attributes
- protected
-
def
toRequest(req: HttpServletRequest): ParseResult[Request[F]]
- Attributes
- protected
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
→[B](y: B): (Http4sServlet[F], B)
- Implicit
- This member is added by an implicit conversion from Http4sServlet[F] to ArrowAssoc[Http4sServlet[F]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- object ServletRequestKeys