public interface ProtocolExecutor
Modifier and Type | Method and Description |
---|---|
<T> T |
execute(CommandProtocol<T> protocol,
InternalConnection connection,
SessionContext sessionContext) |
<T> T |
execute(LegacyProtocol<T> protocol,
InternalConnection connection) |
<T> void |
executeAsync(CommandProtocol<T> protocol,
InternalConnection connection,
SessionContext sessionContext,
SingleResultCallback<T> callback) |
<T> void |
executeAsync(LegacyProtocol<T> protocol,
InternalConnection connection,
SingleResultCallback<T> callback) |
<T> T execute(LegacyProtocol<T> protocol, InternalConnection connection)
<T> void executeAsync(LegacyProtocol<T> protocol, InternalConnection connection, SingleResultCallback<T> callback)
<T> T execute(CommandProtocol<T> protocol, InternalConnection connection, SessionContext sessionContext)
<T> void executeAsync(CommandProtocol<T> protocol, InternalConnection connection, SessionContext sessionContext, SingleResultCallback<T> callback)
Copyright © 2010 - 2020 Adobe. All Rights Reserved