Annotation Interface PostExchange


@Target(METHOD) @Retention(RUNTIME) @Documented @HttpExchange(method="POST") public @interface PostExchange
Shortcut for @HttpExchange for HTTP POST requests.
Since:
6.0
Author:
Rossen Stoyanchev