Class RTMPTClientConnection

All Implemented Interfaces:
IEventDispatcher, IEventHandler, IEventListener, IAttributeStore, ICastingAttributeStore, IConnection, ICoreObject, IServiceCapableConnection, IStreamCapableConnection, AttributeStoreMXBean

public class RTMPTClientConnection extends BaseRTMPTConnection
  • Constructor Details

    • RTMPTClientConnection

      public RTMPTClientConnection()
  • Method Details

    • onInactive

      protected void onInactive()
      Specified by:
      onInactive in class RTMPConnection
    • getPendingMessages

      public org.apache.mina.core.buffer.IoBuffer getPendingMessages(int targetSize)
      Description copied from class: BaseRTMPTConnection
      Return any pending messages up to a given size.
      Specified by:
      getPendingMessages in class BaseRTMPTConnection
      Parameters:
      targetSize - the size the resulting buffer should have
      Returns:
      a buffer containing the data to send or null if no messages are pending