|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServletOutputStream | |
---|---|
javax.servlet | |
winstone | |
winstone.ajp13 |
Uses of ServletOutputStream in javax.servlet |
---|
Methods in javax.servlet that return ServletOutputStream | |
---|---|
ServletOutputStream |
ServletResponse.getOutputStream()
|
ServletOutputStream |
ServletResponseWrapper.getOutputStream()
|
Uses of ServletOutputStream in winstone |
---|
Subclasses of ServletOutputStream in winstone | |
---|---|
class |
WinstoneOutputStream
Matches the socket output stream to the servlet output. |
Methods in winstone that return ServletOutputStream | |
---|---|
ServletOutputStream |
WinstoneResponse.getOutputStream()
|
Uses of ServletOutputStream in winstone.ajp13 |
---|
Subclasses of ServletOutputStream in winstone.ajp13 | |
---|---|
class |
Ajp13OutputStream
Extends the winstone output stream, so that the ajp13 protocol requirements can be fulfilled. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |