public interface HttpResponseBridge
Modifier and Type | Method and Description |
---|---|
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.
|
OutputStream getOutputStream()
void startUpgrade()
void sendUpgrade() throws IOException
IOException
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.