Package freenet.io.xfer.BulkTransmitter

Examples of freenet.io.xfer.BulkTransmitter.AllSentCallback


          // Send it forward to the data source, if it is valid.
         
          if(OpennetManager.validateNoderef(newNoderef, 0, newNoderef.length, source, false) != null) {
            try {
              if(logMINOR) Logger.minor(this, "Relaying noderef from source to data source for "+RequestHandler.this);
              om.sendOpennetRef(true, uid, dataSource, newNoderef, RequestHandler.this, new AllSentCallback() {

                @Override
                public void allSent(
                    BulkTransmitter bulkTransmitter,
                    boolean anyFailed) {
View Full Code Here

TOP

Related Classes of freenet.io.xfer.BulkTransmitter.AllSentCallback

Copyright © 2018 www.massapicom. 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.