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.MockHttpInputMessage
Packages that use
MockHttpInputMessage
Package
Description
org.springframework.mock.http.client
Mock implementations of client-side HTTP abstractions.
Uses of
MockHttpInputMessage
in
org.springframework.mock.http.client
Subclasses of
MockHttpInputMessage
in
org.springframework.mock.http.client
Modifier and Type
Class
Description
class
MockClientHttpResponse
Mock implementation of
ClientHttpResponse
.