Interface | Description |
---|---|
FrameHeaderData |
Frame header data for frames that are received
|
FramePriority<C extends AbstractFramedChannel<C,R,S>,R extends AbstractFramedStreamSourceChannel<C,R,S>,S extends AbstractFramedStreamSinkChannel<C,R,S>> |
Interface that can be used to determine where to insert a given frame into the pending frame queue.
|
Class | Description |
---|---|
AbstractFramedChannel<C extends AbstractFramedChannel<C,R,S>,R extends AbstractFramedStreamSourceChannel<C,R,S>,S extends AbstractFramedStreamSinkChannel<C,R,S>> |
A
ConnectedChannel which can be used to send and receive Frames. |
AbstractFramedStreamSinkChannel<C extends AbstractFramedChannel<C,R,S>,R extends AbstractFramedStreamSourceChannel<C,R,S>,S extends AbstractFramedStreamSinkChannel<C,R,S>> |
Framed Stream Sink Channel.
|
AbstractFramedStreamSourceChannel<C extends AbstractFramedChannel<C,R,S>,R extends AbstractFramedStreamSourceChannel<C,R,S>,S extends AbstractFramedStreamSinkChannel<C,R,S>> |
Source channel, used to receive framed messages.
|
SendFrameHeader |
Copyright © 2017 JBoss by Red Hat. All rights reserved.