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 Closeable
close
in interface AutoCloseable
IOException
public SelectableChannel getFd()
public void send()
public boolean waitEvent(long timeout)
public void recv()
Copyright © 2018. All rights reserved.