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

com.koushikdutta.async.AsyncServerSocket Maven / Gradle / Ivy

package com.koushikdutta.async;

public interface AsyncServerSocket {
    public void stop();
    public int getLocalPort();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy