public interface IBufferReceiver
| Modifier and Type | Method and Description |
|---|---|
LocalExtensionAgent |
getLocalExtensionAgent()
Retrieves instance of LocalExtensionAgent.
|
boolean |
onMessageBufferReceived(byte[] arrByte)
Gets automatically invoked when Message is received from remote system.
|
void |
setLocalExtensionAgent(LocalExtensionAgent objAgent)
Sets LocalExtensionAgent to process locally extended segments
|
boolean onMessageBufferReceived(byte[] arrByte)
throws java.io.IOException
buffer - message stream received in form of byte arrayjava.io.IOException - Signals that an IO Exception has occurred.void setLocalExtensionAgent(LocalExtensionAgent objAgent)
objAgent - instance of LocalExtensionAgentLocalExtensionAgent getLocalExtensionAgent()