com.aelitis.azureus.core.messenger.config
Class PlatformTorrentMessenger

java.lang.Object
  extended by com.aelitis.azureus.core.messenger.config.PlatformTorrentMessenger

public class PlatformTorrentMessenger
extends java.lang.Object

Author:
TuxPaper

Field Summary
static java.lang.String LISTENER_ID
           
static java.lang.String OP_STREAMCOMPLETE
           
 
Constructor Summary
PlatformTorrentMessenger()
           
 
Method Summary
static void streamComplete(TOTorrent torrent, long waitTime, int maxSeekAheadSecs, int numRebuffers, int numHardRebuffers)
           
static void streamComplete(TOTorrent torrent, java.util.Map info)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LISTENER_ID

public static java.lang.String LISTENER_ID

OP_STREAMCOMPLETE

public static java.lang.String OP_STREAMCOMPLETE
Constructor Detail

PlatformTorrentMessenger

public PlatformTorrentMessenger()
Method Detail

streamComplete

public static void streamComplete(TOTorrent torrent,
                                  long waitTime,
                                  int maxSeekAheadSecs,
                                  int numRebuffers,
                                  int numHardRebuffers)

streamComplete

public static void streamComplete(TOTorrent torrent,
                                  java.util.Map info)