Uses of Class
eu.cloudnetservice.driver.network.netty.http.NettyHttpServer
Packages that use NettyHttpServer
-
Uses of NettyHttpServer in eu.cloudnetservice.driver.network.netty.http
Fields in eu.cloudnetservice.driver.network.netty.http declared as NettyHttpServerModifier and TypeFieldDescriptionprivate final NettyHttpServerNettyHttpServerContext.nettyHttpServerprivate final NettyHttpServerNettyHttpServerHandler.nettyHttpServerprivate final NettyHttpServerNettyHttpServerInitializer.nettyHttpServerConstructors in eu.cloudnetservice.driver.network.netty.http with parameters of type NettyHttpServerModifierConstructorDescriptionNettyHttpServerContext(@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.NettyHttpServerHandler(@NonNull NettyHttpServer nettyHttpServer, @NonNull HostAndPort connectedAddress) Constructs a new http server handler instance.NettyHttpServerInitializer(@NonNull NettyHttpServer nettyHttpServer, @NonNull HostAndPort hostAndPort) Constructs a new netty http server initializer instance.