Package org.gridgain.internal.dr
Class DrReceiverServer
java.lang.Object
org.gridgain.internal.dr.DrReceiverServer
DR receiver NIO server.
-
Constructor Summary
ConstructorsConstructorDescriptionDrReceiverServer(org.gridgain.dr.configuration.DrReceiverServerView cfg, io.netty.channel.ChannelInboundHandler handler) Constructor. -
Method Summary
-
Constructor Details
-
DrReceiverServer
public DrReceiverServer(org.gridgain.dr.configuration.DrReceiverServerView cfg, io.netty.channel.ChannelInboundHandler handler) Constructor.- Parameters:
cfg- Receiver configuration.
-
-
Method Details
-
start
public void start()Receiver service start routine. -
stop
public void stop()Service stop routine.
-