All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.nitorcreations.willow.protocols.ssh.Handler Maven / Gradle / Ivy

There is a newer version: 2.0.2
Show newest version
package com.nitorcreations.willow.protocols.ssh;

import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;

@SuppressFBWarnings(value={"NM_SAME_SIMPLE_NAME_AS_SUPERCLASS"},
justification="Name mandated by how java standard protocol handlers work" )
public class Handler extends com.nitorcreations.willow.protocols.sftp.Handler {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy