ewe.io
Interface StreamCanPause

All Known Implementing Classes:
DatagramSocket, RandomStreamAdapter, SerialPort, Socket, StreamAdapter

public interface StreamCanPause


Field Summary
static int PAUSE_UNTIL_CAN_READ
           
static int PAUSE_UNTIL_CAN_WRITE
           
static int PAUSE_UNTIL_CLOSED
           
static int PAUSE_UNTIL_FLUSHED
           
 
Method Summary
 int pauseUntilReady(int operation, int milliseconds)
           
 

Field Detail

PAUSE_UNTIL_CAN_WRITE

public static final int PAUSE_UNTIL_CAN_WRITE
See Also:
Constant Field Values

PAUSE_UNTIL_CAN_READ

public static final int PAUSE_UNTIL_CAN_READ
See Also:
Constant Field Values

PAUSE_UNTIL_FLUSHED

public static final int PAUSE_UNTIL_FLUSHED
See Also:
Constant Field Values

PAUSE_UNTIL_CLOSED

public static final int PAUSE_UNTIL_CLOSED
See Also:
Constant Field Values
Method Detail

pauseUntilReady

public int pauseUntilReady(int operation,
                           int milliseconds)