Uses of Interface
com.wowza.wms.netconnection.INetConnection
Packages that use INetConnection
Package
Description
-
Uses of INetConnection in com.wowza.wms.netconnection
Methods in com.wowza.wms.netconnection with parameters of type INetConnectionModifier and TypeMethodDescriptionvoid
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, OutputStream out, long[] playSizes) -
Uses of INetConnection in com.wowza.wms.pushpublish.protocol.rtmp
Fields in com.wowza.wms.pushpublish.protocol.rtmp declared as INetConnectionModifier and TypeFieldDescriptionprotected INetConnection
PushPublishRTMPNetConnectionSession.netConnection
Fields in com.wowza.wms.pushpublish.protocol.rtmp with type parameters of type INetConnectionModifier and TypeFieldDescriptionprotected Map<INetConnection,
PushPublishRTMPNetConnectionSession> PushPublishRTMP.netconnectToSessionHolder
Methods in com.wowza.wms.pushpublish.protocol.rtmp that return INetConnectionModifier and TypeMethodDescriptionPushPublishRTMP.getNetConnection()
Get the underlying INetConnection interface for this sessionPushPublishRTMPNetConnectionSession.getNetConnection()
Methods in com.wowza.wms.pushpublish.protocol.rtmp with parameters of type INetConnectionModifier and TypeMethodDescriptionPushPublishRTMP.getSessionHolderByNetConnection
(INetConnection netConnection) Get the session holder by INetConnection interfaceint
PushPublishRTMPNetConnectionPublisher.play
(INetConnection netConnection, OutputStream out, long[] playSizes) protected int
PushPublishRTMPNetConnectionPublisher.sendPackets
(INetConnection netConnection, OutputStream out, IMediaStream publishStream, long[] playSizes) void
PushPublishRTMPNetConnectionSession.setNetConnection
(INetConnection netConnection) Constructors in com.wowza.wms.pushpublish.protocol.rtmp with parameters of type INetConnectionModifierConstructorDescriptionPushPublishRTMPNetConnectionSession
(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 INetConnectionModifierConstructorDescriptionResponseFunction
(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 INetConnectionModifier and TypeMethodDescriptionIMediaStream.getNetConnection()
Get parent netConnection (future server to server communication)Methods in com.wowza.wms.stream with parameters of type INetConnectionModifier and TypeMethodDescriptionint
MediaStreamMap.getNextStreamIndex
(INetConnection netConnection) Reserve a stream for a netConnection connection.MediaStreamMap.getStream
(INetConnection netConnection, int index) Get a media stream object that is owned by a server to server netConnection object (not yet implemented).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)