Uses of Interface
org.springframework.integration.ip.udp.SocketCustomizer
Packages that use SocketCustomizer
Package
Description
Provides TCP/UDP Component support for the Java DSL.
Base package for UDP support.
- 
Uses of SocketCustomizer in org.springframework.integration.ip.dslMethods in org.springframework.integration.ip.dsl with parameters of type SocketCustomizerModifier and TypeMethodDescriptionAbstractUdpOutboundChannelAdapterSpec.configureSocket(SocketCustomizer customizer) Configure the socket.UdpInboundChannelAdapterSpec.configureSocket(SocketCustomizer customizer) Configure the socket.
- 
Uses of SocketCustomizer in org.springframework.integration.ip.udpMethods in org.springframework.integration.ip.udp with parameters of type SocketCustomizerModifier and TypeMethodDescriptionvoidUnicastReceivingChannelAdapter.setSocketCustomizer(SocketCustomizer socketCustomizer) Set a customizer to further configure the socket after creation.voidUnicastSendingMessageHandler.setSocketCustomizer(SocketCustomizer socketCustomizer) Set a customizer to further configure the socket after creation.