Class EnhancedByteStringSource<Mat>

java.lang.Object
scala.AnyVal
org.apache.pekko.http.impl.util.EnhancedByteStringSource<Mat>

public class EnhancedByteStringSource<Mat> extends scala.AnyVal
INTERNAL API
  • Constructor Summary

    Constructors
    Constructor
    Description
    EnhancedByteStringSource(org.apache.pekko.stream.scaladsl.Source<org.apache.pekko.util.ByteString,Mat> byteStringStream)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.pekko.stream.scaladsl.Source<org.apache.pekko.util.ByteString,Mat>
     
    scala.concurrent.Future<org.apache.pekko.util.ByteString>
    join(org.apache.pekko.stream.Materializer materializer)
     
    scala.concurrent.Future<String>
    utf8String(org.apache.pekko.stream.Materializer materializer, scala.concurrent.ExecutionContext ec)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EnhancedByteStringSource

      public EnhancedByteStringSource(org.apache.pekko.stream.scaladsl.Source<org.apache.pekko.util.ByteString,Mat> byteStringStream)
  • Method Details

    • byteStringStream

      public org.apache.pekko.stream.scaladsl.Source<org.apache.pekko.util.ByteString,Mat> byteStringStream()
    • join

      public scala.concurrent.Future<org.apache.pekko.util.ByteString> join(org.apache.pekko.stream.Materializer materializer)
    • utf8String

      public scala.concurrent.Future<String> utf8String(org.apache.pekko.stream.Materializer materializer, scala.concurrent.ExecutionContext ec)