mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-20 14:49:53 +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
|
* @param out An outgoing stream for the handshake, which must be secured
|
||||||
* in handshake mode
|
* in handshake mode
|
||||||
*/
|
*/
|
||||||
HandshakeResult handshake(PendingContactId p,
|
HandshakeResult handshake(PendingContactId p, InputStream in,
|
||||||
InputStream in, StreamWriter out) throws DbException, IOException;
|
StreamWriter out) throws DbException, IOException;
|
||||||
|
|
||||||
class HandshakeResult {
|
class HandshakeResult {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user