Modifier and Type | Method and Description |
---|---|
ServerInputStream |
HttpRequest.getEntity()
Obtains the
ServerInputStream to the entity of the HTTP request. |
Modifier and Type | Method and Description |
---|---|
ServerInputStream |
HttpEntity.getInputStream()
Obtains the
ServerInputStream to the entity content. |
Modifier and Type | Method and Description |
---|---|
ServerInputStream |
HttpRequestImpl.getEntity() |
ServerInputStream |
HttpEntityImpl.getInputStream() |
Modifier and Type | Method and Description |
---|---|
ServerInputStream |
ServerTcpConnection.getInputStream()
Obtains the
ServerInputStream that provides access to the data sent
from the client. |
Modifier and Type | Method and Description |
---|---|
ServerInputStream |
TcpConnectionHandler.getInputStream() |
Modifier and Type | Class and Description |
---|---|
class |
ServerInputStreamImpl
ServerInputStream implementation. |
Copyright © 2005–2016. All rights reserved.