Package org.mockserver.echo.http
Class EchoServer.NextResponse
- java.lang.Object
-
- org.mockserver.echo.http.EchoServer.NextResponse
-
- Enclosing class:
- EchoServer
public static class EchoServer.NextResponse extends Object
-
-
Field Summary
Fields Modifier and Type Field Description Queue<HttpResponse>
httpResponse
-
Constructor Summary
Constructors Constructor Description NextResponse()
-
-
-
Field Detail
-
httpResponse
public final Queue<HttpResponse> httpResponse
-
-