Package | Description |
---|---|
org.jboss.remoting3 |
The base Remoting 3 API package.
|
org.jboss.remoting3.util | |
org.jboss.remotingjmx.protocol |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDelegatingMessageOutputStream
An abstract base class for message output streams which delegate to an underlying stream.
|
Modifier and Type | Method and Description |
---|---|
abstract MessageOutputStream |
MessageOutputStream.cancel()
Cancel this message stream.
|
MessageOutputStream |
AbstractDelegatingMessageOutputStream.cancel() |
protected MessageOutputStream |
AbstractDelegatingMessageOutputStream.getDelegate() |
MessageOutputStream |
Channel.writeMessage()
Write a new message on to this channel, blocking if necessary.
|
Constructor and Description |
---|
AbstractDelegatingMessageOutputStream(MessageOutputStream delegate) |
Modifier and Type | Method and Description |
---|---|
MessageOutputStream |
InvocationTracker.allocateMessage()
Allocate a message, possibly blocking until one is available.
|
MessageOutputStream |
InvocationTracker.allocateMessage(Invocation invocation)
Allocate a message on behalf of an invocation, possibly blocking until a message is available.
|
MessageOutputStream |
MessageTracker.openMessage()
Open a message, blocking if necessary.
|
MessageOutputStream |
MessageTracker.openMessageUninterruptibly()
Open a message, blocking if necessary, and deferring any interrupts which occur while blocking.
|
Modifier and Type | Method and Description |
---|---|
MessageOutputStream |
CancellableDataOutputStream.cancel() |
Constructor and Description |
---|
CancellableDataOutputStream(MessageOutputStream mos) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.