forked from I2P_Developers/i2p.i2p
Added an "accepting" channel for I2PServerSockets that is really low brow, but should work for now. Compiles, runs.
This commit is contained in:
@@ -31,6 +31,8 @@ public interface I2PServerSocket {
|
||||
*/
|
||||
public I2PSocket accept() throws I2PException, ConnectException, SocketTimeoutException;
|
||||
|
||||
public AcceptingChannel getChannel();
|
||||
|
||||
/**
|
||||
* Set Sock Option accept timeout
|
||||
* @param x timeout in ms
|
||||
|
||||
Reference in New Issue
Block a user