Modifier and Type | Method and Description |
---|---|
ServerOutputStream |
HttpResponse.getEntity()
Obtains the
ServerOutputStream to write the entity of the
response. |
Modifier and Type | Method and Description |
---|---|
ServerOutputStream |
HttpResponseImpl.getEntity() |
Modifier and Type | Method and Description |
---|---|
ServerOutputStream |
ServerTcpConnection.getOutputStream()
Obtains the
ServerOutputStream to write data back to the client. |
Modifier and Type | Method and Description |
---|---|
ServerOutputStream |
TcpConnectionHandler.getOutputStream() |
Constructor and Description |
---|
ServerWriter(ServerOutputStream outputStream,
Charset charset,
Object lock)
Initiate.
|
Modifier and Type | Class and Description |
---|---|
class |
ServerOutputStreamImpl
ServerOutputStream implementation. |
Modifier and Type | Method and Description |
---|---|
ServerOutputStream |
MockServerOutputStream.getServerOutputStream()
Obtains the
ServerOutputStream . |
Modifier and Type | Class and Description |
---|---|
class |
ServletServerOutputStream
ServerOutputStream wrapping an OutputStream . |
Copyright © 2005–2016. All rights reserved.