-
- Downloads
Client side implementation of creating channel with credentials.
The old test_ssl_channel related code is deleted and the new create channel call is used for interop tests. Change on 2014/12/19 by yangg <yangg@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82540921
Showing
- Makefile 43 additions, 5 deletionsMakefile
- build.json 15 additions, 1 deletionbuild.json
- include/grpc++/channel_arguments.h 82 additions, 0 deletionsinclude/grpc++/channel_arguments.h
- include/grpc++/create_channel.h 5 additions, 3 deletionsinclude/grpc++/create_channel.h
- include/grpc++/credentials.h 2 additions, 3 deletionsinclude/grpc++/credentials.h
- src/cpp/client/channel.cc 23 additions, 5 deletionssrc/cpp/client/channel.cc
- src/cpp/client/channel.h 8 additions, 6 deletionssrc/cpp/client/channel.h
- src/cpp/client/channel_arguments.cc 73 additions, 0 deletionssrc/cpp/client/channel_arguments.cc
- src/cpp/client/create_channel.cc 9 additions, 3 deletionssrc/cpp/client/create_channel.cc
- src/cpp/client/credentials.cc 15 additions, 5 deletionssrc/cpp/client/credentials.cc
- test/cpp/client/channel_arguments_test.cc 130 additions, 0 deletionstest/cpp/client/channel_arguments_test.cc
- test/cpp/end2end/end2end_test.cc 8 additions, 7 deletionstest/cpp/end2end/end2end_test.cc
- test/cpp/end2end/sync_client_async_server_test.cc 3 additions, 1 deletiontest/cpp/end2end/sync_client_async_server_test.cc
- test/cpp/interop/client.cc 5 additions, 16 deletionstest/cpp/interop/client.cc
- test/cpp/qps/client.cc 3 additions, 17 deletionstest/cpp/qps/client.cc
- test/cpp/util/create_test_channel.cc 21 additions, 17 deletionstest/cpp/util/create_test_channel.cc
- test/cpp/util/create_test_channel.h 8 additions, 14 deletionstest/cpp/util/create_test_channel.h
Loading
Please register or sign in to comment