Uses of Class
net.toddm.comm.Request.RequestMethod
-
Packages that use Request.RequestMethod Package Description net.toddm.comm The root package of the Comm Framework. -
-
Uses of Request.RequestMethod in net.toddm.comm
Methods in net.toddm.comm that return Request.RequestMethod Modifier and Type Method Description Request.RequestMethodRequest. getMethod()Returns the HTTP method of thisRequestinstance.static Request.RequestMethodRequest.RequestMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static Request.RequestMethod[]Request.RequestMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.toddm.comm with parameters of type Request.RequestMethod Modifier and Type Method Description WorkCommManager. enqueueWork(URI uri, Request.RequestMethod method, byte[] postData, Map<String,String> headers, boolean isIdempotent, Priority.StartingPriority requestPriority, net.toddm.cache.CachePriority cachingPriority, CacheBehavior cachingBehavior)Enters a request into the communications framework for processing.SubmittableWorkCommManager. getWork(URI uri, Request.RequestMethod method, byte[] postData, Map<String,String> headers, boolean isIdempotent, Priority.StartingPriority requestPriority, net.toddm.cache.CachePriority cachingPriority, CacheBehavior cachingBehavior)Creates and returns aWorkinstance representing the request described by the provided data.Constructors in net.toddm.comm with parameters of type Request.RequestMethod Constructor Description Request(URI uri, Request.RequestMethod method, byte[] postData, Map<String,String> headers, boolean isIdempotent)Creates an instance ofRequest.
-