ByteBufBodyHandler

@Singleton
class ByteBufBodyHandler @Inject constructor(alloc: ByteBufAllocator) : HttpResponse.BodyHandler<ByteBuf>

Constructors

Link copied to clipboard
@Inject
constructor(alloc: ByteBufAllocator)

Functions

Link copied to clipboard
open override fun apply(responseInfo: HttpResponse.ResponseInfo): HttpResponse.BodySubscriber<ByteBuf>