All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ircclouds.irc.api.ctcp.DCCSendResult Maven / Gradle / Ivy

package com.ircclouds.irc.api.ctcp;

public interface DCCSendResult
{
	int getNumberOfAcksReceived();
	
	int totalBytesSent();
	
	long totalTime();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy