Package | Description |
---|---|
org.jboss.remoting3 |
The base Remoting 3 API package.
|
org.jboss.remoting3.util | |
org.jboss.remotingjmx.protocol.v2 |
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 |
---|---|
abstract void |
Invocation.handleResponse(int parameter,
MessageInputStream inputStream)
Handle a response on this invocation.
|
void |
BlockingInvocation.handleResponse(int parameter,
MessageInputStream inputStream) |
boolean |
InvocationTracker.signalResponse(int index,
int parameter,
MessageInputStream responseStream,
boolean remove)
Signal the arrival of a response with the given index.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerCommon.MessageReciever.handleMessage(Channel channel,
MessageInputStream message) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.