org.openqa.selenium.remote.internal
Class OutputWatcher
java.lang.Object
org.openqa.selenium.remote.internal.OutputWatcher
- All Implemented Interfaces:
- Runnable
public class OutputWatcher
- extends Object
- implements Runnable
Consumes all output from an InputStream
and writes it to an
OutputStream
.
- Author:
- [email protected] (Jason Leyba)
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OutputWatcher
public OutputWatcher(InputStream input,
OutputStream output)
run
public void run()
- Specified by:
run
in interface Runnable
Copyright © 2011. All Rights Reserved.