Gets the authority this call is addressed to. @return the authority string. null if not available.
()
| 258 | * @return the authority string. {@code null} if not available. |
| 259 | */ |
| 260 | @Nullable |
| 261 | public String getAuthority() { |
| 262 | return null; |
| 263 | } |
| 264 | |
| 265 | /** |
| 266 | * The {@link MethodDescriptor} for the call. |
nothing calls this directly
no outgoing calls
no test coverage detected