Interface ConnectionListener

All Known Implementing Classes:
BaseServer, BasicTCP, FD_SOCK2, GossipRouter, NioBaseServer, NioClient, NioServer, PubClient, RouterStub, TCP, TCP_NIO2, TcpBaseServer, TcpClient, TcpServer

public interface ConnectionListener
Since:
3.6.5
  • Method Details

    • connectionClosed

      void connectionClosed(Connection conn)
    • connectionEstablished

      void connectionEstablished(Connection conn)