Package com.mongodb.internal.connection
Interface ProtocolExecutor
Deprecated.
-
Method Summary
Modifier and TypeMethodDescription<T> T
execute
(CommandProtocol<T> protocol, InternalConnection connection, SessionContext sessionContext) Deprecated.<T> T
execute
(LegacyProtocol<T> protocol, InternalConnection connection) Deprecated.<T> void
executeAsync
(CommandProtocol<T> protocol, InternalConnection connection, SessionContext sessionContext, SingleResultCallback<T> callback) Deprecated.<T> void
executeAsync
(LegacyProtocol<T> protocol, InternalConnection connection, SingleResultCallback<T> callback) Deprecated.
-
Method Details
-
execute
Deprecated. -
executeAsync
<T> void executeAsync(LegacyProtocol<T> protocol, InternalConnection connection, SingleResultCallback<T> callback) Deprecated. -
execute
<T> T execute(CommandProtocol<T> protocol, InternalConnection connection, SessionContext sessionContext) Deprecated. -
executeAsync
<T> void executeAsync(CommandProtocol<T> protocol, InternalConnection connection, SessionContext sessionContext, SingleResultCallback<T> callback) Deprecated.
-