Package | Description |
---|---|
io.undertow.server.protocol.framed | |
io.undertow.websockets.core |
Modifier and Type | Class and Description |
---|---|
class |
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. |
class |
AbstractFramedStreamSinkChannel<C extends AbstractFramedChannel<C,R,S>,R extends AbstractFramedStreamSourceChannel<C,R,S>,S extends AbstractFramedStreamSinkChannel<C,R,S>>
Framed Stream Sink Channel.
|
class |
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.
|
interface |
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.
|
Modifier and Type | Method and Description |
---|---|
AbstractFramedStreamSourceChannel<?,?,?> |
FrameHeaderData.getExistingChannel() |
Modifier and Type | Class and Description |
---|---|
class |
FixedPayloadFrameSourceChannel
A StreamSourceFrameChannel that is used to read a Frame with a fixed sized payload.
|
class |
StreamSourceFrameChannel
Base class for processes Frame bases StreamSourceChannels.
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.