Checks whether or not this RPC has a Deferred without creating one.
()
| 722 | |
| 723 | /** Checks whether or not this RPC has a Deferred without creating one. */ |
| 724 | final boolean hasDeferred() { |
| 725 | return deferred != null; |
| 726 | } |
| 727 | |
| 728 | public String toString() { |
| 729 | // Try to rightsize the buffer. |
no outgoing calls