|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
Session.getAttribute(Session.AttributeKey<T> key)
Returns the value of the user-defined attribute of this session. |
|
|
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 | ||
---|---|---|
|
AbstractSession.getAttribute(Session.AttributeKey<T> key)
Returns the value of the user-defined attribute of this session. |
|
|
AbstractSession.setAttribute(Session.AttributeKey<T> key,
E value)
Sets a user-defined attribute. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |