public interface INetConnection extends INetConnection
INetConnection - RTMFP connection (replica of ActionScript's NetConnection class interface).| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
INetConnection.Configuration
Configuration - INetConnection configuration constants. | 
INetConnection.IListener, INetConnection.ListenerAdapterCALL_BADVERSION, CALL_FAILED, CONNECT_APPSHUTDOWN, CONNECT_BANDWIDTH, CONNECT_CLOSED, CONNECT_FAILED, CONNECT_INVALID_APPLICATION, CONNECT_REJECTED, CONNECT_SUCCESS, defaultObjectEncoding, PROXY_TYPE_BEST, PROXY_TYPE_CONNECT, PROXY_TYPE_HTTP, PROXY_TYPE_NONE| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
farID()
Returns the identifier of the Flash Media Server instance to which this Flash Player or Adobe AIR instance is connected. 
 | 
java.lang.String | 
farNonce()
A value chosen substantially by Flash Media Server, unique to this connection. 
 | 
int | 
maxPeerConnections()
Returns total number of inbound and outbound peer connections that this instance allows. 
 | 
void | 
maxPeerConnections(int connections)
Sets total number of inbound and outbound peer connections that this instance allows. 
 | 
java.lang.String | 
nearID()
Returns the identifier of this Flash Player or Adobe AIR instance for this NetConnection instance. 
 | 
java.lang.String | 
nearNonce()
A value chosen substantially by this Flash Player or Adobe AIR instance, unique to this connection. 
 | 
java.util.List<? extends INetStream> | 
unconnectedPeerStreams()
An object that holds all of the peer subscriber NetStream objects that are not associated with publishing NetStream objects. 
 | 
addEventListener, addHeader, call, client, client, close, configuration, connect, connected, connectedProxyType, createNetStream, createSharedObject, getInfo, getUploadBufferSize, objectEncoding, objectEncoding, proxyType, proxyType, removeEventListener, setMaxUploadBandwidth, uri, usingTLSjava.lang.String farID()
java.lang.String farNonce()
int maxPeerConnections()
void maxPeerConnections(int connections)
connections - java.lang.String nearID()
java.lang.String nearNonce()
java.util.List<? extends INetStream> unconnectedPeerStreams()