Package-level declarations

Types

Link copied to clipboard
class Js5ChannelHandler @Inject constructor(service: Js5Service) : SimpleChannelInboundHandler<Js5Request>
Link copied to clipboard
class Js5Client(val ctx: ChannelHandlerContext)
Link copied to clipboard
@Singleton
class Js5Service @Inject constructor(store: Store, masterIndex: Js5MasterIndex, alloc: ByteBufAllocator) : AbstractExecutionThreadService