Class PcapReplayChannelFactory
- java.lang.Object
-
- org.apache.plc4x.java.spi.connection.NettyChannelFactory
-
- org.apache.plc4x.java.transport.pcapreplay.PcapReplayChannelFactory
-
- All Implemented Interfaces:
HasConfiguration<PcapReplayTransportConfiguration>,ChannelFactory
public class PcapReplayChannelFactory extends NettyChannelFactory implements HasConfiguration<PcapReplayTransportConfiguration>
-
-
Constructor Summary
Constructors Constructor Description PcapReplayChannelFactory(PcapSocketAddress address)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigureBootstrap(io.netty.bootstrap.Bootstrap bootstrap)Class<? extends io.netty.channel.Channel>getChannel()io.netty.channel.EventLoopGroupgetEventLoopGroup()booleanisPassive()voidsetConfiguration(PcapReplayTransportConfiguration configuration)-
Methods inherited from class org.apache.plc4x.java.spi.connection.NettyChannelFactory
closeEventLoopForChannel, createBootstrap, createChannel
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.plc4x.java.spi.connection.ChannelFactory
initializePipeline
-
-
-
-
Constructor Detail
-
PcapReplayChannelFactory
public PcapReplayChannelFactory(PcapSocketAddress address)
-
-
Method Detail
-
setConfiguration
public void setConfiguration(PcapReplayTransportConfiguration configuration)
- Specified by:
setConfigurationin interfaceHasConfiguration<PcapReplayTransportConfiguration>
-
getChannel
public Class<? extends io.netty.channel.Channel> getChannel()
- Specified by:
getChannelin classNettyChannelFactory
-
isPassive
public boolean isPassive()
- Specified by:
isPassivein interfaceChannelFactory
-
configureBootstrap
public void configureBootstrap(io.netty.bootstrap.Bootstrap bootstrap)
- Specified by:
configureBootstrapin classNettyChannelFactory
-
getEventLoopGroup
public io.netty.channel.EventLoopGroup getEventLoopGroup()
- Overrides:
getEventLoopGroupin classNettyChannelFactory
-
-