Uses of Class
org.mockserver.mock.breakpoint.PausedStreamFrame
Packages that use PausedStreamFrame
-
Uses of PausedStreamFrame in org.mockserver.mock.breakpoint
Methods in org.mockserver.mock.breakpoint that return PausedStreamFrameModifier and TypeMethodDescriptionStreamFrameBreakpointRegistry.pauseFrame(String streamId, byte[] chunkBytes, String requestMethod, String requestPath, Configuration configuration) Park a streaming response frame at a breakpoint (OUTBOUND direction).StreamFrameBreakpointRegistry.pauseFrame(String streamId, byte[] chunkBytes, String requestMethod, String requestPath, Configuration configuration, PausedStreamFrame.Direction direction) Park a streaming frame at a breakpoint with an explicit direction.Methods in org.mockserver.mock.breakpoint that return types with arguments of type PausedStreamFrameModifier and TypeMethodDescriptionStreamFrameBreakpointRegistry.entries()Returns a snapshot of all currently held frames.StreamFrameBreakpointRegistry.framesForStream(String streamId) Returns a snapshot of all currently held frames for a specific stream.