com.heroku.api.request.run
Class RunResponse

java.lang.Object
  extended by com.heroku.api.request.run.RunResponse

public class RunResponse
extends Object


Constructor Summary
RunResponse(Proc proc)
           
 
Method Summary
 InputStream attach()
          Should only be called if you started the process with attach enabled
 Proc getProc()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunResponse

public RunResponse(Proc proc)
Method Detail

getProc

public Proc getProc()

attach

public InputStream attach()
Should only be called if you started the process with attach enabled

Returns:
an InputStream that contains the output of your process.


Copyright © 2012. All Rights Reserved.