public class Utf8Encoder
extends java.lang.Object
INTERNAL API
Constructor and Description |
---|
Utf8Encoder() |
Modifier and Type | Method and Description |
---|---|
static 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> |
async(java.lang.String dispatcher) |
static org.apache.pekko.stream.Graph<S,M> |
async(java.lang.String dispatcher,
int inputBufferSize) |
static org.apache.pekko.stream.Outlet<org.apache.pekko.util.ByteString> |
byteStringOut() |
static org.apache.pekko.stream.stage.GraphStageLogic |
createLogic(org.apache.pekko.stream.Attributes inheritedAttributes) |
static 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 |
getAttributes() |
static org.apache.pekko.stream.Attributes |
initialAttributes() |
static long |
lowerNBitsSet(int n) |
static org.apache.pekko.stream.Graph<S,M> |
named(java.lang.String name) |
static org.apache.pekko.stream.FlowShape<java.lang.String,org.apache.pekko.util.ByteString> |
shape() |
static org.apache.pekko.stream.Inlet<java.lang.String> |
stringIn() |
static int |
SurrogateHighMask() |
static int |
SurrogateLowMask() |
static java.lang.String |
toString() |
static org.apache.pekko.stream.impl.TraversalBuilder |
traversalBuilder() |
static long |
Utf8OneByteLimit() |
static long |
Utf8ThreeByteLimit() |
static long |
Utf8TwoByteLimit() |
static org.apache.pekko.stream.Graph<S,M> |
withAttributes(org.apache.pekko.stream.Attributes attr) |
public static int SurrogateHighMask()
public static int SurrogateLowMask()
public static long Utf8OneByteLimit()
public static long Utf8TwoByteLimit()
public static long Utf8ThreeByteLimit()
public static long lowerNBitsSet(int n)
public static org.apache.pekko.stream.Inlet<java.lang.String> stringIn()
public static org.apache.pekko.stream.Outlet<org.apache.pekko.util.ByteString> byteStringOut()
public static org.apache.pekko.stream.FlowShape<java.lang.String,org.apache.pekko.util.ByteString> shape()
public static org.apache.pekko.stream.Attributes initialAttributes()
public static org.apache.pekko.stream.stage.GraphStageLogic createLogic(org.apache.pekko.stream.Attributes inheritedAttributes)
public static java.lang.String toString()
public static org.apache.pekko.stream.Graph<S,M> named(java.lang.String name)
public static org.apache.pekko.stream.Graph<S,M> async()
public static org.apache.pekko.stream.Graph<S,M> async(java.lang.String dispatcher)
public static org.apache.pekko.stream.Graph<S,M> async(java.lang.String dispatcher, int inputBufferSize)
public static org.apache.pekko.stream.Graph<S,M> addAttributes(org.apache.pekko.stream.Attributes attr)
public static org.apache.pekko.stream.Attributes getAttributes()
public static scala.Tuple2<org.apache.pekko.stream.stage.GraphStageLogic,M> createLogicAndMaterializedValue(org.apache.pekko.stream.Attributes inheritedAttributes, org.apache.pekko.stream.Materializer materializer)
public static final org.apache.pekko.stream.impl.TraversalBuilder traversalBuilder()
public static final org.apache.pekko.stream.Graph<S,M> withAttributes(org.apache.pekko.stream.Attributes attr)
public static final scala.Tuple2<org.apache.pekko.stream.stage.GraphStageLogic,org.apache.pekko.NotUsed> createLogicAndMaterializedValue(org.apache.pekko.stream.Attributes inheritedAttributes)