Interface DittoListen.Builder.UpdateHttpListenConfig
- Enclosing class:
DittoListen.Builder
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional interface for configuring HTTP listen.
-
Method Summary
Modifier and TypeMethodDescriptionvoidupdate(@NonNull DittoHttpListenConfig.Builder http) Updates the HTTP listen configuration.
-
Method Details
-
update
Updates the HTTP listen configuration.- Parameters:
http- theDittoHttpListenConfig.Builderto configure.
-