Class Utf8Encoder
java.lang.Object
org.apache.pekko.http.impl.engine.ws.Utf8Encoder
A utf16 (= Java char) to utf8 encoder.
INTERNAL API
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.pekko.stream.Graph<S,
M> addAttributes
(org.apache.pekko.stream.Attributes attr) static org.apache.pekko.stream.Graph<S,
M> async()
static org.apache.pekko.stream.Graph<S,
M> static org.apache.pekko.stream.Graph<S,
M> static org.apache.pekko.stream.Outlet<org.apache.pekko.util.ByteString>
static org.apache.pekko.stream.stage.GraphStageLogic
createLogic
(org.apache.pekko.stream.Attributes inheritedAttributes) static final scala.Tuple2<org.apache.pekko.stream.stage.GraphStageLogic,
org.apache.pekko.NotUsed> createLogicAndMaterializedValue
(org.apache.pekko.stream.Attributes inheritedAttributes) static scala.Tuple2<org.apache.pekko.stream.stage.GraphStageLogic,
M> createLogicAndMaterializedValue
(org.apache.pekko.stream.Attributes inheritedAttributes, org.apache.pekko.stream.Materializer materializer) static org.apache.pekko.stream.Attributes
static org.apache.pekko.stream.Attributes
static long
lowerNBitsSet
(int n) static org.apache.pekko.stream.Graph<S,
M> static org.apache.pekko.stream.FlowShape<String,
org.apache.pekko.util.ByteString> shape()
static org.apache.pekko.stream.Inlet<String>
stringIn()
static int
static int
static String
toString()
static final org.apache.pekko.stream.impl.TraversalBuilder
static long
static long
static long
static final org.apache.pekko.stream.Graph<S,
M> withAttributes
(org.apache.pekko.stream.Attributes attr)
-
Constructor Details
-
Utf8Encoder
public Utf8Encoder()
-
-
Method Details
-
SurrogateHighMask
public static int SurrogateHighMask() -
SurrogateLowMask
public static int SurrogateLowMask() -
Utf8OneByteLimit
public static long Utf8OneByteLimit() -
Utf8TwoByteLimit
public static long Utf8TwoByteLimit() -
Utf8ThreeByteLimit
public static long Utf8ThreeByteLimit() -
lowerNBitsSet
public static long lowerNBitsSet(int n) -
stringIn
-
byteStringOut
public static org.apache.pekko.stream.Outlet<org.apache.pekko.util.ByteString> byteStringOut() -
shape
-
initialAttributes
public static org.apache.pekko.stream.Attributes initialAttributes() -
createLogic
public static org.apache.pekko.stream.stage.GraphStageLogic createLogic(org.apache.pekko.stream.Attributes inheritedAttributes) -
toString
-
named
-
async
public static org.apache.pekko.stream.Graph<S,M> async() -
async
-
async
-
addAttributes
public static org.apache.pekko.stream.Graph<S,M> addAttributes(org.apache.pekko.stream.Attributes attr) -
getAttributes
public static org.apache.pekko.stream.Attributes getAttributes() -
createLogicAndMaterializedValue
public static scala.Tuple2<org.apache.pekko.stream.stage.GraphStageLogic,M> createLogicAndMaterializedValue(org.apache.pekko.stream.Attributes inheritedAttributes, org.apache.pekko.stream.Materializer materializer) -
traversalBuilder
public static final org.apache.pekko.stream.impl.TraversalBuilder traversalBuilder() -
withAttributes
public static final org.apache.pekko.stream.Graph<S,M> withAttributes(org.apache.pekko.stream.Attributes attr) -
createLogicAndMaterializedValue
public static final scala.Tuple2<org.apache.pekko.stream.stage.GraphStageLogic,org.apache.pekko.NotUsed> createLogicAndMaterializedValue(org.apache.pekko.stream.Attributes inheritedAttributes)
-