public class FileSizeFilter extends Object implements org.springframework.web.server.WebFilter
| Constructor and Description |
|---|
FileSizeFilter(int fileMaxSize) |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<Void> |
filter(org.springframework.web.server.ServerWebExchange exchange,
org.springframework.web.server.WebFilterChain chain) |
public reactor.core.publisher.Mono<Void> filter(@NonNull org.springframework.web.server.ServerWebExchange exchange, @NonNull org.springframework.web.server.WebFilterChain chain)
filter in interface org.springframework.web.server.WebFilterCopyright © 2021 The Apache Software Foundation. All rights reserved.