forked from I2P_Developers/i2p.i2p
javadoc
This commit is contained in:
@@ -12,6 +12,9 @@ import java.nio.channels.Selector;
|
||||
import java.nio.channels.spi.AbstractSelectionKey;
|
||||
import java.nio.channels.spi.SelectorProvider;
|
||||
|
||||
/**
|
||||
* @since 0.8.11
|
||||
*/
|
||||
public class AcceptingChannelImpl extends AcceptingChannel {
|
||||
boolean _isRegistered = false;
|
||||
SelectionKey whichKey = null;
|
||||
|
@@ -25,6 +25,9 @@ class I2PServerSocketFull implements I2PServerSocket {
|
||||
return _socketManager.receiveSocket();
|
||||
}
|
||||
|
||||
/**
|
||||
* @since 0.8.11
|
||||
*/
|
||||
public AcceptingChannel getChannel() {
|
||||
return new AcceptingChannelImpl(_socketManager);
|
||||
}
|
||||
|
Reference in New Issue
Block a user