
Public Member Functions | |
| FlushOperationImpl (int d, OperationCallback cb) | |
| void | handleLine (String line) |
| void | initialize () |
Private Attributes | |
| final int | delay |
Static Private Attributes | |
| static final byte[] | FLUSH = "flush_all\r\n".getBytes() |
| static final OperationStatus | OK |
| FlushOperationImpl | ( | int | d, | |
| OperationCallback | cb | |||
| ) |
| void handleLine | ( | String | line | ) | [virtual] |
Implements OperationImpl.
| void initialize | ( | ) |
Initialize this operation. This is used to prepare output byte buffers and stuff.
Implements Operation.
final int delay [private] |
final byte [] FLUSH = "flush_all\r\n".getBytes() [static, private] |
final OperationStatus OK [static, private] |
Initial value:
new OperationStatus(true, "OK")
1.5.8