Interface UnknownChannelReferenceHandler

    • Method Detail

      • handleUnknownChannelCommand

        Channel handleUnknownChannelCommand​(ConnectionService service,
                                            byte cmd,
                                            long channelId,
                                            Buffer buffer)
                                     throws java.io.IOException
        Invoked when the connection service responsible for handling channel messages receives a message intended for an unknown channel.
        Parameters:
        service - The ConnectionService instance through which the message was received
        cmd - The requested command identifier
        channelId - The (unknown) target channel identifier
        buffer - The message Buffer containing the rest of the message
        Returns:
        The resolved Channel - if null then the message for the unknown channel is ignored.
        Throws:
        java.io.IOException - If failed to handle the request