public abstract class AbstractMessageObserver extends Object implements MessageObserver
| Constructor and Description |
|---|
AbstractMessageObserver() |
| Modifier and Type | Method and Description |
|---|---|
void |
bodyComplete(AbstractBody body)
Notification that the body has fully been received.
|
void |
bodyRequested(AbstractBody body) |
public void bodyRequested(AbstractBody body)
bodyRequested in interface MessageObserverpublic void bodyComplete(AbstractBody body)
MessageObserverMessage.addObserver(MessageObserver)), as the body may have
already been fully received when registering the observer.
This is the last event that will be fired on any MessageObserver.bodyComplete in interface MessageObserverCopyright © 2021. All Rights Reserved.