Class TcpIpPort.McastLinkConsumer

    • Field Detail

      • group

        public final java.net.InetAddress group
    • Constructor Detail

      • McastLinkConsumer

        public McastLinkConsumer​(LinkConsumer link,
                                 java.net.InetSocketAddress sender,
                                 java.net.InetAddress mca,
                                 int consID)
    • Method Detail

      • disconnect

        public void disconnect()
        Description copied from interface: AppLinkBase
        When a connection is closed or an application forces a disconnect, this shutdown method is called to clean up. It should close the connection when called by the application.
        Specified by:
        disconnect in interface AppLinkBase
        Overrides:
        disconnect in class TcpIpPort.IOLinkConsumer
      • isShutdown

        public boolean isShutdown()
      • finalize

        protected void finalize()
                         throws java.lang.Throwable
        Overrides:
        finalize in class java.lang.Object
        Throws:
        java.lang.Throwable