com.radekzitek.userver.http
Interface HttpObject

All Known Implementing Classes:
HttpHeader, HttpMethod, HttpStartLine, HttpStatusCode, HttpStatusReason, HttpUri, HttpVersion

public interface HttpObject

Author:
rzitek

Method Summary
 void clear()
          Clears the object.
 void parse(java.lang.String string)
          Parses given string into the object.
 java.lang.String toString()
          Convertes the object to the string.
 

Method Detail

clear

public void clear()
Clears the object.


toString

public java.lang.String toString()
Convertes the object to the string.


parse

public void parse(java.lang.String string)
           throws HttpObjectFormatException
Parses given string into the object.

Parameters:
string - input string
Throws:
HttpObjectFormatException