Java org.springframework.mock.web MockFilterChain fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.mock.web MockFilterChain fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.mock.web MockFilterChain.

The text is from its open source code.

Subclass

org.springframework.mock.web.MockFilterChain has subclasses.
Click this link to see all its subclasses.

Constructor

MockFilterChain()
Register a single do-nothing Filter implementation.

Method

ServletRequestgetRequest()
Return the request that #doFilter has been called with.
ServletResponsegetResponse()
Return the response that #doFilter has been called with.