Class SshdConfiguration

java.lang.Object
org.dhatim.dropwizard.sshd.SshdConfiguration

public class SshdConfiguration
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    SshdConfiguration()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getBindHost()  
    int getCapacity()  
    int getPort()  
    boolean isEnable()  
    void setBindHost​(java.lang.String host)  
    void setCapacity​(int capacity)  
    void setEnable​(boolean enable)  
    void setPort​(int port)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait