Package io.ktor.server.netty
Types
object |
|
object EngineMain Netty engine |
|
class EventLoopGroupProxy : EventLoopGroup Transparently allows for the creation of EventLoopGroup’s utilising the optimal implementation for a given operating system, subject to availability, or falling back to NioEventLoopGroup if none is available. |
|
object Netty : An ApplicationEngineFactory providing a Netty-based ApplicationEngine |
|
abstract class NettyApplicationCall : BaseApplicationCall |
|
class NettyApplicationEngine : BaseApplicationEngine ApplicationEngine implementation for running in a standalone Netty |
|
abstract class NettyApplicationRequest : |
|
class NettyApplicationRequestHeaders : Headers |
|
abstract class NettyApplicationResponse : |
|
class NettyChannelInitializer : A ChannelInitializer implementation that does setup the default ktor channel pipeline |