Class WSProbe$
java.lang.Object
org.apache.pekko.http.scaladsl.testkit.WSProbe$
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
WSProbe$public WSProbe$()
 
- 
- 
Method Details- 
applypublic WSProbe apply(int maxChunks, long maxChunkCollectionMills, org.apache.pekko.actor.ActorSystem system, org.apache.pekko.stream.Materializer materializer) Creates a WSProbe to use in tests against websocket handlers.- Parameters:
- maxChunks- The maximum number of chunks to collect for streamed messages.
- maxChunkCollectionMills- The maximum time in milliseconds to collect chunks for streamed messages.
- system- (undocumented)
- materializer- (undocumented)
- Returns:
- (undocumented)
 
 
-