add dependencies on streaming lib, skeleton of i2p connector
This commit is contained in:
@@ -1,9 +1,18 @@
|
||||
package com.muwire.core.connection
|
||||
|
||||
import net.i2p.client.streaming.I2PSocketManager
|
||||
import net.i2p.data.Destination
|
||||
|
||||
class I2PConnector {
|
||||
|
||||
final I2PSocketManager socketManager
|
||||
|
||||
I2PConnector() {}
|
||||
|
||||
I2PConnector(I2PSocketManager socketManager) {
|
||||
this.socketManager = socketManager
|
||||
}
|
||||
|
||||
Endpoint connect(Destination dest) {
|
||||
//TODO implement
|
||||
null
|
||||
|
Reference in New Issue
Block a user