Re-adding MessageChannel to I2PSocketFull

This commit is contained in:
dream
2011-10-07 01:26:29 +00:00
parent 6d621d5eb9
commit bae011da1d

View File

@ -69,8 +69,7 @@ class I2PSocketFull implements I2PSocket {
} }
public SelectableChannel getChannel() { public SelectableChannel getChannel() {
return null; return new MessageChannel(this);
//return new MessageChannel(this);
} }
/** /**