Class UdpTransport
java.lang.Object
org.apache.plc4x.java.transport.udp.UdpTransport
- All Implemented Interfaces:
HasConfiguration<UdpTransportConfiguration>,Transport
public class UdpTransport
extends Object
implements Transport, HasConfiguration<UdpTransportConfiguration>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateChannelFactory(String transportConfig) voidsetConfiguration(UdpTransportConfiguration configuration)
-
Constructor Details
-
UdpTransport
public UdpTransport()
-
-
Method Details
-
getTransportCode
- Specified by:
getTransportCodein interfaceTransport
-
getTransportName
- Specified by:
getTransportNamein interfaceTransport
-
setConfiguration
- Specified by:
setConfigurationin interfaceHasConfiguration<UdpTransportConfiguration>
-
createChannelFactory
- Specified by:
createChannelFactoryin interfaceTransport
-