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 Summary
FieldsModifier and TypeFieldDescriptionstatic final FrameHandler$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier 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
-
create
public org.apache.pekko.stream.scaladsl.Flow<FrameEventOrError,FrameHandler.Output, createorg.apache.pekko.NotUsed> (boolean server)
-