public interface EzySocketDisconnectionQueue
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(EzySocketDisconnection disconnection) |
void |
clear() |
boolean |
isEmpty() |
void |
remove(EzySocketDisconnection disconnection) |
int |
size() |
EzySocketDisconnection |
take() |
int size()
void clear()
boolean isEmpty()
boolean add(EzySocketDisconnection disconnection)
void remove(EzySocketDisconnection disconnection)
EzySocketDisconnection take() throws InterruptedException
InterruptedExceptionCopyright © 2021 Young Monkeys. All rights reserved.