toggle menu
Spring Boot Kotlin API
3.4.3
jvm
switch theme
search in API
spring-boot
/
org.springframework.boot.web.embedded.netty
/
NettyServerCustomizer
Netty
Server
Customizer
@
FunctionalInterface
interface
NettyServerCustomizer
:
Function
<
T
,
R
>
Mapping function that can be used to customize a Reactor Netty server instance.
Author
Brian Clozel
Since
2.1.0
See also
Netty
Reactive
Web
Server
Factory
Inheritors
SslServerCustomizer
Members
Functions
and
Then
Link copied to clipboard
open
fun
<
V
>
andThen
(
after
:
(
in
R
)
->
out
V
)
:
(
T
)
->
V
apply
Link copied to clipboard
abstract
fun
apply
(
p
:
T
)
:
R
compose
Link copied to clipboard
open
fun
<
V
>
compose
(
before
:
(
in
V
)
->
out
T
)
:
(
V
)
->
R
identity
Link copied to clipboard
open
fun
<
T
>
identity
(
)
:
(
T
)
->
T