public abstract class Handle extends Object implements Closeable
| Modifier and Type | Field and Description |
|---|---|
protected LoopHandle |
loop |
protected long |
pointer |
| Modifier | Constructor and Description |
|---|---|
protected |
Handle(long pointer,
LoopHandle loop) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
int |
hashCode() |
boolean |
isClosing() |
void |
ref() |
String |
toString() |
void |
unref() |
protected final long pointer
protected final LoopHandle loop
protected Handle(long pointer,
LoopHandle loop)
Copyright © 2020. All rights reserved.