Class FederatedMonitoringServerHandler
- java.lang.Object
- 
- io.netty.channel.ChannelHandlerAdapter
- 
- io.netty.channel.ChannelInboundHandlerAdapter
- 
- io.netty.channel.SimpleChannelInboundHandler<io.netty.handler.codec.http.HttpObject>
- 
- org.apache.sysds.runtime.controlprogram.federated.monitoring.FederatedMonitoringServerHandler
 
 
 
 
- 
- All Implemented Interfaces:
- io.netty.channel.ChannelHandler,- io.netty.channel.ChannelInboundHandler
 
 public class FederatedMonitoringServerHandler extends io.netty.channel.SimpleChannelInboundHandler<io.netty.handler.codec.http.HttpObject>
- 
- 
Constructor SummaryConstructors Constructor Description FederatedMonitoringServerHandler()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidchannelReadComplete(io.netty.channel.ChannelHandlerContext ctx)voidexceptionCaught(io.netty.channel.ChannelHandlerContext ctx, Throwable cause)- 
Methods inherited from class io.netty.channel.SimpleChannelInboundHandleracceptInboundMessage, channelRead
 - 
Methods inherited from class io.netty.channel.ChannelInboundHandlerAdapterchannelActive, channelInactive, channelRegistered, channelUnregistered, channelWritabilityChanged, userEventTriggered
 - 
Methods inherited from class io.netty.channel.ChannelHandlerAdapterhandlerAdded, handlerRemoved, isSharable
 
- 
 
- 
- 
- 
Method Detail- 
channelReadCompletepublic void channelReadComplete(io.netty.channel.ChannelHandlerContext ctx) - Specified by:
- channelReadCompletein interface- io.netty.channel.ChannelInboundHandler
- Overrides:
- channelReadCompletein class- io.netty.channel.ChannelInboundHandlerAdapter
 
 - 
exceptionCaughtpublic void exceptionCaught(io.netty.channel.ChannelHandlerContext ctx, Throwable cause)- Specified by:
- exceptionCaughtin interface- io.netty.channel.ChannelHandler
- Specified by:
- exceptionCaughtin interface- io.netty.channel.ChannelInboundHandler
- Overrides:
- exceptionCaughtin class- io.netty.channel.ChannelInboundHandlerAdapter
 
 
- 
 
-