
Public Member Functions | |
| ERXKeepAliveResponse () | |
| void | push (byte[] data) |
| void | push (String str) |
| void | reset () |
Protected Attributes | |
| byte[] | _current = null |
| int | _currentIndex = 0 |
| Queue< byte[]> | _queue = new ConcurrentLinkedQueue<byte[]>() |
Static Protected Attributes | |
| static final Logger | log = Logger.getLogger(ERXKeepAliveResponse.class) |
| void push | ( | byte[] | data | ) |
Enqueues the data.
| data |
| void push | ( | String | str | ) |
Enqueues the data for this string using the response encoding.
| str | the string to push |
| void reset | ( | ) |
Resets the response by clearing out the current item and notifying the queue.
int _currentIndex = 0 [protected] |
Current index in
Queue<byte[]> _queue = new ConcurrentLinkedQueue<byte[]>() [protected] |
Queue to push the items into.
final Logger log = Logger.getLogger(ERXKeepAliveResponse.class) [static, protected] |
1.5.8