Uses of Interface
com.wowza.wms.netconnection.INetConnection
- 
Packages that use INetConnection Package Description com.wowza.wms.netconnection com.wowza.wms.pushpublish.protocol.rtmp com.wowza.wms.response com.wowza.wms.stream 
- 
- 
Uses of INetConnection in com.wowza.wms.netconnectionMethods in com.wowza.wms.netconnection with parameters of type INetConnection Modifier and Type Method Description voidINetConnectionCallback. onCallback(INetConnection netconnection, com.wowza.wms.request.RequestFunction function, AMFDataList params)voidINetConnectionIdle. onIdle(INetConnection netconnection, org.apache.mina.common.IoSession session)voidINetConnectionCallResult. onResult(INetConnection netconnection, com.wowza.wms.request.RequestFunction function, AMFDataList params)voidINetConnectionPingResult. onResult(INetConnection netConnection, long pingTime, int pingId, boolean result)Triggered on server to server result from call to INetConnection.ping.voidINetConnectionIdle. onSessionClosed(INetConnection netconnection, org.apache.mina.common.IoSession session)voidINetConnectionIdle. onSessionOpened(INetConnection netconnection, org.apache.mina.common.IoSession session)intINetConnectionPublisher. play(INetConnection netConnection, java.io.OutputStream out, long[] playSizes)
- 
Uses of INetConnection in com.wowza.wms.pushpublish.protocol.rtmpFields in com.wowza.wms.pushpublish.protocol.rtmp declared as INetConnection Modifier and Type Field Description protected INetConnectionPushPublishRTMPNetConnectionSession. netConnectionFields in com.wowza.wms.pushpublish.protocol.rtmp with type parameters of type INetConnection Modifier and Type Field Description protected java.util.Map<INetConnection,PushPublishRTMPNetConnectionSession>PushPublishRTMP. netconnectToSessionHolderMethods in com.wowza.wms.pushpublish.protocol.rtmp that return INetConnection Modifier and Type Method Description INetConnectionPushPublishRTMP. getNetConnection()Get the underlying INetConnection interface for this sessionINetConnectionPushPublishRTMPNetConnectionSession. getNetConnection()Methods in com.wowza.wms.pushpublish.protocol.rtmp with parameters of type INetConnection Modifier and Type Method Description PushPublishRTMPNetConnectionSessionPushPublishRTMP. getSessionHolderByNetConnection(INetConnection netConnection)Get the session holder by INetConnection interfaceintPushPublishRTMPNetConnectionPublisher. play(INetConnection netConnection, java.io.OutputStream out, long[] playSizes)protected intPushPublishRTMPNetConnectionPublisher. sendPackets(INetConnection netConnection, java.io.OutputStream out, IMediaStream publishStream, long[] playSizes)voidPushPublishRTMPNetConnectionSession. setNetConnection(INetConnection netConnection)Constructors in com.wowza.wms.pushpublish.protocol.rtmp with parameters of type INetConnection Constructor Description PushPublishRTMPNetConnectionSession(INetConnection netConnection, org.apache.mina.common.IoSession session)
- 
Uses of INetConnection in com.wowza.wms.responseConstructors in com.wowza.wms.response with parameters of type INetConnection Constructor Description ResponseFunction(INetConnection netConnection)Create an empty ResponseFunctionResponseFunction(INetConnection netConnection, AMFObj amfObj)Create an empty ResponseFunction
- 
Uses of INetConnection in com.wowza.wms.streamMethods in com.wowza.wms.stream that return INetConnection Modifier and Type Method Description INetConnectionIMediaStream. getNetConnection()Get parent netConnection (future server to server communication)Methods in com.wowza.wms.stream with parameters of type INetConnection Modifier and Type Method Description intMediaStreamMap. getNextStreamIndex(INetConnection netConnection)Reserve a stream for a netConnection connection.IMediaStreamMediaStreamMap. getStream(INetConnection netConnection, int index)Get a media stream object that is owned by a server to server netConnection object (not yet implemented).IMediaStreamMediaStreamMap. getStream(INetConnection netConnection, int index, boolean doCreate)Get a media stream reference by stream id.voidMediaStreamMap. removeStream(INetConnection netConnection, int index)Remove a stream associated with a netConnection objectvoidIMediaStream. setNetConnection(INetConnection netConnection)Set parent netConnection (future server to server communication)
 
-