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
()
| 262 | * override the method. |
| 263 | */ |
| 264 | public boolean isReady() { |
| 265 | return true; |
| 266 | } |
| 267 | |
| 268 | /** |
| 269 | * Enables per-message compression, if an encoding type has been negotiated. If no message |
nothing calls this directly
no outgoing calls
no test coverage detected