Class HttpResponseFrame
- java.lang.Object
-
- org.smallmind.web.reverse.http1_1.HttpFrame
-
- org.smallmind.web.reverse.http1_1.HttpResponseFrame
-
public class HttpResponseFrame extends HttpFrame
-
-
Constructor Summary
Constructors Constructor Description HttpResponseFrame(HttpProtocolInputStream httpProtocolInputStream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpDirectiongetDirection()StringgetReason()intgetStatus()-
Methods inherited from class org.smallmind.web.reverse.http1_1.HttpFrame
addHeader, addHeader, getHeader, getHeaders, getVersion, removeHeader
-
-
-
-
Constructor Detail
-
HttpResponseFrame
public HttpResponseFrame(HttpProtocolInputStream httpProtocolInputStream) throws IOException, ProtocolException
- Throws:
IOExceptionProtocolException
-
-
Method Detail
-
getDirection
public HttpDirection getDirection()
- Specified by:
getDirectionin classHttpFrame
-
getStatus
public int getStatus()
-
getReason
public String getReason()
-
-