com.adobe.flashaccess.sdk.protocol.compatibility
Class FMRMSv1RequestHandler

java.lang.Object
  extended by com.adobe.flashaccess.sdk.protocol.compatibility.FMRMSv1RequestHandler
All Implemented Interfaces:
HandlerInterface

public class FMRMSv1RequestHandler
extends Object
implements HandlerInterface

This handler responds to requests from FMRMS 1.x clients and prompts them to upgrade.


Constructor Summary
FMRMSv1RequestHandler(OutputStream out)
          Instantiate a Flash Access Handler to prompt old clients to upgrade.
 
Method Summary
 void close()
          Sends the upgrade response.
 void parseRequest()
          Since this handler does not require an InputStream containing the request data, this method does nothing.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FMRMSv1RequestHandler

public FMRMSv1RequestHandler(OutputStream out)
Instantiate a Flash Access Handler to prompt old clients to upgrade.

Parameters:
out - stream to which response will be written
Method Detail

parseRequest

public void parseRequest()
Since this handler does not require an InputStream containing the request data, this method does nothing.

Specified by:
parseRequest in interface HandlerInterface

close

public void close()
           throws IOException
Sends the upgrade response.

Specified by:
close in interface HandlerInterface
Throws:
IOException


[an error occurred while processing this directive] [an error occurred while processing this directive]