sttp.tapir.server.netty.internal

Members list

Concise view

Type members

Classlikes

object FutureUtil

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
class NettyBodyListener[F[_]](runAsync: RunAsync[F])(implicit m: MonadError[F]) extends BodyListener[F, NettyResponse]

Attributes

Graph
Supertypes
trait BodyListener[F, NettyResponse]
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
class NettyRequestBody[F[_]](createFile: ServerRequest => F[TapirFile])(implicit monadError: MonadError[F]) extends RequestBody[F, NoStreams]

Attributes

Graph
Supertypes
trait RequestBody[F, NoStreams]
class Object
trait Matchable
class Any
class NettyServerHandler[F[_]](route: () => F, unsafeRunAsync: (() => F[Unit]) => Unit)(implicit me: MonadError[F]) extends SimpleChannelInboundHandler[FullHttpRequest]

Attributes

Graph
Supertypes
class SimpleChannelInboundHandler[FullHttpRequest]
class ChannelInboundHandlerAdapter
trait ChannelInboundHandler
class ChannelHandlerAdapter
trait ChannelHandler
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
class NettyToResponseBody extends ToResponseBody[NettyResponse, NoStreams]

Attributes

Companion:
object
Graph
Supertypes
trait ToResponseBody[NettyResponse, NoStreams]
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
implicit class RichNettyHttpHeaders(underlying: HttpHeaders)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
trait RunAsync[F[_]]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Implicits

Implicits

final implicit def RichNettyHttpHeaders(underlying: HttpHeaders): RichNettyHttpHeaders