Class | Description |
---|---|
TimeoutInputStream |
This class provides an optional millisecond timeout on its read()
operations.
|
Exception | Description |
---|---|
ReadTimeoutException |
ReadTimeoutException is thrown by TimeoutInputStream.read() when bytes are
not available within the timeout specified.
|
Copyright © 2019 Kevin Lamonte. Licensed MIT.