|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.cli.FullDuplexHttpStream
public class FullDuplexHttpStream
Creates a capacity-unlimited bi-directional InputStream/OutputStream pair over
HTTP, which is a request/response protocol.
| Constructor Summary | |
|---|---|
FullDuplexHttpStream(java.net.URL target)
|
|
| Method Summary | |
|---|---|
java.io.InputStream |
getInputStream()
|
java.io.OutputStream |
getOutputStream()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FullDuplexHttpStream(java.net.URL target)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public java.io.InputStream getInputStream()
public java.io.OutputStream getOutputStream()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||