File tree Expand file tree Collapse file tree
http-core/src/main/scala/org/apache/pekko/http/impl/engine/http2 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414package org .apache .pekko .http .impl .engine .http2
1515
1616import org .apache .pekko
17- import pekko .http .ccompat ._
18-
1917import pekko .annotation .InternalApi
2018import pekko .event .LoggingAdapter
21- import pekko .http .impl .engine .http2 .FrameEvent ._
19+ import pekko .http .impl .engine .http2 .
20+ import pekko .http .ccompat ._
2221import pekko .http .scaladsl .settings .Http2CommonSettings
2322import pekko .macros .LogHelper
2423import pekko .stream .stage .GraphStageLogic
2524import pekko .stream .stage .OutHandler
2625import pekko .stream .stage .StageLogging
2726
27+ import scala .annotation .nowarn
2828import 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
You can’t perform that action at this time.
0 commit comments