Class NoProxy

  • All Implemented Interfaces:
    ProxyBuilder

    public class NoProxy
    extends java.lang.Object
    implements ProxyBuilder
    No Proxy connection.
    • Constructor Summary

      Constructors 
      Constructor Description
      NoProxy()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.jcraft.jsch.Proxy buildProxy()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NoProxy

        public NoProxy()
    • Method Detail