Package eu.cloudnetservice.driver.network.netty.http
package eu.cloudnetservice.driver.network.netty.http
-
ClassDescriptionThe default implementation of the http channel, delegating all method calls to netty.An abstract class which each http message implementation has to override, providing basic access to http version conversion between CloudNet and netty.The default implementation of the web server, using netty as its backing mechanism.Represents a registered http handler, holding all the information needed for later calling of it.The default netty implementation of a http handling context.The http server handler implementation responsible to handling http requests sent to the server and responding to them.The default channel initializer used to initialize http server connections.The default netty based implementation of a http request.The default netty based implementation of a http response.A custom idle state handler which closes a connection after the given seconds of client inactivity while also considering outbound events.The default netty based implementation of a web socket channel.The default netty based handler for web socket messages.