Class TextMessage.Strict
java.lang.Object
org.apache.pekko.http.javadsl.model.ws.Message
org.apache.pekko.http.javadsl.model.ws.TextMessage
org.apache.pekko.http.scaladsl.model.ws.TextMessage.Strict
- All Implemented Interfaces:
- Serializable,- Message,- TextMessage,- scala.Equals,- scala.Product
- Enclosing interface:
- TextMessage
public static final class TextMessage.Strict
extends TextMessage
implements TextMessage, scala.Product, Serializable
A strict 
TextMessage that contains the complete data as a String.- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.apache.pekko.http.scaladsl.model.ws.TextMessageTextMessage.Streamed, TextMessage.Streamed$, TextMessage.Strict, TextMessage.Strict$
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.pekko.http.javadsl.model.ws.TextMessageadapt, asBinaryMessage, asScala, asTextMessage, create, create, getStreamedText, isText, toStrictMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefixMethods inherited from interface org.apache.pekko.http.scaladsl.model.ws.TextMessageasScala, getStreamedText, toStrict, toStrict
- 
Constructor Details- 
Strict
 
- 
- 
Method Details- 
text
- 
textStreamDescription copied from interface:TextMessageThe contents of this message as a stream.- Specified by:
- textStreamin interface- TextMessage
- Returns:
- (undocumented)
 
- 
toString
- 
getStrictTextJava API- Specified by:
- getStrictTextin class- TextMessage
- Returns:
- (undocumented)
 
- 
isStrictpublic boolean isStrict()Description copied from class:MessageIs this message a strict one?
 
-