NettyConnectionCounter

sttp.tapir.server.netty.internal.NettyConnectionCounter
@ChannelHandler$$Sharable
class NettyConnectionCounter(maxConnections: Int) extends ChannelInboundHandlerAdapter

Attributes

Graph
Supertypes
class ChannelInboundHandlerAdapter
trait ChannelInboundHandler
class ChannelHandlerAdapter
trait ChannelHandler
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def channelActive(ctx: ChannelHandlerContext): Unit

Attributes

Definition Classes
ChannelInboundHandlerAdapter -> ChannelInboundHandler
override def channelInactive(ctx: ChannelHandlerContext): Unit

Attributes

Definition Classes
ChannelInboundHandlerAdapter -> ChannelInboundHandler

Inherited methods

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

Attributes

Inherited from:
ChannelInboundHandlerAdapter
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