Package com.aelitis.azureus.core.peermanager.messaging

Examples of com.aelitis.azureus.core.peermanager.messaging.Message.destroy()


        for( int i=0; i<messages.size(); i++ ){
         
          Message msg = (Message)messages.get( i );
         
          msg.destroy();
      }
    }catch( IndexOutOfBoundsException e ){
          // as access to messages_last_read isn't synchronized we can get this error if we destroy the
          // decoder in parallel with messages being removed. We don't really want to synchornized access
          // to this so we'll take the hit here
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.