Skip to content

Commit

Permalink
TlsEndpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
pull-vert committed Dec 29, 2024
1 parent fcf8f71 commit 3a4bb3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/jayo/tls/TlsEndpoint.java
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ sealed interface Builder<T extends Builder<T>> permits RealTlsEndpoint.Builder,
* as possible.
*/
@NonNull
T sessionInitCallback(final @NonNull Consumer<SSLSession> sessionInitCallback);
T sessionInitCallback(final @NonNull Consumer<@NonNull SSLSession> sessionInitCallback);

/**
* Whether to wait for TLS close confirmation when calling {@code close()} on this TLS endpoint or its
Expand Down

0 comments on commit 3a4bb3d

Please sign in to comment.