org.mitre.jsip
Class HeaderParser

java.lang.Object
  |
  +--org.mitre.jsip.HeaderParser

public class HeaderParser
extends java.lang.Object


Constructor Summary
HeaderParser(java.lang.String headbuf)
          HeaderParser
 
Method Summary
 java.lang.String getLine()
          Returns the position where the header ends, the body begins, and the length of the body of the header.
 boolean hasMoreLines()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HeaderParser

public HeaderParser(java.lang.String headbuf)
HeaderParser
Method Detail

hasMoreLines

public boolean hasMoreLines()

getLine

public java.lang.String getLine()
Returns the position where the header ends, the body begins, and the length of the body of the header.
Parameters:
buf -