Interface IOCondition


public interface IOCondition
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Error condition.
    static final int
    Hung up (the connection has been broken, usually for
    pipes and sockets).
    static final int
    There is data to read.
    static final int
    Invalid request.
    static final int
    Data can be written (without blocking).
    static final int
    There is urgent data to read.