Fix compilation errors
This commit is contained in:
parent
3642879d98
commit
6a0040a14e
@ -77,10 +77,15 @@ public abstract class AbstractServerChannel extends AbstractChannel implements S
|
||||
}
|
||||
|
||||
@Override
|
||||
protected int doFlush() throws Exception {
|
||||
protected int doFlush(boolean lastSpin) throws Exception {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
@Override
|
||||
protected boolean inEventLoopDrivenFlush() {
|
||||
return false;
|
||||
}
|
||||
|
||||
private static class NoopQueue extends AbstractQueue<Object> {
|
||||
@Override
|
||||
public boolean offer(Object e) {
|
||||
|
Loading…
Reference in New Issue
Block a user