예제 #1
0
 /** @syncpriority 200 */
 public synchronized void startReception() {
   if (receiving) throw new SeekInnerCalmException();
   // If we're already finished, just start rebroadcasting
   if (pageBuf.isComplete()) startRebroadcast();
   else {
     receiving = true;
     requestCachedSources();
     mina.getSourceMgr().wantSources(streamId, tolerateDelay());
   }
 }