Class Http

java.lang.Object
io.helidon.http.Http

@Deprecated public final class Http extends Object
Deprecated.
this API is part of incubating features of Helidon. This API may change including backward incompatible changes and full removal. We welcome feedback for incubating features.
HTTP endpoint annotations.

In previous versions of Helidon, this class contained the following types:

  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static @interface 
    Deprecated.
    What media type(s) this method can consume.
    static @interface 
    Deprecated.
    DELETE method of an HTTP endpoint.
    static @interface 
    Deprecated.
    Inject entity into a method parameter.
    static @interface 
    Deprecated.
    GET method of an HTTP endpoint.
    static @interface 
    Deprecated.
    HEAD method of an HTTP endpoint.
    static interface 
    Deprecated.
    Header producer, to use with rest client and rest server annotations.
    static @interface 
    Deprecated.
    Inject header into a method parameter.
    static @interface 
    Deprecated.
    HTTP Method.
    static @interface 
    Deprecated.
    PATCH method of an HTTP endpoint.
    static @interface 
    Deprecated.
    Path of an endpoint, or sub-path of a method.
    static @interface 
    Deprecated.
    Inject path parameter into a method parameter.
    static @interface 
    Deprecated.
    POST method of an HTTP endpoint.
    static @interface 
    Deprecated.
    What media type(s) this method produces.
    static @interface 
    Deprecated.
    PUT method of an HTTP endpoint.
    static @interface 
    Deprecated.
    Inject query parameter into a method parameter.
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait