Searched refs:NO_CONTENT (Results 1 – 8 of 8) sorted by relevance
45 ….response = NanoHTTPD.newFixedLengthResponse(NanoHTTPD.Response.Status.NO_CONTENT, NanoHTTPD.MIME_… in testDeleteRequestThatDoesntSendBackResponseBody_EmptyString()63 …rver.response = NanoHTTPD.newChunkedResponse(NanoHTTPD.Response.Status.NO_CONTENT, NanoHTTPD.MIME_… in testDeleteRequestThatDoesntSendBackResponseBody_NullInputStream()81 ….response = NanoHTTPD.newFixedLengthResponse(NanoHTTPD.Response.Status.NO_CONTENT, NanoHTTPD.MIME_… in testDeleteRequestThatDoesntSendBackResponseBody_NullString()
39 public static final int NO_CONTENT= 0; field
389 _contentLength = HttpTokens.NO_CONTENT; in completeHeader()664 _contentLength = HttpTokens.NO_CONTENT; in completeHeader()685 _contentLength=HttpTokens.NO_CONTENT; in completeHeader()691 case HttpTokens.NO_CONTENT: in completeHeader()
544 _contentLength=HttpTokens.NO_CONTENT; in parseNext()611 … _contentLength=HttpTokens.NO_CONTENT; // ignore any other headers set in parseNext()619 _contentLength=HttpTokens.NO_CONTENT; in parseNext()643 case HttpTokens.NO_CONTENT: in parseNext()
711 NO_CONTENT(NO_CONTENT_204, "No Content"), enumConstant
559 http_client.NO_CONTENT):561 if http_response.status_code == http_client.NO_CONTENT:
178 http_client.NO_CONTENT,416 elif response.status_code == http_client.NO_CONTENT:
1193 NO_CONTENT(204, "No Content"), enumConstant