public interface MultiPart
MediaType.MULTIPART_FORM_DATA| 限定符和类型 | 字段和说明 |
|---|---|
static List<org.springframework.http.MediaType> |
MIME_TYPES |
| 限定符和类型 | 方法和说明 |
|---|---|
Optional<Part> |
getPart(String name) |
List<Part> |
getParts() |
static boolean |
isMultiPart(org.springframework.http.MediaType mediaType) |
static MultiPart |
of(List<Part> parts) |
static MultiPart |
of(Part... parts) |
static reactor.core.publisher.Mono<MultiPart> |
parse(org.springframework.http.HttpHeaders headers,
reactor.core.publisher.Flux<io.netty.buffer.ByteBuf> body) |
static final List<org.springframework.http.MediaType> MIME_TYPES
static reactor.core.publisher.Mono<MultiPart> parse(org.springframework.http.HttpHeaders headers, reactor.core.publisher.Flux<io.netty.buffer.ByteBuf> body)
static boolean isMultiPart(org.springframework.http.MediaType mediaType)
Copyright © 2019–2022. All rights reserved.