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

com.github.netty.protocol.nrpc.State Maven / Gradle / Ivy

package com.github.netty.protocol.nrpc;

public interface State {
    String name();

    boolean isComplete();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy