I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 9a6a66d7 authored by zzz's avatar zzz
Browse files

* Streaming: Restore I2PSocketManagerFull as public

                 (broke jwebcahe ticket #345)
parent 3c517259
No related branches found
No related tags found
No related merge requests found
...@@ -22,8 +22,10 @@ import net.i2p.util.Log; ...@@ -22,8 +22,10 @@ import net.i2p.util.Log;
* I2PSocketManager, it should not attempt to call I2PSession's setSessionListener * I2PSocketManager, it should not attempt to call I2PSession's setSessionListener
* or receive any messages with its .receiveMessage * or receive any messages with its .receiveMessage
* *
* This is what I2PSocketManagerFactory.createManager() returns.
* Direct instantiation by others is deprecated.
*/ */
class I2PSocketManagerFull implements I2PSocketManager { public class I2PSocketManagerFull implements I2PSocketManager {
private I2PAppContext _context; private I2PAppContext _context;
private Log _log; private Log _log;
private I2PSession _session; private I2PSession _session;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment