mirror of
https://github.com/corda/corda.git
synced 2025-06-14 13:18:18 +00:00
fix regression in SocketSelector when selecting ServerSocketChannels
This commit is contained in:
@ -16,6 +16,8 @@ import java.nio.ByteBuffer;
|
||||
public abstract class SelectableChannel implements Channel {
|
||||
private SelectionKey key;
|
||||
|
||||
abstract int socketFD();
|
||||
|
||||
public abstract SelectableChannel configureBlocking(boolean v)
|
||||
throws IOException;
|
||||
|
||||
|
Reference in New Issue
Block a user