Class ChannelGroup.ConnectionHandler

java.lang.Object
xal.service.pvlogger.ChannelGroup.ConnectionHandler
All Implemented Interfaces:
ConnectionListener
Enclosing class:
ChannelGroup

protected class ChannelGroup.ConnectionHandler extends Object implements ConnectionListener
  • Constructor Details

    • ConnectionHandler

      protected ConnectionHandler()
  • Method Details

    • connectionMade

      public void connectionMade(Channel channel)
      Indicates that a connection to the specified channel has been established.
      Specified by:
      connectionMade in interface ConnectionListener
      Parameters:
      channel - The channel which has been connected.
    • connectionDropped

      public void connectionDropped(Channel channel)
      Indicates that a connection to the specified channel has been dropped.
      Specified by:
      connectionDropped in interface ConnectionListener
      Parameters:
      channel - The channel which has been disconnected.