Skip to content

Commit 2d1bf9c

Browse files
committed
Update Http2Multiplexer.scala
1 parent 406ffb2 commit 2d1bf9c

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

http-core/src/main/scala/org/apache/pekko/http/impl/engine/http2/Http2Multiplexer.scala

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
package org.apache.pekko.http.impl.engine.http2
1515

1616
import org.apache.pekko
17-
import pekko.http.ccompat._
18-
1917
import pekko.annotation.InternalApi
2018
import pekko.event.LoggingAdapter
21-
import pekko.http.impl.engine.http2.FrameEvent._
19+
import pekko.http.impl.engine.http2.
20+
import pekko.http.ccompat._
2221
import pekko.http.scaladsl.settings.Http2CommonSettings
2322
import pekko.macros.LogHelper
2423
import pekko.stream.stage.GraphStageLogic
2524
import pekko.stream.stage.OutHandler
2625
import pekko.stream.stage.StageLogging
2726

27+
import scala.annotation.nowarn
2828
import scala.collection.mutable
2929

3030
/**
@@ -166,6 +166,7 @@ private[http2] trait Http2MultiplexerSupport { logic: GraphStageLogic with Stage
166166
def name: String = productPrefix
167167

168168
def onPull(): MultiplexerState
169+
@nowarn("msg=references private")
169170
def pushControlFrame(frame: FrameEvent): MultiplexerState
170171
def connectionWindowAvailable(): MultiplexerState
171172
def enqueueOutStream(streamId: Int): MultiplexerState

0 commit comments

Comments
 (0)