Package org.apache.http.nio.reactor
Interface EventMask
public interface EventMask
Type of I/O event notifications I/O sessions can declare interest in.
- Since:
- 4.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Interest in data input.static final int
Interest in data input/output.static final int
Interest in data output.
-
Field Details
-
READ
static final int READInterest in data input.- See Also:
-
WRITE
static final int WRITEInterest in data output.- See Also:
-
READ_WRITE
static final int READ_WRITEInterest in data input/output.- See Also:
-