public interface EzyRequestQueue
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(EzySocketRequest request) |
void |
clear() |
boolean |
isEmpty() |
boolean |
isFull() |
int |
size() |
EzySocketRequest |
take() |
int size()
void clear()
EzySocketRequest take()
boolean isFull()
boolean isEmpty()
boolean add(EzySocketRequest request)
Copyright © 2021 Young Monkeys. All rights reserved.