public class NoCoding
extends java.lang.Object
Constructor and Description |
---|
NoCoding()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static scala.concurrent.Future<org.apache.pekko.util.ByteString> |
decode(org.apache.pekko.util.ByteString input,
org.apache.pekko.stream.Materializer mat)
Deprecated.
|
static <T> T |
decodeData(T t,
DataMapper<T> mapper)
Deprecated.
|
static org.apache.pekko.http.scaladsl.coding.Decoder.message |
decodeMessage(HttpMessage message)
Deprecated.
|
static org.apache.pekko.stream.scaladsl.Flow<org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString,org.apache.pekko.NotUsed> |
decoderFlow()
Deprecated.
|
static org.apache.pekko.util.ByteString |
encode(org.apache.pekko.util.ByteString input)
Deprecated.
|
static scala.concurrent.Future<org.apache.pekko.util.ByteString> |
encodeAsync(org.apache.pekko.util.ByteString input,
org.apache.pekko.stream.Materializer mat)
Deprecated.
|
static <T> T |
encodeData(T t,
DataMapper<T> mapper)
Deprecated.
|
static org.apache.pekko.http.scaladsl.coding.Encoder.message |
encodeMessage(HttpMessage message)
Deprecated.
|
static org.apache.pekko.stream.scaladsl.Flow<org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString,org.apache.pekko.NotUsed> |
encoderFlow()
Deprecated.
|
static HttpEncoding |
encoding()
Deprecated.
|
static int |
maxBytesPerChunk()
Deprecated.
|
static scala.Function1<HttpMessage,java.lang.Object> |
messageFilter()
Deprecated.
|
static NoCodingCompressor$ |
newCompressor()
Deprecated.
|
static scala.Function0<org.apache.pekko.stream.stage.GraphStage<org.apache.pekko.stream.FlowShape<org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString>>> |
newDecompressorStage(int maxBytesPerChunk)
Deprecated.
|
static org.apache.pekko.stream.stage.GraphStage<org.apache.pekko.stream.FlowShape<org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString>> |
newEncodeTransformer()
Deprecated.
|
static Decoder |
withMaxBytesPerChunk(int newMaxBytesPerChunk)
Deprecated.
|
public static HttpEncoding encoding()
public static <T> T encodeData(T t, DataMapper<T> mapper)
public static <T> T decodeData(T t, DataMapper<T> mapper)
public static scala.Function1<HttpMessage,java.lang.Object> messageFilter()
public static NoCodingCompressor$ newCompressor()
public static scala.Function0<org.apache.pekko.stream.stage.GraphStage<org.apache.pekko.stream.FlowShape<org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString>>> newDecompressorStage(int maxBytesPerChunk)
public static org.apache.pekko.http.scaladsl.coding.Encoder.message encodeMessage(HttpMessage message)
public static org.apache.pekko.stream.scaladsl.Flow<org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString,org.apache.pekko.NotUsed> encoderFlow()
public static org.apache.pekko.util.ByteString encode(org.apache.pekko.util.ByteString input)
public static scala.concurrent.Future<org.apache.pekko.util.ByteString> encodeAsync(org.apache.pekko.util.ByteString input, org.apache.pekko.stream.Materializer mat)
public static org.apache.pekko.stream.stage.GraphStage<org.apache.pekko.stream.FlowShape<org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString>> newEncodeTransformer()
public static org.apache.pekko.http.scaladsl.coding.Decoder.message decodeMessage(HttpMessage message)
public static scala.concurrent.Future<org.apache.pekko.util.ByteString> decode(org.apache.pekko.util.ByteString input, org.apache.pekko.stream.Materializer mat)
public static int maxBytesPerChunk()
public static Decoder withMaxBytesPerChunk(int newMaxBytesPerChunk)
public static org.apache.pekko.stream.scaladsl.Flow<org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString,org.apache.pekko.NotUsed> decoderFlow()