Class HttpRequestFrame
- java.lang.Object
-
- org.smallmind.web.reverse.http1_1.HttpFrame
-
- org.smallmind.web.reverse.http1_1.HttpRequestFrame
-
public class HttpRequestFrame extends HttpFrame
-
-
Constructor Summary
Constructors Constructor Description HttpRequestFrame(HttpProtocolInputStream httpProtocolInputStream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpDirectiongetDirection()org.smallmind.nutsnbolts.http.HttpMethodgetMethod()StringgetPath()voidtoOutputStream(OutputStream outputStream)-
Methods inherited from class org.smallmind.web.reverse.http1_1.HttpFrame
addHeader, addHeader, getHeader, getHeaders, getVersion, removeHeader
-
-
-
-
Constructor Detail
-
HttpRequestFrame
public HttpRequestFrame(HttpProtocolInputStream httpProtocolInputStream) throws IOException, ProtocolException
- Throws:
IOExceptionProtocolException
-
-
Method Detail
-
getDirection
public HttpDirection getDirection()
- Specified by:
getDirectionin classHttpFrame
-
getMethod
public org.smallmind.nutsnbolts.http.HttpMethod getMethod()
-
getPath
public String getPath()
-
toOutputStream
public void toOutputStream(OutputStream outputStream) throws IOException
- Throws:
IOException
-
-