mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
Rewrap a line.
This commit is contained in:
@@ -21,8 +21,8 @@ public interface HandshakeManager {
|
||||
* @param out An outgoing stream for the handshake, which must be secured
|
||||
* in handshake mode
|
||||
*/
|
||||
HandshakeResult handshake(PendingContactId p,
|
||||
InputStream in, StreamWriter out) throws DbException, IOException;
|
||||
HandshakeResult handshake(PendingContactId p, InputStream in,
|
||||
StreamWriter out) throws DbException, IOException;
|
||||
|
||||
class HandshakeResult {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user