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 interfaceDELETEIndicates that the annotated method responds to HTTP DELETE requestsinterfaceGETIndicates that the annotated method responds to HTTP GET requestsinterfaceHEADIndicates that the annotated method responds to HTTP HEAD requestsinterfaceOPTIONSIndicates that the annotated method responds to HTTP OPTIONS requestsinterfacePOSTIndicates that the annotated method responds to HTTP POST requestsinterfacePUTIndicates that the annotated method responds to HTTP PUT requests
-