|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HttpResponseBridge
This is an abstraction of an http response so that this code can be re-used in different HTTP Engines (i.e. servlet). Instances of this class usually delegate to the underyling container's implementation of an http response.
| Method Summary | |
|---|---|
String |
getHeader(String name)
|
OutputStream |
getOutputStream()
|
void |
sendUpgrade()
Send the switching protocol HTTP status and commit the response by flushing the buffer. |
void |
setHeader(String name,
String val)
|
void |
startUpgrade()
Start the connection upgrade process. |
| Method Detail |
|---|
String getHeader(String name)
void setHeader(String name,
String val)
OutputStream getOutputStream()
void startUpgrade()
void sendUpgrade()
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||