Interface HttpTransportObserver.HandshakeObservation
- Enclosing interface:
HttpTransportObserver
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Observation of one security handshake.
-
Method Summary
Modifier and TypeMethodDescriptionvoidCompletes this handshake observation.noop()Returns a no-op handshake observation.
-
Method Details
-
noop
Returns a no-op handshake observation.- Returns:
- no-op observation
-
close
Completes this handshake observation.This method is idempotent.
- Parameters:
outcome- handshake outcome
-