If true, indicates that the call is capable of sending additional messages without requiring excessive buffering internally. This event is just a suggestion and the application is free to ignore it, however doing so may result in excessive buffering within the call. If false, {@l
()
| 151 | * override the method. |
| 152 | */ |
| 153 | public boolean isReady() { |
| 154 | return true; |
| 155 | } |
| 156 | |
| 157 | /** |
| 158 | * Close the call with the provided status. No further sending or receiving will occur. If {@link |
nothing calls this directly
no outgoing calls
no test coverage detected