Uses of Class
org.restlet.engine.connector.Method
-
Packages that use Method Package Description org.restlet.resource Client and server resource classes. -
-
Uses of Method in org.restlet.resource
Classes in org.restlet.resource with annotations of type Method Modifier and Type Class Description interfaceDeleteAnnotation for methods that remove representations.interfaceGetAnnotation for methods that retrieve a resource representation.interfaceOptionsAnnotation for methods that describe a resource.interfacePatchAnnotation for methods that apply submitted representations as a patch.interfacePostAnnotation for methods that accept submitted representations.interfacePutAnnotation for methods that store submitted representations.
-