Interface DittoListen.Builder.UpdateTcpListenConfig
- 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 TCP listen.
-
Method Summary
Modifier and TypeMethodDescriptionvoidupdate(@NonNull DittoTcpListenConfig.Builder tcp) Updates the TCP listen configuration.
-
Method Details
-
update
Updates the TCP listen configuration.- Parameters:
tcp- theDittoTcpListenConfig.Builderto configure.
-