| Modifier and Type | Method and Description | 
|---|---|
| org.apache.pekko.util.ByteString | encode(org.apache.pekko.util.ByteString input)Deprecated. 
 synchronous compression with `encode` is not supported in the future any more, use `encodeAsync` instead. Since Akka HTTP 10.2.0. | 
| scala.concurrent.Future<org.apache.pekko.util.ByteString> | encodeAsync(org.apache.pekko.util.ByteString input,
           org.apache.pekko.stream.Materializer mat) | 
| <T> T | encodeData(T t,
          DataMapper<T> mapper) | 
| org.apache.pekko.http.scaladsl.coding.Encoder.message | encodeMessage(HttpMessage message) | 
| org.apache.pekko.stream.scaladsl.Flow<org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString,org.apache.pekko.NotUsed> | encoderFlow() | 
| HttpEncoding | encoding() | 
| scala.Function1<HttpMessage,java.lang.Object> | messageFilter() | 
| Compressor | newCompressor()Deprecated. 
 newCompressor is internal API. Since Akka HTTP 10.2.0. | 
| org.apache.pekko.stream.stage.GraphStage<org.apache.pekko.stream.FlowShape<org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString>> | newEncodeTransformer()Deprecated. 
 newEncodeTransformer is internal API. Since Akka HTTP 10.2.0. | 
| org.apache.pekko.stream.stage.GraphStage<org.apache.pekko.stream.FlowShape<org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString>> | singleUseEncoderFlow() | 
HttpEncoding encoding()
scala.Function1<HttpMessage,java.lang.Object> messageFilter()
org.apache.pekko.http.scaladsl.coding.Encoder.message encodeMessage(HttpMessage message)
<T> T encodeData(T t,
                 DataMapper<T> mapper)
org.apache.pekko.stream.scaladsl.Flow<org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString,org.apache.pekko.NotUsed> encoderFlow()
org.apache.pekko.util.ByteString encode(org.apache.pekko.util.ByteString input)
scala.concurrent.Future<org.apache.pekko.util.ByteString> encodeAsync(org.apache.pekko.util.ByteString input,
                                                                      org.apache.pekko.stream.Materializer mat)
Compressor newCompressor()
org.apache.pekko.stream.stage.GraphStage<org.apache.pekko.stream.FlowShape<org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString>> newEncodeTransformer()
org.apache.pekko.stream.stage.GraphStage<org.apache.pekko.stream.FlowShape<org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString>> singleUseEncoderFlow()