Uses of Class
javax.ws.rs.HttpMethod
-
Packages that use HttpMethod Package Description javax.ws.rs High-level interfaces and annotations used to create RESTful service resources. -
-
Uses of HttpMethod in javax.ws.rs
Classes in javax.ws.rs with annotations of type HttpMethod Modifier and Type Class Description interface
DELETE
Indicates that the annotated method responds to HTTP DELETE requestsinterface
GET
Indicates that the annotated method responds to HTTP GET requestsinterface
HEAD
Indicates that the annotated method responds to HTTP HEAD requestsinterface
OPTIONS
Indicates that the annotated method responds to HTTP OPTIONS requestsinterface
POST
Indicates that the annotated method responds to HTTP POST requestsinterface
PUT
Indicates that the annotated method responds to HTTP PUT requests
-