|
Method DetailString getAccept() Returns the 'Accept' header of the request indicating accepted mime types Returns: String Since: 02-11-2016 String getClientAddress() Returns the IP Address of the client. Returns: String Since: 01-11-2012 String getContentType() Returns the content type of the request, if any. Returns: String Since: 02-11-2016 Data getData() Returns the Data object for this request. This will contain all the form field values posted from the client. Returns: Data Since: 08-31-2009 String[] getParameterNames() Returns an array of all parameters sent from the client. Returns: String[] Since: 02-11-2016 String[] getParameterValues(String name) Returns an array of all values of the specified parameter.
Parameters:
Returns: String[] Since: 02-11-2016 XMLReader getPayload() Returns optional payload sent in web service request. This method returns null if there is no payload in the request Returns: XMLReader Since: 05-25-2010 String toString() Returns a description of this object. Returns: String Since: 08-31-2009 |
Copyright © 2006 - 2024, ContractPal, Inc. All rights reserved. | API Date: Nov 18, 2024 01:04 PM |