Package reactor.netty.http.server
Class HttpServerFormDecoderProvider
java.lang.Object
reactor.netty.http.server.HttpServerFormDecoderProvider
A configuration builder to fine tune the HTTP form decoder.
- Since:
- 1.0.11
- Author:
- Violeta Georgieva
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescription@Nullable Path
Returns the configured directory where to store diskAttribute
/FileUpload
.charset()
Returns the configured charset forAttribute
/FileUpload
.boolean
int
hashCode()
long
Returns the configured maximum size after which anAttribute
/FileUpload
starts being stored on disk rather than in memory.long
maxSize()
Returns the configured maximum allowed size of individualAttribute
/FileUpload
.Returns the configured scheduler to be used for offloading disk operations in the decoding phase.boolean
Returns whether the streaming mode is enabled.
-
Method Details
-
baseDirectory
Returns the configured directory where to store diskAttribute
/FileUpload
.- Returns:
- the configured directory where to store disk
Attribute
/FileUpload
- See Also:
-
charset
Returns the configured charset forAttribute
/FileUpload
.- Returns:
- the configured charset for
Attribute
/FileUpload
- See Also:
-
maxInMemorySize
public long maxInMemorySize()Returns the configured maximum size after which anAttribute
/FileUpload
starts being stored on disk rather than in memory.- Returns:
- the configured maximum size after which an
Attribute
/FileUpload
starts being stored on disk rather than in memory - See Also:
-
maxSize
public long maxSize()Returns the configured maximum allowed size of individualAttribute
/FileUpload
.- Returns:
- the configured maximum allowed size of individual
Attribute
/FileUpload
- See Also:
-
scheduler
Returns the configured scheduler to be used for offloading disk operations in the decoding phase.- Returns:
- the configured scheduler to be used for offloading disk operations in the decoding phase
- See Also:
-
streaming
public boolean streaming()Returns whether the streaming mode is enabled.- Returns:
- whether the streaming mode is enabled
- See Also:
-
equals
-
hashCode
public int hashCode()
-