Package xal.ca

Class BatchConnectionRequest.RequestHandler

java.lang.Object
xal.ca.BatchConnectionRequest.RequestHandler
All Implemented Interfaces:
ConnectionListener
Enclosing class:
BatchConnectionRequest

protected class BatchConnectionRequest.RequestHandler extends Object implements ConnectionListener
handle get request events
  • Constructor Details

    • RequestHandler

      protected RequestHandler()
  • 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.