final case class EntityStreamingSupportDelegate(entityStreamingSupport: EntityStreamingSupport) extends EntityStreamingSupport with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EntityStreamingSupportDelegate
- Serializable
- Serializable
- Product
- Equals
- EntityStreamingSupport
- EntityStreamingSupport
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new EntityStreamingSupportDelegate(entityStreamingSupport: EntityStreamingSupport)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
contentType: ContentType
- Definition Classes
- EntityStreamingSupportDelegate → EntityStreamingSupport → EntityStreamingSupport
- val entityStreamingSupport: EntityStreamingSupport
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
framingDecoder: Flow[ByteString, ByteString, NotUsed]
- Definition Classes
- EntityStreamingSupportDelegate → EntityStreamingSupport
-
def
framingRenderer: Flow[ByteString, ByteString, NotUsed]
- Definition Classes
- EntityStreamingSupportDelegate → EntityStreamingSupport
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
getFramingDecoder: Flow[ByteString, ByteString, NotUsed]
- Definition Classes
- EntityStreamingSupport → EntityStreamingSupport
-
final
def
getFramingRenderer: Flow[ByteString, ByteString, NotUsed]
- Definition Classes
- EntityStreamingSupport → EntityStreamingSupport
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
parallelism: Int
- Definition Classes
- EntityStreamingSupportDelegate → EntityStreamingSupport → EntityStreamingSupport
-
def
supported: ContentTypeRange
- Definition Classes
- EntityStreamingSupportDelegate → EntityStreamingSupport → EntityStreamingSupport
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
unordered: Boolean
- Definition Classes
- EntityStreamingSupportDelegate → EntityStreamingSupport → EntityStreamingSupport
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
withContentType(contentType: ContentType): EntityStreamingSupport
- Definition Classes
- EntityStreamingSupportDelegate → EntityStreamingSupport → EntityStreamingSupport
-
def
withParallelMarshalling(parallelism: Int, unordered: Boolean): EntityStreamingSupport
- Definition Classes
- EntityStreamingSupportDelegate → EntityStreamingSupport → EntityStreamingSupport
-
def
withSupported(range: ContentTypeRange): EntityStreamingSupport
- Definition Classes
- EntityStreamingSupportDelegate → EntityStreamingSupport → EntityStreamingSupport