Package org.apache.sshd.server.forward
-
Interface Summary Interface Description AgentForwardingFilter ForwardingFilter Determines if a forwarding request will be permitted.TcpForwardingFilter X11ForwardingFilter -
Class Summary Class Description AcceptAllForwardingFilter AForwardingFilterthat accepts all requestsDirectTcpipFactory ForwardedTcpipFactory RejectAllForwardingFilter AForwardingFilterthat rejects all requestsStaticDecisionForwardingFilter AForwardingFilterimplementation that returns the same "static" result for all the queries.TcpipServerChannel TODO Add javadocTcpipServerChannel.TcpipFactory -
Enum Summary Enum Description TcpForwardingFilter.Type The type of requested connection forwarding.