public interface TransportContext
TransportContext is used as context when replicating
 content. Usually a context is created for each agent / transport handler pair.
 The handler can use the context to store config dependant states and can assume
 a new context for changed configuration.| Modifier and Type | Interface and Description | 
|---|---|
static interface  | 
TransportContext.Discardable  | 
| Modifier and Type | Method and Description | 
|---|---|
TransportContext.Discardable | 
getAttribute(java.lang.String name)  | 
AgentConfig | 
getConfig()  | 
java.lang.String | 
getName()  | 
TransportContext.Discardable | 
setAttribute(java.lang.String name,
            TransportContext.Discardable attr)  | 
java.lang.String getName()
AgentConfig getConfig()
TransportContext.Discardable getAttribute(java.lang.String name)
TransportContext.Discardable setAttribute(java.lang.String name, TransportContext.Discardable attr)
Copyright © 2010 - 2023 Adobe. All Rights Reserved