Uses of Interface
eu.cloudnetservice.driver.network.http.HttpChannel
Packages that use HttpChannel
Package
Description
-
Uses of HttpChannel in eu.cloudnetservice.driver.network.http
Methods in eu.cloudnetservice.driver.network.http that return HttpChannelModifier and TypeMethodDescriptionHttpContext.channel()Get the channel to which the request came which is currently processed. -
Uses of HttpChannel in eu.cloudnetservice.driver.network.http.websocket
Methods in eu.cloudnetservice.driver.network.http.websocket that return HttpChannelModifier and TypeMethodDescriptionWebSocketChannel.channel()Get the underlying channel which was upgraded to this web socket channel. -
Uses of HttpChannel in eu.cloudnetservice.driver.network.netty.http
Classes in eu.cloudnetservice.driver.network.netty.http that implement HttpChannelModifier and TypeClassDescriptionfinal recordThe default implementation of the http channel, delegating all method calls to netty.Fields in eu.cloudnetservice.driver.network.netty.http declared as HttpChannelModifier and TypeFieldDescriptionprivate final HttpChannelNettyWebSocketServerChannel.httpChannelMethods in eu.cloudnetservice.driver.network.netty.http that return HttpChannelModifier and TypeMethodDescriptionNettyHttpServerContext.channel()Get the channel to which the request came which is currently processed.NettyWebSocketServerChannel.channel()Get the underlying channel which was upgraded to this web socket channel.Constructors in eu.cloudnetservice.driver.network.netty.http with parameters of type HttpChannelModifierConstructorDescriptionNettyWebSocketServerChannel(@NonNull HttpChannel httpChannel, @NonNull io.netty5.channel.Channel channel) Constructs a new netty web socket channel instance.