(Integer identifier, Http2UpgradeHandler handler)
| 112 | |
| 113 | |
| 114 | Stream(Integer identifier, Http2UpgradeHandler handler) { |
| 115 | this(identifier, handler, null); |
| 116 | } |
| 117 | |
| 118 | |
| 119 | Stream(Integer identifier, Http2UpgradeHandler handler, Request coyoteRequest) { |
nothing calls this directly
no test coverage detected