Returns the size of the requested response message or 0 if no response is requested. @return the size of the requested response message
()
| 238 | * @return the size of the requested response message |
| 239 | */ |
| 240 | public int getResponseSize() { |
| 241 | return responseSize; |
| 242 | } |
| 243 | |
| 244 | /** |
| 245 | * Returns a string representation of the message |
no outgoing calls
no test coverage detected