hcaseyal
|
9a2c0a8641
|
Merge pull request #15740 from hcaseyal/update_listening_port_documentation
Update AddListeningPort documentation in ServerBuilder
|
2018-06-13 17:58:09 -07:00 |
Hope Casey-Allen
|
90b4ef5be7
|
Update AddListeningPort documentation in ServerBuilder
|
2018-06-13 12:56:01 -07:00 |
Yash Tibrewal
|
4e3835b36b
|
Add documentation for default message sizes
|
2018-06-11 15:10:21 -07:00 |
makdharma
|
dbf4b71a00
|
added Experimental in comments
For "struct Port" and friends, since they are now protected instead of
private.
|
2018-03-13 09:06:40 -07:00 |
makdharma
|
d10c4e1e8e
|
added "Experimental" and returned raw pointers
Added experimental in the comment and removed reference_wrapper in favor
of the raw pointer.
|
2018-03-12 11:07:35 -07:00 |
makdharma
|
c8e523351e
|
clang-format
|
2018-03-09 13:47:46 -08:00 |
makdharma
|
838af3eb6c
|
moved member variables from protected to private
Per style guide, the member variables are not protected but private and
accessed through methods.
|
2018-03-09 09:39:42 -08:00 |
makdharma
|
8065000697
|
Remove "final" keyword and make methods protected.
This adds extensibility to the API and makes custom implementation
of the server possible.
|
2018-02-23 14:51:46 -08:00 |
Muxi Yan
|
0e00c43082
|
Move headers from grpc++ to grpcpp
|
2018-02-15 14:49:34 -08:00 |