类 ClientConnectionEventListener

  • 直接已知子类:
    RpcAckCallbackInitorOrCleaner

    public abstract class ClientConnectionEventListener
    extends java.lang.Object
    ClientConnectionEventListener.
    版本:
    $Id: ClientConnectionEventListener.java, v 0.1 2020年07月16日 3:06 PM liuzunfei Exp $
    作者:
    liuzunfei
    • 字段详细资料

      • name

        private java.lang.String name
        listener name.
    • 构造器详细资料

      • ClientConnectionEventListener

        public ClientConnectionEventListener()
    • 方法详细资料

      • init

        @PostConstruct
        public void init()
      • getName

        public java.lang.String getName()
        Getter method for property name.
        返回:
        property value of name
      • setName

        public void setName​(java.lang.String name)
        Setter method for property name.
        参数:
        name - value to be assigned to property name
      • clientConnected

        public abstract void clientConnected​(Connection connect)
        notified when a client connected.
        参数:
        connect - connect.
      • clientDisConnected

        public abstract void clientDisConnected​(Connection connect)
        notified when a client disconnected.
        参数:
        connect - connect.