Commit fdf0a81
authored
Allow binding to a socket address via server builder (#1686)
Motivation:
Users can bind to a socket address if they use the server config but not
the builder.
Modifications:
- Add API to connect to a socket address or bind target via the server
builder API
Result:
More convenient APIs1 parent ef5a0fe commit fdf0a81
1 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
65 | 71 | | |
66 | 72 | | |
67 | 73 | | |
68 | 74 | | |
69 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
70 | 82 | | |
71 | 83 | | |
72 | 84 | | |
| |||
0 commit comments