public class LoopAdapter extends Object implements LoopHandler
LoopHandler
.Constructor and Description |
---|
LoopAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
execute(Reactor reactor,
Pollable pollable)
Execute a loop operation.
|
protected void |
execute(Reactor reactor,
SelectableChannel channel) |
protected void |
execute(Reactor reactor,
Socket socket) |
public void execute(Reactor reactor, Pollable pollable)
LoopHandler
execute
in interface LoopHandler
reactor
- The Reactorpollable
- The Pollable containing the socket or channelprotected void execute(Reactor reactor, SelectableChannel channel)
Copyright © 2019. All rights reserved.