SocketErrorListener callback is unimplemented

This commit is contained in:
zzz
2014-04-05 12:18:14 +00:00
parent 7487ab8848
commit e1fc6893b4
3 changed files with 12 additions and 2 deletions

View File

@ -139,6 +139,9 @@ class I2PSocketFull implements I2PSocket {
c.getOptions().setReadTimeout(ms);
}
/**
* Deprecated, unimplemented, does nothing
*/
public void setSocketErrorListener(I2PSocket.SocketErrorListener lsnr) {
}