NettyServerHandler

sttp.tapir.server.netty.internal.NettyServerHandler
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

Members list

Concise view

Value members

Concrete methods

override def channelRead0(ctx: ChannelHandlerContext, request: FullHttpRequest): Unit

Attributes

Definition Classes
SimpleChannelInboundHandler

Inherited methods

def acceptInboundMessage(x$0: <FromJavaObject>): Boolean

Attributes

Inherited from:
SimpleChannelInboundHandler
def channelActive(x$0: ChannelHandlerContext): Unit

Attributes

Inherited from:
ChannelInboundHandlerAdapter
def channelInactive(x$0: ChannelHandlerContext): Unit

Attributes

Inherited from:
ChannelInboundHandlerAdapter
def channelRead(x$0: ChannelHandlerContext, x$1: <FromJavaObject>): Unit

Attributes

Inherited from:
SimpleChannelInboundHandler
def channelReadComplete(x$0: ChannelHandlerContext): Unit

Attributes

Inherited from:
ChannelInboundHandlerAdapter
def channelRegistered(x$0: ChannelHandlerContext): Unit

Attributes

Inherited from:
ChannelInboundHandlerAdapter
def channelUnregistered(x$0: ChannelHandlerContext): Unit

Attributes

Inherited from:
ChannelInboundHandlerAdapter
def channelWritabilityChanged(x$0: ChannelHandlerContext): Unit

Attributes

Inherited from:
ChannelInboundHandlerAdapter
def exceptionCaught(x$0: ChannelHandlerContext, x$1: Throwable): Unit

Attributes

Inherited from:
ChannelInboundHandlerAdapter
def handlerAdded(x$0: ChannelHandlerContext): Unit

Attributes

Inherited from:
ChannelHandlerAdapter
def handlerRemoved(x$0: ChannelHandlerContext): Unit

Attributes

Inherited from:
ChannelHandlerAdapter
def isSharable(): Boolean

Attributes

Inherited from:
ChannelHandlerAdapter
def userEventTriggered(x$0: ChannelHandlerContext, x$1: <FromJavaObject>): Unit

Attributes

Inherited from:
ChannelInboundHandlerAdapter