Class TextMessage$
java.lang.Object
org.apache.pekko.http.javadsl.model.ws.TextMessage$
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final TextMessage$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionadapt(TextMessage msg) Creates a strict text message.Creates a streamed text message.
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
TextMessage$public TextMessage$()
 
- 
- 
Method Details- 
createCreates a strict text message.- Parameters:
- text- (undocumented)
- Returns:
- (undocumented)
 
- 
createCreates a streamed text message.- Parameters:
- textStream- (undocumented)
- Returns:
- (undocumented)
 
- 
adapt
 
-