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

com.github.ltsopensource.nio.idle.IdleState Maven / Gradle / Ivy

package com.github.ltsopensource.nio.idle;

/**
 * @author Robert HG ([email protected]) on 2/8/16.
 */
public enum IdleState {

    READER_IDLE,

    WRITER_IDLE,

    BOTH_IDLE

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy