Searched defs:responseCode (Results 1 – 8 of 8) sorted by relevance
38 private GateKeeperResponse(int responseCode) { in GateKeeperResponse()42 private GateKeeperResponse(int responseCode, int timeout) { in GateKeeperResponse()
70 protected void checkResponseCode(int responseCode) throws IOException { in checkResponseCode()
125 protected void checkResponseCode(int responseCode) throws IOException { in checkResponseCode()
83 private VerifyCredentialResponse(int responseCode, int timeout, byte[] payload) { in VerifyCredentialResponse()
109 int responseCode = connection.getResponseCode(); in performRequest() local
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()