All Methods Instance Methods Abstract Methods 
| Modifier and Type | Method and Description | 
| <T,M> Marshaller<org.apache.pekko.stream.scaladsl.Source<T,M>,HttpResponse> | fromEntityStreamingSupportAndByteStringMarshaller(scala.reflect.ClassTag<T> evidence$1,
                                                 EntityStreamingSupport s,
                                                 Marshaller<T,org.apache.pekko.util.ByteString> m) | 
| Marshaller<HttpResponse,HttpResponse> | fromResponse() | 
| Marshaller<StatusCode,HttpResponse> | fromStatusCode()Creates a response for a status code. | 
| Marshaller<scala.Tuple2<StatusCode,scala.collection.immutable.Seq<HttpHeader>>,HttpResponse> | fromStatusCodeAndHeaders()Creates a response from status code and headers. | 
| <T> Marshaller<scala.Tuple3<StatusCode,scala.collection.immutable.Seq<HttpHeader>,T>,HttpResponse> | fromStatusCodeAndHeadersAndValue(Marshaller<T,RequestEntity> mt) | 
| <S,T> Marshaller<scala.Tuple2<S,T>,HttpResponse> | fromStatusCodeAndValue(scala.Function1<S,StatusCode> sConv,
                      Marshaller<T,RequestEntity> mt) | 
| <S,T> Marshaller<scala.Tuple3<S,scala.collection.immutable.Seq<HttpHeader>,T>,HttpResponse> | fromStatusCodeConvertibleAndHeadersAndT(scala.Function1<S,StatusCode> sConv,
                                       Marshaller<T,RequestEntity> mt) | 
| <T> Marshaller<T,HttpResponse> | fromToEntityMarshaller(StatusCode status,
                      scala.collection.immutable.Seq<HttpHeader> headers,
                      Marshaller<T,RequestEntity> m) |