Class IdentFilter

java.lang.Object
org.apache.sshd.common.filter.IoFilter
org.apache.sshd.common.session.filters.IdentFilter
All Implemented Interfaces:
Filter, Owned<FilterContext>

public class IdentFilter extends IoFilter
A filter for sending the identification string before the first outgoing packet, and for receiving the peer's identification. Once both idents have been sent and received the filter removes itself from the filter chain.
  • Constructor Details

    • IdentFilter

      public IdentFilter()
  • Method Details