Interface ManagementMessageHandler

  • All Known Implementing Classes:
    AbstractMessageHandler, ManagementChannelHandler

    public interface ManagementMessageHandler
    Interface implemented by classes able to handle a management protocol message coming in from a JBoss Remoting Channel.
    Author:
    Emanuel Muckenhuber
    • Method Detail

      • handleMessage

        void handleMessage​(org.jboss.remoting3.Channel channel,
                           DataInput input,
                           ManagementProtocolHeader header)
                    throws IOException
        Handle a message on the channel.
        Parameters:
        channel - the channel
        input - the data input
        header - the header
        Throws:
        IOException