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.netconnection
Methods in com.wowza.wms.netconnection with parameters of type INetConnection Modifier and Type Method Description void
INetConnectionCallback. onCallback(INetConnection netconnection, com.wowza.wms.request.RequestFunction function, AMFDataList params)
void
INetConnectionIdle. onIdle(INetConnection netconnection, org.apache.mina.common.IoSession session)
void
INetConnectionCallResult. onResult(INetConnection netconnection, com.wowza.wms.request.RequestFunction function, AMFDataList params)
void
INetConnectionPingResult. onResult(INetConnection netConnection, long pingTime, int pingId, boolean result)
Triggered on server to server result from call to INetConnection.ping.void
INetConnectionIdle. onSessionClosed(INetConnection netconnection, org.apache.mina.common.IoSession session)
void
INetConnectionIdle. onSessionOpened(INetConnection netconnection, org.apache.mina.common.IoSession session)
int
INetConnectionPublisher. play(INetConnection netConnection, java.io.OutputStream out, long[] playSizes)
-
Uses of INetConnection in com.wowza.wms.pushpublish.protocol.rtmp
Fields in com.wowza.wms.pushpublish.protocol.rtmp declared as INetConnection Modifier and Type Field Description protected INetConnection
PushPublishRTMPNetConnectionSession. netConnection
Fields 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. netconnectToSessionHolder
Methods in com.wowza.wms.pushpublish.protocol.rtmp that return INetConnection Modifier and Type Method Description INetConnection
PushPublishRTMP. getNetConnection()
Get the underlying INetConnection interface for this sessionINetConnection
PushPublishRTMPNetConnectionSession. getNetConnection()
Methods in com.wowza.wms.pushpublish.protocol.rtmp with parameters of type INetConnection Modifier and Type Method Description PushPublishRTMPNetConnectionSession
PushPublishRTMP. getSessionHolderByNetConnection(INetConnection netConnection)
Get the session holder by INetConnection interfaceint
PushPublishRTMPNetConnectionPublisher. play(INetConnection netConnection, java.io.OutputStream out, long[] playSizes)
protected int
PushPublishRTMPNetConnectionPublisher. sendPackets(INetConnection netConnection, java.io.OutputStream out, IMediaStream publishStream, long[] playSizes)
void
PushPublishRTMPNetConnectionSession. 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.response
Constructors 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.stream
Methods in com.wowza.wms.stream that return INetConnection Modifier and Type Method Description INetConnection
IMediaStream. 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 int
MediaStreamMap. getNextStreamIndex(INetConnection netConnection)
Reserve a stream for a netConnection connection.IMediaStream
MediaStreamMap. getStream(INetConnection netConnection, int index)
Get a media stream object that is owned by a server to server netConnection object (not yet implemented).IMediaStream
MediaStreamMap. getStream(INetConnection netConnection, int index, boolean doCreate)
Get a media stream reference by stream id.void
MediaStreamMap. removeStream(INetConnection netConnection, int index)
Remove a stream associated with a netConnection objectvoid
IMediaStream. setNetConnection(INetConnection netConnection)
Set parent netConnection (future server to server communication)
-