Interface UnknownChannelReferenceHandler

All Known Implementing Classes:
DefaultUnknownChannelReferenceHandler

public interface UnknownChannelReferenceHandler
Author:
Apache MINA SSHD Project
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    handleUnknownChannelCommand(ConnectionService service, byte cmd, long channelId, Buffer buffer)
    Invoked when the connection service responsible for handling channel messages receives a message intended for an unknown channel.
  • Method Details

    • handleUnknownChannelCommand

      Channel handleUnknownChannelCommand(ConnectionService service, byte cmd, long channelId, Buffer buffer) throws 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:
      IOException - If failed to handle the request