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

com.codingapi.tx.netty.service.NettyService Maven / Gradle / Ivy

There is a newer version: 4.1.0
Show newest version
package com.codingapi.tx.netty.service;

/**
 * Created by lorne on 2017/6/30.
 */
public interface NettyService {

    void start();

    void close();

    boolean checkState();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy