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
|
@Override
|
||||||
protected int doFlush() throws Exception {
|
protected int doFlush(boolean lastSpin) throws Exception {
|
||||||
throw new UnsupportedOperationException();
|
throw new UnsupportedOperationException();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
protected boolean inEventLoopDrivenFlush() {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
private static class NoopQueue extends AbstractQueue<Object> {
|
private static class NoopQueue extends AbstractQueue<Object> {
|
||||||
@Override
|
@Override
|
||||||
public boolean offer(Object e) {
|
public boolean offer(Object e) {
|
||||||
|
Loading…
Reference in New Issue
Block a user