Interface Filter
- All Superinterfaces:
Owned<FilterContext>
- All Known Implementing Classes:
ClientProxyFilter, CompressionFilter, CryptFilter, IdentFilter, InjectIgnoreFilter, IoFilter, KexFilter, PacketLoggingFilter, SshTransportFilter
A message filter belonging to a
FilterContext of a FilterChain.-
Method Summary
Modifier and TypeMethodDescriptionin()Retrieves the filter'sInputHandler.out()Retrieves the filter'sOutputHandler.
-
Method Details
-
in
InputHandler in()Retrieves the filter'sInputHandler.- Returns:
- the
InputHandleror codenullif this filter is an output-only filter
-
out
OutputHandler out()Retrieves the filter'sOutputHandler.- Returns:
- the
OutputHandleror codenullif this filter is an input-only filter
-