Package eu.cloudnetservice.driver.network.http
package eu.cloudnetservice.driver.network.http
-
ClassDescriptionA http channel represented in the most basic form.HttpComponent<T extends HttpComponent<T>>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.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.HttpMessage<T extends HttpMessage<T>>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.