Package akka.http.scaladsl.testkit
Class WSProbe$
- java.lang.Object
-
- akka.http.scaladsl.testkit.WSProbe$
-
public class WSProbe$ extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description WSProbe$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WSProbe
apply(int maxChunks, long maxChunkCollectionMills, akka.actor.ActorSystem system, akka.stream.Materializer materializer)
Creates a WSProbe to use in tests against websocket handlers.
-
-
-
Field Detail
-
MODULE$
public static final WSProbe$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public WSProbe apply(int maxChunks, long maxChunkCollectionMills, akka.actor.ActorSystem system, akka.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)
-
-