public static class RtmpClient.RtmpIOException
extends java.io.IOException
Modifier and Type | Field and Description |
---|---|
static int |
CONNECTION_LOST
Connection to the server lost
|
static int |
DNS_NOT_REACHABLE
DNS server is not reachable
|
int |
errorCode |
static int |
HANDSHAKE_CONNECT_FAIL
Could not connect to the server for handshake
|
static int |
HANDSHAKE_FAIL
Handshake with the server failed
|
static int |
NO_SSL_TLS_SUPP
SSL connection requested but not supported by the client
|
static int |
OPEN_ALLOC
RTMP client could not allocate memory for rtmp context structure
|
static int |
OPEN_CONNECT_STREAM
RTMP client could not open the stream on server
|
static int |
RTMP_AMF_ENCODE_FAIL
AMF Encode failed while preparing a packet
|
static int |
RTMP_CONNECT_FAIL
RTMP server connection failed
|
static int |
RTMP_GENERIC_ERROR
RTMP client has encountered an unexpected error
|
static int |
RTMP_IGNORED
Error code used by JNI to return after throwing an exception
|
static int |
RTMP_KEYFRAME_TS_MISMATCH
Received an unexpected timestamp from the server
|
static int |
RTMP_MEM_ALLOC_FAIL
Memory allocation failed
|
static int |
RTMP_PACKET_TOO_SMALL
RTMP packet received is too small
|
static int |
RTMP_READ_CORRUPT_STREAM
The RTMP stream received is corrupted
|
static int |
RTMP_SANITY_FAIL
A sanity check failed in the RTMP client
|
static int |
RTMP_SEND_PACKET_FAIL
Could not send packet to RTMP server
|
static int |
RTMP_STREAM_BAD_DATASIZE
Stream indicated a bad datasize, could be corrupted
|
static int |
SOCKET_CONNECT_FAIL
Could not establish a socket connection to the server
|
static int |
SOCKET_CREATE_FAIL
Could not create a socket to connect to RTMP server
|
static int |
SOCKS_NEGOTIATION_FAIL
SOCKS negotiation failed
|
static int |
UNKNOWN_RTMP_AMF_TYPE
RTMP server sent a packet with unknown AMF type
|
static int |
UNKNOWN_RTMP_OPTION
Received an unknown option from the RTMP server
|
static int |
URL_INCORRECT_PORT
The port number indicated in the URL is wrong
|
static int |
URL_MISSING_HOSTNAME
Hostname is missing in the URL
|
static int |
URL_MISSING_PROTOCOL
Missing a :// in the URL
|
Constructor and Description |
---|
RtmpIOException(int errorCode) |
public static final int OPEN_ALLOC
public static final int OPEN_CONNECT_STREAM
public static final int UNKNOWN_RTMP_OPTION
public static final int UNKNOWN_RTMP_AMF_TYPE
public static final int DNS_NOT_REACHABLE
public static final int SOCKET_CONNECT_FAIL
public static final int SOCKS_NEGOTIATION_FAIL
public static final int SOCKET_CREATE_FAIL
public static final int NO_SSL_TLS_SUPP
public static final int HANDSHAKE_CONNECT_FAIL
public static final int HANDSHAKE_FAIL
public static final int RTMP_CONNECT_FAIL
public static final int CONNECTION_LOST
public static final int RTMP_KEYFRAME_TS_MISMATCH
public static final int RTMP_READ_CORRUPT_STREAM
public static final int RTMP_MEM_ALLOC_FAIL
public static final int RTMP_STREAM_BAD_DATASIZE
public static final int RTMP_PACKET_TOO_SMALL
public static final int RTMP_SEND_PACKET_FAIL
public static final int RTMP_AMF_ENCODE_FAIL
public static final int URL_MISSING_PROTOCOL
public static final int URL_MISSING_HOSTNAME
public static final int URL_INCORRECT_PORT
public static final int RTMP_IGNORED
public static final int RTMP_GENERIC_ERROR
public static final int RTMP_SANITY_FAIL
public final int errorCode