public class FullDuplexHttpStream extends Object
InputStream/OutputStream pair over HTTP, which is a
request/response protocol.| Constructor and Description |
|---|
FullDuplexHttpStream(URL target) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getInputStream() |
OutputStream |
getOutputStream() |
public FullDuplexHttpStream(URL target) throws IOException
IOExceptionpublic InputStream getInputStream()
public OutputStream getOutputStream()
Copyright © 2004-2016 Hudson. All Rights Reserved.