public class HttpRequestFrame extends HttpFrame
| Constructor and Description |
|---|
HttpRequestFrame(HttpProtocolInputStream httpProtocolInputStream) |
| Modifier and Type | Method and Description |
|---|---|
HttpDirection |
getDirection() |
org.smallmind.nutsnbolts.http.HttpMethod |
getMethod() |
String |
getPath() |
void |
toOutputStream(OutputStream outputStream) |
addHeader, addHeader, getHeader, getHeaders, getVersion, removeHeaderpublic HttpRequestFrame(HttpProtocolInputStream httpProtocolInputStream) throws IOException, ProtocolException
IOExceptionProtocolExceptionpublic HttpDirection getDirection()
getDirection in class HttpFramepublic org.smallmind.nutsnbolts.http.HttpMethod getMethod()
public String getPath()
public void toOutputStream(OutputStream outputStream) throws IOException
IOExceptionCopyright © 2017. All rights reserved.