public class HttpResponseFrame extends HttpFrame
| Constructor and Description |
|---|
HttpResponseFrame(HttpProtocolInputStream httpProtocolInputStream) |
| Modifier and Type | Method and Description |
|---|---|
HttpDirection |
getDirection() |
String |
getReason() |
int |
getStatus() |
addHeader, addHeader, getHeader, getHeaders, getVersion, removeHeaderpublic HttpResponseFrame(HttpProtocolInputStream httpProtocolInputStream) throws IOException, ProtocolException
IOExceptionProtocolExceptionpublic HttpDirection getDirection()
getDirection in class HttpFramepublic int getStatus()
public String getReason()
Copyright © 2017. All rights reserved.