|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpMethod | |
---|---|
javax.ws.rs | High-level interfaces and annotations used to create RESTful service resources. |
org.ieft.annotations |
Uses of HttpMethod in javax.ws.rs |
---|
Classes in javax.ws.rs with annotations of type HttpMethod | |
---|---|
interface |
DELETE
Indicates that the annotated method responds to HTTP DELETE requests |
interface |
GET
Indicates that the annotated method responds to HTTP GET requests |
interface |
HEAD
Indicates that the annotated method responds to HTTP HEAD requests |
interface |
OPTIONS
Indicates that the annotated method responds to HTTP OPTIONS requests |
interface |
POST
Indicates that the annotated method responds to HTTP POST requests |
interface |
PUT
Indicates that the annotated method responds to HTTP PUT requests |
Uses of HttpMethod in org.ieft.annotations |
---|
Classes in org.ieft.annotations with annotations of type HttpMethod | |
---|---|
interface |
PATCH
Defines the PATCH operation that is mentioned in HTTP 1.1 spec RFC 2068 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |