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

@@ -76,6 +76,9 @@ public interface I2PSocket extends Closeable {
public boolean isClosed();
/**
* Deprecated, unimplemented, does nothing
*/
public void setSocketErrorListener(SocketErrorListener lsnr);
/**
@@ -93,6 +96,8 @@ public interface I2PSocket extends Closeable {
public int getLocalPort();
/**
* Deprecated, unimplemented, does nothing. Original description:
*
* Allow notification of underlying errors communicating across I2P without
* waiting for any sort of cleanup process. For example, if some data could
* not be sent, this listener is notified immediately, and while the input/output