-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CORE-18720: Add session state #5291
CORE-18720: Add session state #5291
Conversation
components/link-manager/src/main/kotlin/net/corda/p2p/linkmanager/stubs/Encryption.kt
Dismissed
Show dismissed
Hide dismissed
components/link-manager/src/main/kotlin/net/corda/p2p/linkmanager/stubs/Encryption.kt
Dismissed
Show dismissed
Hide dismissed
4678896
to
f39197c
Compare
Jenkins build for PR 5291 build 10 Build Successful: |
components/link-manager/src/main/kotlin/net/corda/p2p/linkmanager/state/SessionState.kt
Outdated
Show resolved
Hide resolved
components/link-manager/src/main/kotlin/net/corda/p2p/linkmanager/state/SessionState.kt
Outdated
Show resolved
Hide resolved
components/link-manager/src/main/kotlin/net/corda/p2p/linkmanager/stubs/Encryption.kt
Outdated
Show resolved
Hide resolved
components/link-manager/src/test/kotlin/net/corda/p2p/linkmanager/state/SessionStateTest.kt
Outdated
Show resolved
Hide resolved
libs/p2p-crypto/src/main/kotlin/net/corda/p2p/crypto/protocol/api/SessionData.kt
Outdated
Show resolved
Hide resolved
...p-crypto/src/main/kotlin/net/corda/p2p/crypto/protocol/api/AuthenticatedEncryptionSession.kt
Outdated
Show resolved
Hide resolved
libs/p2p-crypto/src/main/kotlin/net/corda/p2p/crypto/protocol/api/AuthenticatedSession.kt
Outdated
Show resolved
Hide resolved
…state # Conflicts: # gradle.properties
components/link-manager/src/main/kotlin/net/corda/p2p/linkmanager/state/SessionState.kt
Outdated
Show resolved
Hide resolved
Quality Gate passedThe SonarCloud Quality Gate passed, but some issues were introduced. 1 New issue |
Adds a session state class to be used by the link manager session manager.
API pull request in corda/corda-api#1410