Uses of Interface
eu.cloudnetservice.driver.network.http.HttpRequest
Packages that use HttpRequest
Package
Description
-
Uses of HttpRequest in eu.cloudnetservice.driver.network.http
Methods in eu.cloudnetservice.driver.network.http that return HttpRequestModifier and TypeMethodDescriptionHttpContext.request()Get the current request which is handled in this context. -
Uses of HttpRequest in eu.cloudnetservice.driver.network.netty.http
Classes in eu.cloudnetservice.driver.network.netty.http that implement HttpRequestModifier and TypeClassDescription(package private) final classThe default netty based implementation of a http request.Methods in eu.cloudnetservice.driver.network.netty.http that return HttpRequestModifier and TypeMethodDescriptionNettyHttpServerRequest.body(byte[] byteArray) Sets the body of the http message.Sets the body to the given string.NettyHttpServerRequest.body(@Nullable InputStream body) Sets the body of this http message to the given input stream.NettyHttpServerRequest.clearHeaders()Removes all headers from this message.Sets the given header, replacing the current one if already set.NettyHttpServerRequest.removeHeader(@NonNull String name) Removes a header by the given name from this message.NettyHttpServerContext.request()Get the current request which is handled in this context.NettyHttpServerRequest.version(@NonNull HttpVersion version) Sets the version of this http message.