Class SshClient.ShadowingAttributeRepository

java.lang.Object
org.apache.sshd.client.SshClient.ShadowingAttributeRepository
All Implemented Interfaces:
org.apache.sshd.common.AttributeRepository
Enclosing class:
SshClient

protected static class SshClient.ShadowingAttributeRepository extends Object implements org.apache.sshd.common.AttributeRepository
Author:
Apache MINA SSHD Project
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.apache.sshd.common.AttributeRepository

    org.apache.sshd.common.AttributeRepository.AttributeKey<T>
  • Constructor Summary

    Constructors
    Constructor
    Description
    ShadowingAttributeRepository(org.apache.sshd.common.AttributeRepository shadow, org.apache.sshd.common.AttributeRepository parent)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Collection<org.apache.sshd.common.AttributeRepository.AttributeKey<?>>
     
    <T> T
    getAttribute(org.apache.sshd.common.AttributeRepository.AttributeKey<T> key)
     
    int
     
    <T> T
    resolveAttribute(org.apache.sshd.common.AttributeRepository.AttributeKey<T> key)
     

    Methods inherited from class Object

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

    • ShadowingAttributeRepository

      public ShadowingAttributeRepository(org.apache.sshd.common.AttributeRepository shadow, org.apache.sshd.common.AttributeRepository parent)
  • Method Details

    • getAttributesCount

      public int getAttributesCount()
      Specified by:
      getAttributesCount in interface org.apache.sshd.common.AttributeRepository
    • getAttribute

      public <T> T getAttribute(org.apache.sshd.common.AttributeRepository.AttributeKey<T> key)
      Specified by:
      getAttribute in interface org.apache.sshd.common.AttributeRepository
    • attributeKeys

      public Collection<org.apache.sshd.common.AttributeRepository.AttributeKey<?>> attributeKeys()
      Specified by:
      attributeKeys in interface org.apache.sshd.common.AttributeRepository
    • resolveAttribute

      public <T> T resolveAttribute(org.apache.sshd.common.AttributeRepository.AttributeKey<T> key)
      Specified by:
      resolveAttribute in interface org.apache.sshd.common.AttributeRepository