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