hudson.cli
Class FullDuplexHttpStream

java.lang.Object
  extended by hudson.cli.FullDuplexHttpStream

public class FullDuplexHttpStream
extends java.lang.Object

Creates a capacity-unlimited bi-directional InputStream/OutputStream pair over HTTP, which is a request/response protocol.

Author:
Kohsuke Kawaguchi

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

FullDuplexHttpStream

public FullDuplexHttpStream(java.net.URL target)
                     throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getInputStream

public java.io.InputStream getInputStream()

getOutputStream

public java.io.OutputStream getOutputStream()


Copyright © 2010. All Rights Reserved.