sun.applet
Class PluginStreamHandler
java.lang.Object
sun.applet.PluginStreamHandler
public class PluginStreamHandler
- extends java.lang.Object
Constructor Summary |
PluginStreamHandler(java.io.InputStream inputstream,
java.io.OutputStream outputstream)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PluginStreamHandler
public PluginStreamHandler(java.io.InputStream inputstream,
java.io.OutputStream outputstream)
throws java.net.MalformedURLException,
java.io.IOException
- Throws:
java.net.MalformedURLException
java.io.IOException
startProcessing
public void startProcessing()
handleMessage
public void handleMessage(java.lang.String message)
throws PluginException
- Throws:
PluginException
postCallRequest
public void postCallRequest(PluginCallRequest request)
write
public void write(java.lang.String message)
- Write string to plugin.
- Parameters:
message
- the message to write
- Throws:
java.io.IOException
- if an error occurs
Submit a bug or feature