Uses of Interface
eu.cloudnetservice.driver.network.http.HttpComponent
Packages that use HttpComponent
Package
Description
-
Uses of HttpComponent in eu.cloudnetservice.driver.network.http
Classes in eu.cloudnetservice.driver.network.http with type parameters of type HttpComponentModifier and TypeInterfaceDescriptioninterfaceHttpComponent<T extends HttpComponent<T>>Represents any http component, providing an abstract layer for registering listeners to it.Subinterfaces of HttpComponent in eu.cloudnetservice.driver.network.httpModifier and TypeInterfaceDescriptioninterfaceRepresents a http component which can be bound, receive and handle http messages.Methods in eu.cloudnetservice.driver.network.http that return HttpComponentModifier and TypeMethodDescriptionHttpContext.component()Get the http component which received the request wrapped by this context. -
Uses of HttpComponent in eu.cloudnetservice.driver.network.http.annotation.parser
Classes in eu.cloudnetservice.driver.network.http.annotation.parser with type parameters of type HttpComponentModifier and TypeClassDescriptionfinal classDefaultHttpAnnotationParser<T extends HttpComponent<T>>The default implementation of a http annotation parser.interfaceHttpAnnotationParser<T extends HttpComponent<T>>A parser which can convert and register annotated http elements, supporting custom annotations as well.Fields in eu.cloudnetservice.driver.network.http.annotation.parser declared as HttpComponentMethods in eu.cloudnetservice.driver.network.http.annotation.parser with type parameters of type HttpComponentModifier and TypeMethodDescriptionstatic <T extends HttpComponent<T>>
@NonNull HttpAnnotationParser<T>DefaultHttpAnnotationParser.withDefaultProcessors(T com) Constructs a new DefaultHttpAnnotationParser instance and registers all processors for the default provided http handling annotations. -
Uses of HttpComponent in eu.cloudnetservice.driver.network.netty.http
Classes in eu.cloudnetservice.driver.network.netty.http that implement HttpComponentModifier and TypeClassDescriptionclassThe default implementation of the web server, using netty as its backing mechanism.Methods in eu.cloudnetservice.driver.network.netty.http that return HttpComponentModifier and TypeMethodDescriptionNettyHttpServerContext.component()Get the http component which received the request wrapped by this context.