| Package | Description |
|---|---|
| org.kaazing.gateway.transport.wsr | |
| org.kaazing.gateway.transport.wsr.bridge.filter |
| Modifier and Type | Method and Description |
|---|---|
static RtmpStreamMessage.StreamKind |
RtmpStreamMessage.StreamKind.decode(int code) |
RtmpStreamMessage.StreamKind |
RtmpSetChunkSizeMessage.getStreamKind() |
RtmpStreamMessage.StreamKind |
RtmpWindowAcknowledgmentSizeMessage.getStreamKind() |
RtmpStreamMessage.StreamKind |
RtmpSetPeerBandwidthMessage.getStreamKind() |
abstract RtmpStreamMessage.StreamKind |
RtmpStreamMessage.getStreamKind() |
RtmpStreamMessage.StreamKind |
RtmpAckMessage.getStreamKind() |
RtmpStreamMessage.StreamKind |
RtmpDataStartDataMessage.getStreamKind() |
RtmpStreamMessage.StreamKind |
RtmpUserControlMessage.getStreamKind() |
RtmpStreamMessage.StreamKind |
RtmpSampleAccessMessage.getStreamKind() |
RtmpStreamMessage.StreamKind |
RtmpStreamMetaDataMessage.getStreamKind() |
RtmpStreamMessage.StreamKind |
RtmpCommandMessage.getStreamKind() |
RtmpStreamMessage.StreamKind |
RtmpBinaryDataMessage.getStreamKind() |
static RtmpStreamMessage.StreamKind |
RtmpStreamMessage.StreamKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RtmpStreamMessage.StreamKind[] |
RtmpStreamMessage.StreamKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RtmpStreamMessage.StreamKind |
WsrStreamMessageDecodingState.getStreamKind() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract org.apache.mina.filter.codec.statemachine.DecodingState |
RtmpChunkHeaderDecodingState.finishDecode(int chunkStreamId,
int timestamp,
int messageLength,
RtmpStreamMessage.StreamKind streamKind,
int messageStreamId,
org.apache.mina.filter.codec.ProtocolDecoderOutput out) |
protected abstract org.apache.mina.filter.codec.statemachine.DecodingState |
RtmpChunkHeaderDecodingState.finishDecode(int chunkStreamId,
int timestamp,
int messageLength,
RtmpStreamMessage.StreamKind streamKind,
org.apache.mina.filter.codec.ProtocolDecoderOutput out) |
void |
WsrStreamMessageDecodingState.setStreamKind(RtmpStreamMessage.StreamKind streamKind) |
Copyright © 2014–2015. All rights reserved.