Method | Description | |
---|---|---|
HttpSocketHandler ( Socket socket, RequestQueue requestQueue, Stream stream ) : System |
Method | Description | |
---|---|---|
ReadToEndOfHeaders ( BaseTransportHeaders headers, bool &bChunked, int &contentLength, bool &bKeepAlive, bool &bSendContinue ) : void | ||
WriteHeaders ( ITransportHeaders headers, Stream outputStream ) : void | ||
WriteResponseFirstLine ( String statusCode, String reasonPhrase, Stream outputStream ) : void |
Method | Description | |
---|---|---|
WriteHeader ( String name, String value, Stream outputStream ) : void |
public HttpSocketHandler ( Socket socket, RequestQueue requestQueue, Stream stream ) : System | ||
socket | Socket | |
requestQueue | RequestQueue | |
stream | Stream | |
return | System |
protected ReadToEndOfHeaders ( BaseTransportHeaders headers, bool &bChunked, int &contentLength, bool &bKeepAlive, bool &bSendContinue ) : void | ||
headers | BaseTransportHeaders | |
bChunked | bool | |
contentLength | int | |
bKeepAlive | bool | |
bSendContinue | bool | |
return | void |
protected WriteHeaders ( ITransportHeaders headers, Stream outputStream ) : void | ||
headers | ITransportHeaders | |
outputStream | Stream | |
return | void |
protected WriteResponseFirstLine ( String statusCode, String reasonPhrase, Stream outputStream ) : void | ||
statusCode | String | |
reasonPhrase | String | |
outputStream | Stream | |
return | void |