sttp.tapir.server.netty.internal
package sttp.tapir.server.netty.internal
Members list
Packages
Type members
Classlikes
object FutureUtil
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
FutureUtil.type
class NettyBodyListener[F[_]](runAsync: RunAsync[F])(implicit m: MonadError[F]) extends BodyListener[F, NettyResponse]
Attributes
- Supertypes
object NettyBootstrap
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
NettyBootstrap.type
@ChannelHandler$$Sharable
class NettyConnectionCounter(maxConnections: Int) extends ChannelInboundHandlerAdapter
Attributes
- Supertypes
-
class ChannelInboundHandlerAdaptertrait ChannelInboundHandlerclass ChannelHandlerAdaptertrait ChannelHandlerclass Objecttrait Matchableclass AnyShow all
object NettyDefaults
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
NettyDefaults.type
class NettyServerHandler[F[_]](route: () => F, unsafeRunAsync: (() => F[ServerResponse[NettyResponse]]) => (Future[ServerResponse[NettyResponse]], () => Future[Unit]), channelGroup: ChannelGroup, isShuttingDown: AtomicBoolean, config: NettyConfig)(implicit me: MonadError[F]) extends SimpleChannelInboundHandler[HttpRequest]
Value parameters
- unsafeRunAsync
-
Function which dispatches given effect to run asynchronously, returning its result as a Future, and function of type
() => Future[Unit]
allowing cancellation of that Future. For example, this can be realized bycats.effect.std.Dispatcher.unsafeToFutureCancelable
.
Attributes
- Supertypes
-
class SimpleChannelInboundHandler[HttpRequest]class ChannelInboundHandlerAdaptertrait ChannelInboundHandlerclass ChannelHandlerAdaptertrait ChannelHandlerclass Objecttrait Matchableclass AnyShow all
object NettyServerInterpreter
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
final implicit class RichHttpMessage(m: HttpMessage) extends AnyVal
Attributes
- Supertypes
-
class AnyValtrait Matchableclass Any
final implicit class RichNettyHttpHeaders(underlying: HttpHeaders) extends AnyVal
Attributes
- Supertypes
-
class AnyValtrait Matchableclass Any
Value members
Concrete fields
Implicits
Implicits
In this article