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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
static class
static final class
static class
static interface
static final class
static class
static interface
static class
static interface
static interface
static final class
static class
static final class
static class
static class
static class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.pekko.stream.scaladsl.Flow<FrameEventOrError,
FrameHandler.Output, org.apache.pekko.NotUsed> create
(boolean server)
-
Constructor Details
-
FrameHandler
public FrameHandler()
-
-
Method Details
-
create
public static org.apache.pekko.stream.scaladsl.Flow<FrameEventOrError,FrameHandler.Output, createorg.apache.pekko.NotUsed> (boolean server)
-