(boolean claimsExpected)
| 99 | } |
| 100 | |
| 101 | public void setClaimsExpected(boolean claimsExpected) { |
| 102 | this.claimsExpected = claimsExpected; |
| 103 | } |
| 104 | |
| 105 | /** |
| 106 | * Returns {@code true} if the payload may be fully consumed and retained in memory, {@code false} if empty, |
no outgoing calls
no test coverage detected