Class InjectIgnoreFilter
java.lang.Object
org.apache.sshd.common.filter.IoFilter
org.apache.sshd.common.session.filters.InjectIgnoreFilter
- All Implemented Interfaces:
Filter, Owned<FilterContext>
A filter that injects SSH_MSG_IGNORE messages depending on the configuration settings.
This filter should be placed below the KexFilter to ensure that it doesn't inject ignore message during KEX.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionin()Retrieves the filter'sInputHandler.out()Retrieves the filter'sOutputHandler.
-
Constructor Details
-
InjectIgnoreFilter
public InjectIgnoreFilter(org.apache.sshd.common.PropertyResolver resolver)
-
-
Method Details
-
in
Description copied from interface:FilterRetrieves the filter'sInputHandler.- Returns:
- the
InputHandleror codenullif this filter is an output-only filter
-
out
Description copied from interface:FilterRetrieves the filter'sOutputHandler.- Returns:
- the
OutputHandleror codenullif this filter is an input-only filter
-