class ShellServiceOptions extends ShellServerOptions
The configurations options for the shell service, the shell connectors can be configured with , and .
          
            Linear Supertypes
          
          
        
          
          
            
          
          
        
        
            Ordering
            
          - Alphabetic
- By Inheritance
                  Inherited
                  
                  
- ShellServiceOptions
- ShellServerOptions
- AnyRef
- Any
- Hide All
- Show All
              Visibility
              
        - Public
- All
Instance Constructors
-  new ShellServiceOptions(_asJava: ext.shell.ShellServiceOptions)
Value Members
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        !=(arg0: Any): Boolean
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ##(): Int
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ==(arg0: Any): Boolean
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        asInstanceOf[T0]: T0
      
      
      - Definition Classes
- Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        asJava: ext.shell.ShellServiceOptions
      
      
      - Definition Classes
- ShellServiceOptions → ShellServerOptions
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        clone(): AnyRef
      
      
      - Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        eq(arg0: AnyRef): Boolean
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        equals(arg0: Any): Boolean
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        finalize(): Unit
      
      
      - Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        getClass(): Class[_]
      
      
      - Definition Classes
- AnyRef → Any
- Annotations
- @native()
 
-  def getHttpOptions: HttpTermOptions
- 
      
      
      
        
      
    
      
        
        def
      
      
        getReaperInterval: Long
      
      
      - Definition Classes
- ShellServiceOptions → ShellServerOptions
 
-  def getSSHOptions: SSHTermOptions
- 
      
      
      
        
      
    
      
        
        def
      
      
        getSessionTimeout: Long
      
      
      - Definition Classes
- ShellServiceOptions → ShellServerOptions
 
-  def getTelnetOptions: TelnetTermOptions
- 
      
      
      
        
      
    
      
        
        def
      
      
        getWelcomeMessage: String
      
      
      - Definition Classes
- ShellServiceOptions → ShellServerOptions
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        hashCode(): Int
      
      
      - Definition Classes
- AnyRef → Any
- Annotations
- @native()
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        isInstanceOf[T0]: Boolean
      
      
      - Definition Classes
- Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ne(arg0: AnyRef): Boolean
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        notify(): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @native()
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        notifyAll(): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @native()
 
-  def setHttpOptions(value: HttpTermOptions): ShellServiceOptions
- 
      
      
      
        
      
    
      
        
        def
      
      
        setReaperInterval(value: Long): ShellServiceOptions
      
      
      Set the repear interval, i.e the period at which session eviction is performed. Set the repear interval, i.e the period at which session eviction is performed. - Definition Classes
- ShellServiceOptions → ShellServerOptions
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        setSSHOptions(value: SSHTermOptions): ShellServiceOptions
      
      
      Set the SSH options, if the option is null, SSH will not be started. 
- 
      
      
      
        
      
    
      
        
        def
      
      
        setSessionTimeout(value: Long): ShellServiceOptions
      
      
      Set the session timeout. Set the session timeout. - Definition Classes
- ShellServiceOptions → ShellServerOptions
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        setTelnetOptions(value: TelnetTermOptions): ShellServiceOptions
      
      
      Set the Telnet options, if the option is null, Telnet will not be started. 
- 
      
      
      
        
      
    
      
        
        def
      
      
        setWelcomeMessage(value: String): ShellServiceOptions
      
      
      Set the shell welcome message, i.e the message displayed in the user console when he connects to the shell. Set the shell welcome message, i.e the message displayed in the user console when he connects to the shell. - Definition Classes
- ShellServiceOptions → ShellServerOptions
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        synchronized[T0](arg0: ⇒ T0): T0
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        toString(): String
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @throws( ... )
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long, arg1: Int): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @throws( ... )
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )