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