hudson.cli
Class FullDuplexHttpStream

java.lang.Object
  extended by 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

Constructor Summary
FullDuplexHttpStream(URL target)
           
 
Method Summary
 InputStream getInputStream()
           
 OutputStream getOutputStream()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FullDuplexHttpStream

public FullDuplexHttpStream(URL target)
                     throws IOException
Throws:
IOException
Method Detail

getInputStream

public InputStream getInputStream()

getOutputStream

public OutputStream getOutputStream()


Copyright © 2004-2011 Hudson. All Rights Reserved.