Uses of Class
org.neociclo.odetteftp.util.AttributeKey

Packages that use AttributeKey
org.neociclo.odetteftp   
 

Uses of AttributeKey in org.neociclo.odetteftp
 

Methods in org.neociclo.odetteftp with parameters of type AttributeKey
 Object OdetteFtpSession.getAttribute(AttributeKey key)
           
<T> T
OdetteFtpSession.getTypedAttribute(Class<T> type, AttributeKey key)
           
<T> T
OdetteFtpSession.getTypedAttribute(Class<T> type, AttributeKey key, T defaultValue)
           
 Object OdetteFtpSession.setAttribute(AttributeKey key, Object value)
           
 



ACCORD