Searched defs:responseCode (Results 1 – 6 of 6) sorted by relevance
38 private GateKeeperResponse(int responseCode) { in GateKeeperResponse()42 private GateKeeperResponse(int responseCode, int timeout) { in GateKeeperResponse()
110 int responseCode = connection.getResponseCode(); in performRequest() local138 private static boolean hasResponseBody(int requestMethod, int responseCode) { in hasResponseBody()
83 private VerifyCredentialResponse(int responseCode, int timeout, byte[] payload) { in VerifyCredentialResponse()
246 public int responseCode; field in HeaderSet
37 private int responseCode = -1; field in TestEventHandler
447 public void sendResponse(RequestEvent event, int responseCode) in sendResponse()