Class PacketLoggingFilter

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

public class PacketLoggingFilter extends IoFilter
A simple packet logging filter. The filter produces trace logs of the message contents for debugging purposes; it should be placed in the filter chain above the compression filter because otherwise it will log compressed or encrypted message data, which is useless for debugging.