Uses of Package
eu.cloudnetservice.driver.network.http
Packages that use eu.cloudnetservice.driver.network.http
Package
Description
-
Classes in eu.cloudnetservice.driver.network.http used by eu.cloudnetservice.driver.network.httpClassDescriptionA http channel represented in the most basic form.Represents any http component, providing an abstract layer for registering listeners to it.The context of a http request.A preprocessor for a http context which is passed to a http handler.Represents a cookie which can be sent by a client to the server using the
Cookieheader, and vise-vera using theSet-Cookieheader.A handler for a http request.Represents a http message sent from or to the server.Represents a http message which got sent from a client to the server.Represents a response http message transferred from a server to a client.All http response codes.The version of a http request, currently only http 1.X is supported by CloudNet. -
Classes in eu.cloudnetservice.driver.network.http used by eu.cloudnetservice.driver.network.http.annotation.parserClassDescriptionRepresents any http component, providing an abstract layer for registering listeners to it.The context of a http request.A preprocessor for a http context which is passed to a http handler.An exception which can be thrown by a handler to set the status and body of the response for the current http request.A handler for a http request.All http response codes.
-
-
Classes in eu.cloudnetservice.driver.network.http used by eu.cloudnetservice.driver.network.netty.httpClassDescriptionA http channel represented in the most basic form.Represents any http component, providing an abstract layer for registering listeners to it.The context of a http request.Represents a cookie which can be sent by a client to the server using the
Cookieheader, and vise-vera using theSet-Cookieheader.A handler for a http request.Represents a http message sent from or to the server.Represents a http message which got sent from a client to the server.Represents a response http message transferred from a server to a client.All http response codes.Represents a http component which can be bound, receive and handle http messages.The version of a http request, currently only http 1.X is supported by CloudNet.