com.radekzitek.userver.http
Class HttpStartLine

java.lang.Object
  extended bycom.radekzitek.userver.http.HttpStartLine
All Implemented Interfaces:
HttpObject
Direct Known Subclasses:
HttpRequestLine, HttpResponseLine

public abstract class HttpStartLine
extends java.lang.Object
implements HttpObject

Abstract class for start line of the http message.

Author:
rzitek

Constructor Summary
HttpStartLine()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.radekzitek.userver.http.HttpObject
clear, parse, toString
 

Constructor Detail

HttpStartLine

public HttpStartLine()