Package org.opends.server.protocols
Class ReactiveHandlersUtils
java.lang.Object
org.opends.server.protocols.ReactiveHandlersUtils
Utility class for reactive handlers.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Version 3 of the LDAP protocol. -
Method Summary
Modifier and TypeMethodDescriptionstatic void
emitResult
(Result result, FlowableEmitter<Response> out) Emits a result to the provided reactive emitter, to signal completion of a request.
-
Field Details
-
LDAP_PROTOCOL_VERSION_3
public static final int LDAP_PROTOCOL_VERSION_3Version 3 of the LDAP protocol.- See Also:
-
-
Method Details
-
emitResult
Emits a result to the provided reactive emitter, to signal completion of a request.- Parameters:
result
- The result to emit, which may benull
.out
- The reactive emitter.
-