Taking StandardSocket back since an I2PSocket cannot act like a SocketChannel.

This commit is contained in:
dream
2011-10-01 19:45:10 +00:00
parent 3dd79269bc
commit 9fbc7aef25

View File

@ -71,7 +71,7 @@ class StandardSocket extends Socket {
*/ */
@Override @Override
public SocketChannel getChannel() { public SocketChannel getChannel() {
return _socket.getChannel(); return null;
} }
/** /**