Uses of Class
org.apache.sshd.common.Session.AttributeKey

Packages that use Session.AttributeKey
org.apache.sshd.common   
org.apache.sshd.common.session   
 

Uses of Session.AttributeKey in org.apache.sshd.common
 

Methods in org.apache.sshd.common with parameters of type Session.AttributeKey
<T> T
Session.getAttribute(Session.AttributeKey<T> key)
          Returns the value of the user-defined attribute of this session.
<T,E extends T>
T
Session.setAttribute(Session.AttributeKey<T> key, E value)
          Sets a user-defined attribute.
 

Uses of Session.AttributeKey in org.apache.sshd.common.session
 

Fields in org.apache.sshd.common.session with type parameters of type Session.AttributeKey
protected  Map<Session.AttributeKey<?>,Object> AbstractSession.attributes
           
 

Methods in org.apache.sshd.common.session with parameters of type Session.AttributeKey
<T> T
AbstractSession.getAttribute(Session.AttributeKey<T> key)
          Returns the value of the user-defined attribute of this session.
<T,E extends T>
T
AbstractSession.setAttribute(Session.AttributeKey<T> key, E value)
          Sets a user-defined attribute.
 



Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.