hudson.cli
Class FullDuplexHttpStream
java.lang.Object
hudson.cli.FullDuplexHttpStream
public class FullDuplexHttpStream
- extends Object
Creates a capacity-unlimited bi-directional InputStream/OutputStream pair over
HTTP, which is a request/response protocol.
- Author:
- Kohsuke Kawaguchi
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FullDuplexHttpStream
public FullDuplexHttpStream(URL target)
throws IOException
- Throws:
IOException
getInputStream
public InputStream getInputStream()
getOutputStream
public OutputStream getOutputStream()
Copyright © 2004-2011 Hudson. All Rights Reserved.