Class FrameHandler$
java.lang.Object
org.apache.pekko.http.impl.engine.ws.FrameHandler$
The frame handler validates frames, multiplexes data to the user handler or to the bypass and
 UTF-8 decodes text frames.
 
INTERNAL API
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final FrameHandler$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionorg.apache.pekko.stream.scaladsl.Flow<FrameEventOrError,FrameHandler.Output, org.apache.pekko.NotUsed> create(boolean server) 
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
FrameHandler$public FrameHandler$()
 
- 
- 
Method Details- 
createpublic org.apache.pekko.stream.scaladsl.Flow<FrameEventOrError,FrameHandler.Output, createorg.apache.pekko.NotUsed> (boolean server) 
 
-