Examples of enableStateMaintenance()


Examples of com.aelitis.azureus.core.peermanager.peerdb.PeerExchangerItem.enableStateMaintenance()

      if( pex_item != null ) {
        //check for peer exchange support
        if(ut_pex_enabled || peerSupportsMessageType(AZMessage.ID_AZ_PEER_EXCHANGE)) {
          peer_exchange_supported = true;
         
          pex_item.enableStateMaintenance();
        }
        else //no need to maintain internal states as we wont be sending/receiving peer exchange messages
          pex_item.disableStateMaintenance();
        }
      }
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.