Modifier and Type | Method and Description |
---|---|
public ServletInputStream | Returns: a ServletInputStream for reading binary dataReturns an input stream for this web connection. |
public ServletOutputStream | Returns: a ServletOutputStream for writing binary dataReturns an output stream for this web connection. |
getInputStream | back to summary |
---|---|
public ServletInputStream getInputStream() throws IOException Returns an input stream for this web connection.
|
getOutputStream | back to summary |
---|---|
public ServletOutputStream getOutputStream() throws IOException Returns an output stream for this web connection.
|