com.caucho.server.admin
Class HmuxInput

java.lang.Object
  extended by java.io.InputStream
      extended by com.caucho.server.admin.HmuxInput
All Implemented Interfaces:
java.io.Closeable

public class HmuxInput
extends java.io.InputStream

Admin input stream


Constructor Summary
HmuxInput()
           
 
Method Summary
 java.lang.String getStatus()
           
 boolean open(java.io.InputStream is)
           
 int read()
           
 
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HmuxInput

public HmuxInput()
Method Detail

open

public boolean open(java.io.InputStream is)
             throws java.io.IOException
Throws:
java.io.IOException

getStatus

public java.lang.String getStatus()

read

public int read()
         throws java.io.IOException
Specified by:
read in class java.io.InputStream
Throws:
java.io.IOException