HomeSort by relevance Sort by last modified time
    Searched defs:RESPONSE (Results 1 - 8 of 8) sorted by null

  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_service.h 77 enum RequestOrResponse { REQUEST, RESPONSE };
101 // Generate the Get{Request,Response}Prototype() methods.
  /external/protobuf/src/google/protobuf/compiler/java/
java_service.h 65 enum RequestOrResponse { REQUEST, RESPONSE };
106 // Generate the implementations of Service.get{Request,Response}Prototype().
  /external/nist-sip/java/gov/nist/javax/sip/header/
Credentials.java 48 private static String RESPONSE = ParameterNames.RESPONSE;
118 else if (nameValue.getName().compareToIgnoreCase(RESPONSE) == 0)
Challenge.java 55 private static String RESPONSE = ParameterNames.RESPONSE;
169 * get the Response value.
173 return (String) authParams.getValue(RESPONSE);
AuthenticationHeader.java 66 public static final String RESPONSE = ParameterNames.RESPONSE;
118 || name.equalsIgnoreCase(ParameterNames.RESPONSE )
458 * Get the RESPONSE value (or null if it does not exist).
460 * @return String response parameter value.
463 return (String) getParameterValue(ParameterNames.RESPONSE);
467 * Set the Response.
469 * @param response
472 public void setResponse(String response) throws ParseException {
473 if (response == null
    [all...]
ParameterNames.java 54 public static final String RESPONSE = "response";
  /external/oauth/core/src/main/java/net/oauth/http/
HttpMessage.java 31 * An HTTP request or response.
149 /** The name of a dump entry whose value is the HTTP response. */
150 public static final String RESPONSE = "HTTP response";
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
javax.servlet.jsp_2.0.0.v200806031607.jar 

Completed in 157 milliseconds