public class Signaler extends Object implements Closeable
| Constructor and Description |
|---|
Signaler() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
SelectableChannel |
getFd() |
void |
recv() |
void |
send() |
boolean |
waitEvent(long timeout) |
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic SelectableChannel getFd()
public void send()
public boolean waitEvent(long timeout)
public void recv()
Copyright © 2016. All rights reserved.