public abstract class RtmpHandshakeMessage extends RtmpMessage
RtmpMessage.Kind| Modifier and Type | Field and Description |
|---|---|
static int |
NONCE_LENGTH |
| Constructor and Description |
|---|
RtmpHandshakeMessage() |
RtmpHandshakeMessage(int t1,
int t2,
ByteBuffer nonce) |
| Modifier and Type | Method and Description |
|---|---|
abstract RtmpMessage.Kind |
getKind() |
ByteBuffer |
getNonce() |
int |
getTimestamp1() |
int |
getTimestamp2() |
void |
setTimestamp2(int t) |
public static final int NONCE_LENGTH
public RtmpHandshakeMessage(int t1,
int t2,
ByteBuffer nonce)
public RtmpHandshakeMessage()
public abstract RtmpMessage.Kind getKind()
getKind in class RtmpMessagepublic int getTimestamp1()
public int getTimestamp2()
public void setTimestamp2(int t)
public ByteBuffer getNonce()
Copyright © 2014–2015. All rights reserved.