HomeSort by relevance Sort by last modified time
    Searched refs:isResponse (Results 1 - 7 of 7) sorted by null

  /external/jetty/src/java/org/eclipse/jetty/http/
HttpGenerator.java 355 public boolean isResponse()
368 if (isResponse() && _status==0)
555 if (isResponse())
558 if (!_persistent && isResponse() && _contentLength == HttpTokens.UNKNOWN_CONTENT)
566 if (isResponse())
594 if (isResponse())
603 if (isResponse())
605 if (!_persistent && isResponse() && _contentLength == HttpTokens.UNKNOWN_CONTENT)
614 if (isResponse())
663 if (_contentWritten == 0 && isResponse() && (_status < 200 || _status == 204 || _status == 304)
    [all...]
AbstractGenerator.java 99 public abstract boolean isResponse();
  /prebuilts/go/darwin-x86/src/net/http/
transfer.go 46 IsResponse bool
93 t.IsResponse = true
214 if bw, ok := w.(*bufio.Writer); ok && !t.IsResponse {
309 isResponse := false
317 isResponse = true
340 t.TransferEncoding, err = fixTransferEncoding(isResponse, t.RequestMethod, t.Header)
345 realLength, err := fixLength(isResponse, t.StatusCode, t.RequestMethod, t.Header, t.TransferEncoding)
349 if isResponse && t.RequestMethod == "HEAD" {
428 func fixTransferEncoding(isResponse bool, requestMethod string, header Header) ([]string, error) {
483 func fixLength(isResponse bool, status int, requestMethod string, header Header, te []string) (int64, error)
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
transfer.go 46 IsResponse bool
93 t.IsResponse = true
214 if bw, ok := w.(*bufio.Writer); ok && !t.IsResponse {
309 isResponse := false
317 isResponse = true
340 t.TransferEncoding, err = fixTransferEncoding(isResponse, t.RequestMethod, t.Header)
345 realLength, err := fixLength(isResponse, t.StatusCode, t.RequestMethod, t.Header, t.TransferEncoding)
349 if isResponse && t.RequestMethod == "HEAD" {
428 func fixTransferEncoding(isResponse bool, requestMethod string, header Header) ([]string, error) {
483 func fixLength(isResponse bool, status int, requestMethod string, header Header, te []string) (int64, error)
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
DNSMessage.java 207 public boolean isResponse() {
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPServerTransaction.java 632 boolean isResponse = (messageToTest instanceof SIPResponse);
640 } else if ((isResponse || getOriginalRequest().getRequestURI().equals(
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
jetty-http-8.1.14.v20131031.jar 

Completed in 141 milliseconds