Uses of Class
io.helidon.webserver.http2.Http2ServerRequestEntity
Packages that use Http2ServerRequestEntity
-
Uses of Http2ServerRequestEntity in io.helidon.webserver.http2
Methods in io.helidon.webserver.http2 that return Http2ServerRequestEntityModifier and TypeMethodDescriptionstatic Http2ServerRequestEntityHttp2ServerRequestEntity.create(UnaryOperator<InputStream> streamFilter, UnaryOperator<InputStream> decoder, Function<Integer, io.helidon.common.buffers.BufferData> readEntityFunction, Runnable entityProcessedRunnable, io.helidon.http.ServerRequestHeaders requestHeaders, io.helidon.http.media.MediaContext mediaContext) Create a new entity.