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 interface
ExpectationCallback<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 interface
HttpObject<T extends HttpObject,B extends Body>
Classes in org.mockserver.model that implement HttpObject Modifier and Type Class Description class
HttpRequest
class
HttpResponse
-
Uses of HttpObject in org.mockserver.websocket
Classes in org.mockserver.websocket with type parameters of type HttpObject Modifier and Type Class Description class
WebSocketClient<T extends HttpObject>
-