Uses of Record Class
eu.cloudnetservice.driver.network.netty.http.NettyHttpChannel
Packages that use NettyHttpChannel
-
Uses of NettyHttpChannel in eu.cloudnetservice.driver.network.netty.http
Fields in eu.cloudnetservice.driver.network.netty.http declared as NettyHttpChannelModifier and TypeFieldDescriptionprivate final NettyHttpChannelNettyHttpServerContext.channelprivate NettyHttpChannelNettyHttpServerHandler.channelConstructors in eu.cloudnetservice.driver.network.netty.http with parameters of type NettyHttpChannelModifierConstructorDescriptionNettyHttpServerContext(@NonNull NettyHttpServer nettyHttpServer, @NonNull NettyHttpChannel channel, @NonNull URI uri, @NonNull Map<String, String> pathParameters, io.netty5.handler.codec.http.HttpRequest httpRequest) Constructs a new netty http server context instance.