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

Skip to content
Snippets Groups Projects
Commit 7888705b authored by zzz's avatar zzz
Browse files

final

parent 31938f49
No related branches found
No related tags found
No related merge requests found
......@@ -495,12 +495,14 @@ public class SAMBridge implements Runnable, ClientApp {
+ s.socket().getPort());
class HelloHandler implements Runnable {
SocketChannel s ;
SAMBridge parent ;
private final SocketChannel s;
private final SAMBridge parent;
HelloHandler(SocketChannel s, SAMBridge parent) {
this.s = s ;
this.parent = parent ;
}
public void run() {
try {
SAMHandler handler = SAMHandlerFactory.createSAMHandler(s, i2cpProps);
......
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