Class Utf8Encoder
java.lang.Object
org.apache.pekko.http.impl.engine.ws.Utf8Encoder
A utf16 (= Java char) to utf8 encoder.
 
INTERNAL API
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.GraphStageLogiccreateLogic(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.Attributesstatic org.apache.pekko.stream.Attributesstatic longlowerNBitsSet(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 intstatic intstatic StringtoString()static final org.apache.pekko.stream.impl.TraversalBuilderstatic longstatic longstatic longstatic final org.apache.pekko.stream.Graph<S,M> withAttributes(org.apache.pekko.stream.Attributes attr) 
- 
Constructor Details- 
Utf8Encoderpublic Utf8Encoder()
 
- 
- 
Method Details- 
SurrogateHighMaskpublic static int SurrogateHighMask()
- 
SurrogateLowMaskpublic static int SurrogateLowMask()
- 
Utf8OneByteLimitpublic static long Utf8OneByteLimit()
- 
Utf8TwoByteLimitpublic static long Utf8TwoByteLimit()
- 
Utf8ThreeByteLimitpublic static long Utf8ThreeByteLimit()
- 
lowerNBitsSetpublic static long lowerNBitsSet(int n) 
- 
stringIn
- 
byteStringOutpublic static org.apache.pekko.stream.Outlet<org.apache.pekko.util.ByteString> byteStringOut()
- 
shape
- 
initialAttributespublic static org.apache.pekko.stream.Attributes initialAttributes()
- 
createLogicpublic static org.apache.pekko.stream.stage.GraphStageLogic createLogic(org.apache.pekko.stream.Attributes inheritedAttributes) 
- 
toString
- 
named
- 
asyncpublic static org.apache.pekko.stream.Graph<S,M> async()
- 
async
- 
async
- 
addAttributespublic static org.apache.pekko.stream.Graph<S,M> addAttributes(org.apache.pekko.stream.Attributes attr) 
- 
getAttributespublic static org.apache.pekko.stream.Attributes getAttributes()
- 
createLogicAndMaterializedValuepublic static scala.Tuple2<org.apache.pekko.stream.stage.GraphStageLogic,M> createLogicAndMaterializedValue(org.apache.pekko.stream.Attributes inheritedAttributes, org.apache.pekko.stream.Materializer materializer) 
- 
traversalBuilderpublic static final org.apache.pekko.stream.impl.TraversalBuilder traversalBuilder()
- 
withAttributespublic static final org.apache.pekko.stream.Graph<S,M> withAttributes(org.apache.pekko.stream.Attributes attr) 
- 
createLogicAndMaterializedValuepublic static final scala.Tuple2<org.apache.pekko.stream.stage.GraphStageLogic,org.apache.pekko.NotUsed> createLogicAndMaterializedValue(org.apache.pekko.stream.Attributes inheritedAttributes) 
 
-