Interface InputHandler

All Known Subinterfaces:
BufferInputHandler

public interface InputHandler
A general handler for incoming messages.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    received(org.apache.sshd.common.util.Readable message)
    Consumes the incoming message.
  • Method Details

    • received

      void received(org.apache.sshd.common.util.Readable message) throws Exception
      Consumes the incoming message.
      Parameters:
      message - that was received
      Throws:
      Exception - if an error occurs in handling the message