|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.flashaccess.sdk.protocol.AbstractHandler
com.adobe.flashaccess.sdk.protocol.AbstractBatchHandler
public abstract class AbstractBatchHandler
Base class for request/response handlers which deal with multiple requests/responses sent in a batch.
| Method Summary | |
|---|---|
void |
close()
Sends the signed and encrypted response (success or error) to the client. |
abstract java.util.List |
getRequests()
Retrieves the request messages sent by the client. |
| Methods inherited from class com.adobe.flashaccess.sdk.protocol.AbstractHandler |
|---|
parseRequest |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public abstract java.util.List getRequests()
AbstractRequestMessage> containing the request messages sent by the client.
public void close()
throws java.io.IOException
close() must be the last method called for this object: it is recommended this be part of
a finally block to ensure a response is always sent to the client.
close in interface HandlerInterfaceclose in class AbstractHandlerjava.lang.IllegalStateException - If neither the response or error data has been set, or if
close() has already been called.
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||