Package-level declarations

Types

Link copied to clipboard
object Http
Link copied to clipboard
@Singleton
@ChannelHandler.Sharable
class HttpChannelHandler @Inject constructor(fileProvider: FileProvider) : SimpleChannelInboundHandler<HttpRequest>
Link copied to clipboard
@Singleton
class HttpChannelInitializer @Inject constructor(handler: HttpChannelHandler) : ChannelInitializer<Channel>