| Modifier and Type | Method and Description |
|---|---|
static ResponseMessage |
ResponseListenerDispatcher.getResponseMessage(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ResponseMessage |
AbstractHTTPChannel.decodeResponse(java.io.InputStream is) |
ResponseMessage |
AsyncToken.get() |
ResponseMessage |
ImmediateFailureResponseMessageFuture.get() |
ResponseMessage |
ResponseMessageFuture.get()
Wait synchronously for the response
|
ResponseMessage |
AsyncToken.get(long timeout) |
ResponseMessage |
ImmediateFailureResponseMessageFuture.get(long timeout) |
ResponseMessage |
ResponseMessageFuture.get(long timeout)
Wait synchronously for the response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessagingChannel.ChannelResponseListener.onResponse(ResponseMessage responseMessage) |
| Modifier and Type | Method and Description |
|---|---|
protected ResponseMessage |
AMFRemotingChannel.decodeResponse(java.io.InputStream is) |
protected ResponseMessage |
BaseAMFMessagingChannel.decodeResponse(java.io.InputStream is) |
protected ResponseMessage |
JMFRemotingChannel.decodeResponse(java.io.InputStream is) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractResponseEvent<M extends ResponseMessage>
Message received from a remoting channel
|
| Modifier and Type | Field and Description |
|---|---|
protected M |
AbstractResponseEvent.response |
| Modifier and Type | Method and Description |
|---|---|
ResponseMessage |
ResponseMessage.copy(java.lang.String correlationId) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractResponseMessage |
class |
FaultMessage |
class |
ResultMessage |
| Modifier and Type | Method and Description |
|---|---|
ResponseMessage |
AbstractResponseMessage.copy(java.lang.String correlationId) |
ResponseMessage |
AbstractResponseMessage.getNext() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<ResponseMessage> |
AbstractResponseMessage.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractResponseMessage.setNext(ResponseMessage next) |