Uses of Interface
org.mockserver.model.HttpObject
-
Packages that use HttpObject Package Description org.mockserver.mock.action org.mockserver.model org.mockserver.websocket -
-
Uses of HttpObject in org.mockserver.mock.action
Classes in org.mockserver.mock.action with type parameters of type HttpObject Modifier and Type Interface Description interfaceExpectationCallback<T extends HttpObject> -
Uses of HttpObject in org.mockserver.model
Classes in org.mockserver.model with type parameters of type HttpObject Modifier and Type Interface Description interfaceHttpObject<T extends HttpObject,B extends Body>Classes in org.mockserver.model that implement HttpObject Modifier and Type Class Description classHttpRequestclassHttpResponse -
Uses of HttpObject in org.mockserver.websocket
Classes in org.mockserver.websocket with type parameters of type HttpObject Modifier and Type Class Description classWebSocketClient<T extends HttpObject>
-