| Package | Description |
|---|---|
| org.jboss.remoting3 |
The base Remoting 3 API package.
|
| org.jboss.remoting3.util |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDelegatingMessageInputStream |
| Modifier and Type | Method and Description |
|---|---|
protected MessageInputStream |
AbstractDelegatingMessageInputStream.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
void |
Channel.Receiver.handleMessage(Channel channel,
MessageInputStream message)
Handle an incoming message.
|
| Constructor and Description |
|---|
AbstractDelegatingMessageInputStream(MessageInputStream delegate) |
| Modifier and Type | Method and Description |
|---|---|
MessageInputStream |
BlockingInvocation.Response.getInputStream()
Get the message input stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BlockingInvocation.handleResponse(int parameter,
MessageInputStream inputStream) |
abstract void |
Invocation.handleResponse(int parameter,
MessageInputStream inputStream)
Handle a response on this invocation.
|
boolean |
InvocationTracker.signalResponse(int index,
int parameter,
MessageInputStream responseStream,
boolean remove)
Signal the arrival of a response with the given index.
|
Copyright © 2016 JBoss, a division of Red Hat, Inc.. All rights reserved.