jDnsProxy/src/main/java/com/moparisthebest/dns/net/FullBufChanCompletionHandle...

7 lines
140 B
Java

package com.moparisthebest.dns.net;
@FunctionalInterface
public interface FullBufChanCompletionHandler {
void completed(BufChan bc);
}