JavaScript is disabled on your browser.
Skip navigation links
Spring Framework
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
org.springframework.mock.http.MockHttpOutputMessage
Packages that use
MockHttpOutputMessage
Package
Description
org.springframework.mock.http.client
Mock implementations of client-side HTTP abstractions.
Uses of
MockHttpOutputMessage
in
org.springframework.mock.http.client
Subclasses of
MockHttpOutputMessage
in
org.springframework.mock.http.client
Modifier and Type
Class
Description
class
MockClientHttpRequest
Mock implementation of
ClientHttpRequest
.