Class CIMIndicationHandler


  • public class CIMIndicationHandler
    extends HttpContentHandler
    Handles the HTTP connections, providing the necessary interfaces for CIMListener server.
    • Constructor Detail

      • CIMIndicationHandler

        public CIMIndicationHandler​(CIMEventDispatcher pDispatcher)
        Ctor.
        Parameters:
        pDispatcher -
    • Method Detail

      • finalize

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

        public int getMsgID()
        getMsgID
        Returns:
        int
      • handleContent

        public void handleContent​(MessageReader pReader,
                                  MessageWriter pWriter,
                                  java.net.InetAddress pInetAddress,
                                  java.lang.String pLocalAddress)
                           throws HttpException,
                                  java.io.IOException
        Description copied from class: HttpContentHandler
        Handles the content of a given connection
        Specified by:
        handleContent in class HttpContentHandler
        Parameters:
        pReader - The reader of the connection
        pWriter - The writer of the connection
        pInetAddress - The remote network address
        pLocalAddress - The local network address
        Throws:
        HttpException
        java.io.IOException