mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-04-12 19:21:17 +02:00
Pass incoming connection handler to plugins.
This commit is contained in:
@@ -192,7 +192,8 @@ class ModemPlugin implements DuplexPlugin, Modem.Callback {
|
||||
}
|
||||
|
||||
@Override
|
||||
public RendezvousHandler createRendezvousHandler(KeyMaterialSource k) {
|
||||
public RendezvousHandler createRendezvousHandler(KeyMaterialSource k,
|
||||
ConnectionHandler incoming) {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user