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

  /external/nist-sip/java/gov/nist/javax/sip/parser/
StringMsgParser.java 75 protected boolean readBody;
87 readBody = true;
213 if (readBody && message.getContentLength() != null &&
325 if (readBody && message.getContentLength() != null ) {
PipelinedMsgParser.java 271 smp.readBody = false;

Completed in 59 milliseconds