Returns the size of the message buffer. @return The size or Integer.MAX_VALUE if the size isn't defined.
()
| 251 | * @return The size or Integer.MAX_VALUE if the size isn't defined. |
| 252 | */ |
| 253 | public int getBufferSize() { |
| 254 | return this.bufferSize; |
| 255 | } |
| 256 | |
| 257 | /** |
| 258 | * Returns the amount of free space in the buffer. May return a negative |
no outgoing calls
no test coverage detected