Save This Page
Home » j2ssh-0.2.9-src » com.sshtools.daemon.configuration » [javadoc | source]
com.sshtools.daemon.configuration
public class: ServerConfiguration [javadoc | source]
java.lang.Object
   org.xml.sax.helpers.DefaultHandler
      com.sshtools.daemon.configuration.ServerConfiguration

All Implemented Interfaces:
    ErrorHandler, EntityResolver, ContentHandler, DTDHandler

Constructor:
 public ServerConfiguration(InputStream in) throws IOException, SAXException, ParserConfigurationException 
    Creates a new ServerConfiguration object.
    Parameters:
    in -
    Throws:
    SAXException -
    ParserConfigurationException -
    IOException -
Method from com.sshtools.daemon.configuration.ServerConfiguration Summary:
characters,   endElement,   getAllowTcpForwarding,   getAllowedAuthentications,   getAuthenticationBanner,   getAuthorizationFile,   getCommandPort,   getListenAddress,   getMaxAuthentications,   getMaxConnections,   getPort,   getRequiredAuthentications,   getServerHostKeys,   getSubsystems,   getTerminalProvider,   getUserConfigDirectory,   reload,   startElement,   toString
Methods from org.xml.sax.helpers.DefaultHandler:
characters,   endDocument,   endElement,   endPrefixMapping,   error,   fatalError,   ignorableWhitespace,   notationDecl,   processingInstruction,   resolveEntity,   setDocumentLocator,   skippedEntity,   startDocument,   startElement,   startPrefixMapping,   unparsedEntityDecl,   warning
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sshtools.daemon.configuration.ServerConfiguration Detail:
 public  void characters(char[] ch,
    int start,
    int length) throws SAXException 
 public  void endElement(String uri,
    String localName,
    String qname) throws SAXException 
 public boolean getAllowTcpForwarding() 
 public List getAllowedAuthentications() 
 public String getAuthenticationBanner() 
 public String getAuthorizationFile() 
 public int getCommandPort() 
 public String getListenAddress() 
 public int getMaxAuthentications() 
 public int getMaxConnections() 
 public int getPort() 
 public List getRequiredAuthentications() 
 public Map getServerHostKeys() 
 public Map getSubsystems() 
 public String getTerminalProvider() 
 public String getUserConfigDirectory() 
 public  void reload(InputStream in) throws IOException, SAXException, ParserConfigurationException 
 public  void startElement(String uri,
    String localName,
    String qname,
    Attributes attrs) throws SAXException 
 public String toString()