forked from I2P_Developers/i2p.i2p
SocketErrorListener callback is unimplemented
This commit is contained in:
@ -139,6 +139,9 @@ class I2PSocketFull implements I2PSocket {
|
||||
c.getOptions().setReadTimeout(ms);
|
||||
}
|
||||
|
||||
/**
|
||||
* Deprecated, unimplemented, does nothing
|
||||
*/
|
||||
public void setSocketErrorListener(I2PSocket.SocketErrorListener lsnr) {
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user