public interface

EventMask

org.apache.http.nio.reactor.EventMask

Class Overview

Type of I/O event notifications I/O sessions can declare interest in.

Summary

Constants
int READ Interest in data input.
int READ_WRITE Interest in data input/output.
int WRITE Interest in data output.

Constants

public static final int READ

Interest in data input.

Constant Value: 1 (0x00000001)

public static final int READ_WRITE

Interest in data input/output.

Constant Value: 5 (0x00000005)

public static final int WRITE

Interest in data output.

Constant Value: 4 (0x00000004)