A B C D E F G H I J K L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractAgent - Class in swim.api.agent
-
Abstract base class for all
Agents. - AbstractAgent() - Constructor for class swim.api.agent.AbstractAgent
-
Creates an
AbstractAgentinstance managed bySwimContext.getAgentContext(). - AbstractAgent(AgentContext) - Constructor for class swim.api.agent.AbstractAgent
-
Creates an
AbstractAgentinstance managed bycontext. - AbstractAgentType<A extends Agent> - Class in swim.api.agent
- AbstractAgentType() - Constructor for class swim.api.agent.AbstractAgentType
- AbstractClient - Class in swim.api.client
- AbstractClient() - Constructor for class swim.api.client.AbstractClient
- AbstractClient(ClientContext) - Constructor for class swim.api.client.AbstractClient
- AbstractPlane - Class in swim.api.plane
- AbstractPlane() - Constructor for class swim.api.plane.AbstractPlane
- AbstractPlane(PlaneContext) - Constructor for class swim.api.plane.AbstractPlane
- AbstractPolicy - Class in swim.api.policy
- AbstractPolicy() - Constructor for class swim.api.policy.AbstractPolicy
- AbstractServer - Class in swim.api.server
- AbstractServer() - Constructor for class swim.api.server.AbstractServer
- AbstractServer(ServerContext) - Constructor for class swim.api.server.AbstractServer
- add(int, Item) - Method in class swim.api.downlink.ListDownlinkRecord
- add(int, Item) - Method in class swim.api.downlink.MapDownlinkRecord
- add(int, Item) - Method in class swim.api.downlink.ValueDownlinkRecord
- add(Item) - Method in class swim.api.downlink.ListDownlinkRecord
- add(Item) - Method in class swim.api.downlink.MapDownlinkRecord
- add(Item) - Method in class swim.api.downlink.ValueDownlinkRecord
- addAgentRoute(String, AgentType<?>) - Method in interface swim.api.plane.PlaneContext
- addAgentRoute(UriPattern, AgentType<?>) - Method in interface swim.api.plane.PlaneContext
- addAgentType(String, AgentType<?>) - Method in interface swim.api.plane.PlaneContext
- addAuthenticator(Authenticator) - Method in interface swim.api.plane.PlaneContext
- addTrait(String, Class<A>) - Method in class swim.api.agent.AbstractAgent
- addTrait(String, Class<A>) - Method in interface swim.api.agent.AgentContext
- addTrait(String, AgentFactory<A>) - Method in class swim.api.agent.AbstractAgent
- addTrait(String, AgentFactory<A>) - Method in interface swim.api.agent.AgentContext
- addTrait(Value, Class<A>) - Method in class swim.api.agent.AbstractAgent
- addTrait(Value, Class<A>) - Method in interface swim.api.agent.AgentContext
- addTrait(Value, AgentFactory<A>) - Method in class swim.api.agent.AbstractAgent
- addTrait(Value, AgentFactory<A>) - Method in interface swim.api.agent.AgentContext
- Agent - Interface in swim.api.agent
- agentClass(Class<? extends A>) - Method in class swim.api.plane.AbstractPlane
- agentClass(Class<? extends A>) - Method in interface swim.api.plane.PlaneContext
- agentContext() - Method in class swim.api.agent.AbstractAgent
- agentContext() - Method in interface swim.api.agent.Agent
-
Returns the
AgentContextused to manage thisAgent. - AgentContext - Interface in swim.api.agent
-
Internal context that enables URI-based addressability, contextual
LaneandStorecreation mechanisms, logging, and scheduling to someAgent. - AgentException - Exception in swim.api.agent
- AgentException() - Constructor for exception swim.api.agent.AgentException
- AgentException(String) - Constructor for exception swim.api.agent.AgentException
- AgentException(String, Throwable) - Constructor for exception swim.api.agent.AgentException
- AgentException(Throwable) - Constructor for exception swim.api.agent.AgentException
- AgentFactory<A extends Agent> - Interface in swim.api.agent
-
For some class
A extends Agent, factory to create instances ofA. - agentPolicy(Agent) - Method in class swim.api.policy.AbstractPolicy
- agentPolicy(Agent) - Method in interface swim.api.policy.AgentTypePolicy
- AgentPolicy - Interface in swim.api.policy
- agentType() - Method in class swim.api.agent.AbstractAgent
- agentType() - Method in interface swim.api.agent.AgentContext
- AgentType<A extends Agent> - Interface in swim.api.agent
-
Metadata for an
Agentof typeA. - AgentTypeContext - Interface in swim.api.agent
-
Internal context that provides concrete implementations for most
AgentTypemethods. - agentTypePolicy(AgentType<?>) - Method in class swim.api.policy.AbstractPolicy
- agentTypePolicy(AgentType<?>) - Method in interface swim.api.policy.PlanePolicy
- AgentTypePolicy - Interface in swim.api.policy
- allow() - Method in class swim.api.policy.AbstractPolicy
- allow() - Static method in class swim.api.policy.PolicyDirective
- allow(T) - Method in class swim.api.policy.AbstractPolicy
- allow(T) - Static method in class swim.api.policy.PolicyDirective
- authenticate(Credentials) - Method in interface swim.api.auth.Authenticator
- Authenticated - Class in swim.api.auth
- Authenticated(Uri, Uri, Value) - Constructor for class swim.api.auth.Authenticated
- Authenticator - Interface in swim.api.auth
- authenticators() - Method in interface swim.api.plane.PlaneContext
- authorize(Envelope, Identity) - Method in class swim.api.policy.AbstractPolicy
B
- body - Variable in class swim.api.downlink.DownlinkStreamlet
- body() - Method in interface swim.api.downlink.Downlink
- body() - Method in interface swim.api.uplink.Uplink
- body(Value) - Method in interface swim.api.downlink.Downlink
- body(Value) - Method in interface swim.api.downlink.EventDownlink
- body(Value) - Method in interface swim.api.downlink.ListDownlink
- body(Value) - Method in interface swim.api.downlink.MapDownlink
- body(Value) - Method in interface swim.api.downlink.ValueDownlink
C
- canConnect(Uri) - Method in class swim.api.policy.AbstractPolicy
- canConnect(Uri) - Method in interface swim.api.policy.PlanePolicy
- canDownlink(CommandMessage, Identity) - Method in class swim.api.policy.AbstractPolicy
- canDownlink(CommandMessage, Identity) - Method in interface swim.api.policy.Policy
- canLink(LinkRequest, Identity) - Method in class swim.api.policy.AbstractPolicy
- canLink(LinkRequest, Identity) - Method in interface swim.api.policy.Policy
- canRequest(HttpRequest<?>) - Method in class swim.api.policy.AbstractPolicy
- canRequest(HttpRequest<?>) - Method in interface swim.api.policy.Policy
- canRespond(HttpRequest<?>, HttpResponse<?>) - Method in class swim.api.policy.AbstractPolicy
- canRespond(HttpRequest<?>, HttpResponse<?>) - Method in interface swim.api.policy.Policy
- canSync(SyncRequest, Identity) - Method in class swim.api.policy.AbstractPolicy
- canSync(SyncRequest, Identity) - Method in interface swim.api.policy.Policy
- canUplink(EventMessage, Identity) - Method in class swim.api.policy.AbstractPolicy
- canUplink(EventMessage, Identity) - Method in interface swim.api.policy.Policy
- cipherSuite() - Method in class swim.api.agent.AbstractAgent
-
Returns the cryptographic cipher suite used by the currently executing link, or null if the currently executing link is not secure, or if not currently executing a link callback.
- cipherSuite() - Method in interface swim.api.downlink.Downlink
- cipherSuite() - Method in interface swim.api.http.HttpDownlink
- cipherSuite() - Method in interface swim.api.http.HttpUplink
- cipherSuite() - Method in interface swim.api.Link
- cipherSuite() - Method in interface swim.api.uplink.Uplink
- claims() - Method in interface swim.api.auth.Credentials
- clear() - Method in class swim.api.downlink.ListDownlinkRecord
- clear() - Method in class swim.api.downlink.MapDownlinkRecord
- clear() - Method in class swim.api.downlink.ValueDownlinkRecord
- clear() - Static method in class swim.api.SwimContext
- Client - Interface in swim.api.client
- clientContext() - Method in class swim.api.client.AbstractClient
- clientContext() - Method in interface swim.api.client.Client
- ClientContext - Interface in swim.api.client
- ClientException - Exception in swim.api.client
- ClientException() - Constructor for exception swim.api.client.ClientException
- ClientException(String) - Constructor for exception swim.api.client.ClientException
- ClientException(String, Throwable) - Constructor for exception swim.api.client.ClientException
- ClientException(Throwable) - Constructor for exception swim.api.client.ClientException
- close() - Method in class swim.api.agent.AbstractAgent
- close() - Method in class swim.api.client.AbstractClient
- close() - Method in interface swim.api.data.ListData
- close() - Method in interface swim.api.data.MapData
- close() - Method in interface swim.api.data.SpatialData
- close() - Method in interface swim.api.data.ValueData
- close() - Method in interface swim.api.downlink.Downlink
- close() - Method in interface swim.api.http.HttpDownlink
- close() - Method in interface swim.api.http.HttpUplink
- close() - Method in interface swim.api.lane.Lane
- close() - Method in interface swim.api.Link
- close() - Method in class swim.api.plane.AbstractPlane
- close() - Method in interface swim.api.ref.HostRef
- close() - Method in interface swim.api.ref.LaneRef
- close() - Method in interface swim.api.ref.NodeRef
- close() - Method in interface swim.api.ref.SwimRef
- close() - Method in interface swim.api.uplink.Uplink
- command(float, Value) - Method in interface swim.api.downlink.Downlink
- command(float, Value) - Method in interface swim.api.ref.LaneRef
- command(String, float, Value) - Method in interface swim.api.ref.NodeRef
- command(String, String, float, Value) - Method in class swim.api.agent.AbstractAgent
- command(String, String, float, Value) - Method in class swim.api.client.AbstractClient
- command(String, String, float, Value) - Method in interface swim.api.ref.HostRef
- command(String, String, float, Value) - Method in interface swim.api.ref.SwimRef
- command(String, String, String, float, Value) - Method in class swim.api.agent.AbstractAgent
- command(String, String, String, float, Value) - Method in class swim.api.client.AbstractClient
- command(String, String, String, float, Value) - Method in interface swim.api.ref.SwimRef
- command(String, String, String, Value) - Method in class swim.api.agent.AbstractAgent
- command(String, String, String, Value) - Method in class swim.api.client.AbstractClient
- command(String, String, String, Value) - Method in interface swim.api.ref.SwimRef
- command(String, String, Value) - Method in class swim.api.agent.AbstractAgent
- command(String, String, Value) - Method in class swim.api.client.AbstractClient
- command(String, String, Value) - Method in interface swim.api.ref.HostRef
- command(String, String, Value) - Method in interface swim.api.ref.SwimRef
- command(String, Value) - Method in interface swim.api.ref.NodeRef
- command(Value) - Method in interface swim.api.downlink.Downlink
- command(Value) - Method in interface swim.api.ref.LaneRef
- command(Uri, float, Value) - Method in interface swim.api.ref.NodeRef
- command(Uri, Value) - Method in interface swim.api.ref.NodeRef
- command(Uri, Uri, float, Value) - Method in class swim.api.agent.AbstractAgent
- command(Uri, Uri, float, Value) - Method in class swim.api.client.AbstractClient
- command(Uri, Uri, float, Value) - Method in interface swim.api.ref.HostRef
- command(Uri, Uri, float, Value) - Method in interface swim.api.ref.SwimRef
- command(Uri, Uri, Value) - Method in class swim.api.agent.AbstractAgent
- command(Uri, Uri, Value) - Method in class swim.api.client.AbstractClient
- command(Uri, Uri, Value) - Method in interface swim.api.ref.HostRef
- command(Uri, Uri, Value) - Method in interface swim.api.ref.SwimRef
- command(Uri, Uri, Uri, float, Value) - Method in class swim.api.agent.AbstractAgent
- command(Uri, Uri, Uri, float, Value) - Method in class swim.api.client.AbstractClient
- command(Uri, Uri, Uri, float, Value) - Method in interface swim.api.ref.SwimRef
- command(Uri, Uri, Uri, Value) - Method in class swim.api.agent.AbstractAgent
- command(Uri, Uri, Uri, Value) - Method in class swim.api.client.AbstractClient
- command(Uri, Uri, Uri, Value) - Method in interface swim.api.ref.SwimRef
- commandLane() - Method in class swim.api.agent.AbstractAgent
- commandLane() - Method in interface swim.api.lane.LaneFactory
- CommandLane<V> - Interface in swim.api.lane
- containsKey(String) - Method in class swim.api.downlink.ListDownlinkRecord
- containsKey(String) - Method in class swim.api.downlink.MapDownlinkRecord
- containsKey(String) - Method in class swim.api.downlink.ValueDownlinkRecord
- containsKey(Value) - Method in class swim.api.downlink.ListDownlinkRecord
- containsKey(Value) - Method in class swim.api.downlink.MapDownlinkRecord
- containsKey(Value) - Method in class swim.api.downlink.ValueDownlinkRecord
- context - Variable in class swim.api.agent.AbstractAgent
-
Internal, immutable context that provides contextual
LaneandStorecreation mechanisms, URI-based addressability, logging, and scheduling. - context - Variable in class swim.api.agent.AbstractAgentType
- context - Variable in class swim.api.client.AbstractClient
- context - Variable in class swim.api.plane.AbstractPlane
- context - Variable in class swim.api.server.AbstractServer
- createAgent(AgentContext) - Method in class swim.api.agent.AbstractAgentType
- createAgent(AgentContext) - Method in interface swim.api.agent.AgentFactory
-
Creates an instance of
Awith internal contextcontext. - Credentials - Interface in swim.api.auth
- cue() - Method in interface swim.api.lane.DemandLane
- cue(K) - Method in interface swim.api.lane.DemandMapLane
D
- data() - Method in class swim.api.auth.Authenticated
- data() - Method in interface swim.api.auth.Identity
- DataFactory - Interface in swim.api.data
- debug(Object) - Method in class swim.api.agent.AbstractAgent
- debug(Object) - Method in class swim.api.client.AbstractClient
- debug(Object) - Method in interface swim.api.downlink.Downlink
- debug(Object) - Method in interface swim.api.http.HttpDownlink
- debug(Object) - Method in interface swim.api.http.HttpUplink
- debug(Object) - Method in interface swim.api.lane.Lane
- debug(Object) - Method in interface swim.api.Link
- debug(Object) - Method in class swim.api.plane.AbstractPlane
- debug(Object) - Method in class swim.api.server.AbstractServer
- debug(Object) - Method in interface swim.api.uplink.Uplink
- decodeRequest(DecodeRequestHttp<Object>) - Method in interface swim.api.lane.CommandLane
- decodeRequest(DecodeRequestHttp<Object>) - Method in interface swim.api.lane.DemandLane
- decodeRequest(DecodeRequestHttp<Object>) - Method in interface swim.api.lane.DemandMapLane
- decodeRequest(DecodeRequestHttp<Object>) - Method in interface swim.api.lane.JoinMapLane
- decodeRequest(DecodeRequestHttp<Object>) - Method in interface swim.api.lane.JoinValueLane
- decodeRequest(DecodeRequestHttp<Object>) - Method in interface swim.api.lane.Lane
- decodeRequest(DecodeRequestHttp<Object>) - Method in interface swim.api.lane.ListLane
- decodeRequest(DecodeRequestHttp<Object>) - Method in interface swim.api.lane.MapLane
- decodeRequest(DecodeRequestHttp<Object>) - Method in interface swim.api.lane.SpatialLane
- decodeRequest(DecodeRequestHttp<Object>) - Method in interface swim.api.lane.SupplyLane
- decodeRequest(DecodeRequestHttp<Object>) - Method in interface swim.api.lane.ValueLane
- decodeRequest(DecodeRequestHttp<V>) - Method in interface swim.api.http.HttpLane
- decodeRequest(HttpRequest<?>) - Method in interface swim.api.http.function.DecodeRequestHttp
- DecodeRequestHttp<V> - Interface in swim.api.http.function
- decodeResponse() - Method in interface swim.api.http.HttpDownlink
- decodeResponse(DecodeResponseHttp<V>) - Method in interface swim.api.http.HttpDownlink
- decodeResponse(HttpResponse<?>) - Method in interface swim.api.http.function.DecodeResponseHttp
- DecodeResponseHttp<V> - Interface in swim.api.http.function
- delegate(Object) - Method in interface swim.api.http.HttpDownlink
- demandLane() - Method in class swim.api.agent.AbstractAgent
- demandLane() - Method in interface swim.api.lane.LaneFactory
- DemandLane<V> - Interface in swim.api.lane
- demandMapLane() - Method in class swim.api.agent.AbstractAgent
- demandMapLane() - Method in interface swim.api.lane.LaneFactory
- DemandMapLane<K,V> - Interface in swim.api.lane
- deny() - Method in class swim.api.policy.AbstractPolicy
- deny() - Static method in class swim.api.policy.PolicyDirective
- deny(Object) - Method in class swim.api.policy.AbstractPolicy
- deny(Object) - Static method in class swim.api.policy.PolicyDirective
- deny(Policy) - Static method in class swim.api.policy.PolicyDirective
- deny(Policy, Object) - Static method in class swim.api.policy.PolicyDirective
- didAddPlane(String, Plane) - Method in class swim.api.server.AbstractServer
- didAddPlane(String, Plane) - Method in interface swim.api.server.Server
- didClear() - Method in class swim.api.downlink.MapDownlinkRecord
- didClear(DidClear) - Method in interface swim.api.downlink.ListDownlink
- didClear(DidClear) - Method in interface swim.api.downlink.MapDownlink
- didClear(DidClear) - Method in interface swim.api.lane.JoinMapLane
- didClear(DidClear) - Method in interface swim.api.lane.JoinValueLane
- didClear(DidClear) - Method in interface swim.api.lane.ListLane
- didClear(DidClear) - Method in interface swim.api.lane.MapLane
- didClear(DidClear) - Method in interface swim.api.lane.SpatialLane
- didClose() - Method in class swim.api.agent.AbstractAgent
- didClose() - Method in interface swim.api.agent.Agent
-
Lifecycle callback invoked immediately after this
Agentcloses. - didClose() - Method in interface swim.api.function.DidClose
- didClose() - Method in class swim.api.plane.AbstractPlane
- didClose() - Method in interface swim.api.plane.Plane
- didClose(DidClose) - Method in interface swim.api.downlink.Downlink
- didClose(DidClose) - Method in interface swim.api.downlink.EventDownlink
- didClose(DidClose) - Method in interface swim.api.downlink.ListDownlink
- didClose(DidClose) - Method in interface swim.api.downlink.MapDownlink
- didClose(DidClose) - Method in interface swim.api.downlink.ValueDownlink
- didClose(DidClose) - Method in interface swim.api.uplink.Uplink
- DidClose - Interface in swim.api.function
- didCommand(DidCommand) - Method in interface swim.api.lane.CommandLane
- didCommand(DidCommand) - Method in interface swim.api.lane.DemandLane
- didCommand(DidCommand) - Method in interface swim.api.lane.DemandMapLane
- didCommand(DidCommand) - Method in interface swim.api.lane.JoinMapLane
- didCommand(DidCommand) - Method in interface swim.api.lane.JoinValueLane
- didCommand(DidCommand) - Method in interface swim.api.lane.Lane
- didCommand(DidCommand) - Method in interface swim.api.lane.ListLane
- didCommand(DidCommand) - Method in interface swim.api.lane.MapLane
- didCommand(DidCommand) - Method in interface swim.api.lane.SpatialLane
- didCommand(DidCommand) - Method in interface swim.api.lane.SupplyLane
- didCommand(DidCommand) - Method in interface swim.api.lane.ValueLane
- didCommand(Value) - Method in interface swim.api.lane.function.DidCommand
- DidCommand - Interface in swim.api.lane.function
- didConnect() - Method in interface swim.api.function.DidConnect
- didConnect(DidConnect) - Method in interface swim.api.downlink.Downlink
- didConnect(DidConnect) - Method in interface swim.api.downlink.EventDownlink
- didConnect(DidConnect) - Method in interface swim.api.downlink.ListDownlink
- didConnect(DidConnect) - Method in interface swim.api.downlink.MapDownlink
- didConnect(DidConnect) - Method in interface swim.api.downlink.ValueDownlink
- DidConnect - Interface in swim.api.function
- didDisconnect() - Method in interface swim.api.function.DidDisconnect
- didDisconnect() - Method in interface swim.api.http.HttpDownlink
- didDisconnect(DidDisconnect) - Method in interface swim.api.downlink.Downlink
- didDisconnect(DidDisconnect) - Method in interface swim.api.downlink.EventDownlink
- didDisconnect(DidDisconnect) - Method in interface swim.api.downlink.ListDownlink
- didDisconnect(DidDisconnect) - Method in interface swim.api.downlink.MapDownlink
- didDisconnect(DidDisconnect) - Method in interface swim.api.downlink.ValueDownlink
- didDisconnect(DidDisconnect) - Method in interface swim.api.http.HttpDownlink
- DidDisconnect - Interface in swim.api.function
- didDownlink(K, ValueDownlink<?>) - Method in interface swim.api.lane.function.DidDownlinkValue
- didDownlink(L, MapDownlink<?, ?>) - Method in interface swim.api.lane.function.DidDownlinkMap
- didDownlink(DidDownlinkMap<L>) - Method in interface swim.api.lane.JoinMapLane
- didDownlink(DidDownlinkValue<K>) - Method in interface swim.api.lane.JoinValueLane
- DidDownlinkMap<L> - Interface in swim.api.lane.function
- DidDownlinkValue<K> - Interface in swim.api.lane.function
- didDrop(int) - Method in class swim.api.downlink.MapDownlinkRecord
- didDrop(DidDrop) - Method in interface swim.api.downlink.ListDownlink
- didDrop(DidDrop) - Method in interface swim.api.downlink.MapDownlink
- didDrop(DidDrop) - Method in interface swim.api.lane.ListLane
- didDrop(DidDrop) - Method in interface swim.api.lane.MapLane
- didEnter(Identity) - Method in interface swim.api.lane.function.DidEnter
- didEnter(DidEnter) - Method in interface swim.api.lane.CommandLane
- didEnter(DidEnter) - Method in interface swim.api.lane.DemandLane
- didEnter(DidEnter) - Method in interface swim.api.lane.DemandMapLane
- didEnter(DidEnter) - Method in interface swim.api.lane.JoinMapLane
- didEnter(DidEnter) - Method in interface swim.api.lane.JoinValueLane
- didEnter(DidEnter) - Method in interface swim.api.lane.Lane
- didEnter(DidEnter) - Method in interface swim.api.lane.ListLane
- didEnter(DidEnter) - Method in interface swim.api.lane.MapLane
- didEnter(DidEnter) - Method in interface swim.api.lane.SpatialLane
- didEnter(DidEnter) - Method in interface swim.api.lane.SupplyLane
- didEnter(DidEnter) - Method in interface swim.api.lane.ValueLane
- DidEnter - Interface in swim.api.lane.function
- didFail() - Method in interface swim.api.http.HttpDownlink
- didFail(Throwable) - Method in class swim.api.agent.AbstractAgent
- didFail(Throwable) - Method in interface swim.api.agent.Agent
-
Lifecycle callback invoked immediately after this
Agentthrowserror. - didFail(Throwable) - Method in class swim.api.client.AbstractClient
- didFail(Throwable) - Method in interface swim.api.client.Client
- didFail(Throwable) - Method in interface swim.api.function.DidFail
- didFail(Throwable) - Method in class swim.api.plane.AbstractPlane
- didFail(Throwable) - Method in interface swim.api.plane.Plane
- didFail(Throwable) - Method in class swim.api.server.AbstractServer
- didFail(Throwable) - Method in interface swim.api.server.Server
- didFail(DidFail) - Method in interface swim.api.downlink.Downlink
- didFail(DidFail) - Method in interface swim.api.downlink.EventDownlink
- didFail(DidFail) - Method in interface swim.api.downlink.ListDownlink
- didFail(DidFail) - Method in interface swim.api.downlink.MapDownlink
- didFail(DidFail) - Method in interface swim.api.downlink.ValueDownlink
- didFail(DidFail) - Method in interface swim.api.http.HttpDownlink
- DidFail - Interface in swim.api.function
- didLeave(Identity) - Method in interface swim.api.lane.function.DidLeave
- didLeave(DidLeave) - Method in interface swim.api.lane.CommandLane
- didLeave(DidLeave) - Method in interface swim.api.lane.DemandLane
- didLeave(DidLeave) - Method in interface swim.api.lane.DemandMapLane
- didLeave(DidLeave) - Method in interface swim.api.lane.JoinMapLane
- didLeave(DidLeave) - Method in interface swim.api.lane.JoinValueLane
- didLeave(DidLeave) - Method in interface swim.api.lane.Lane
- didLeave(DidLeave) - Method in interface swim.api.lane.ListLane
- didLeave(DidLeave) - Method in interface swim.api.lane.MapLane
- didLeave(DidLeave) - Method in interface swim.api.lane.SpatialLane
- didLeave(DidLeave) - Method in interface swim.api.lane.SupplyLane
- didLeave(DidLeave) - Method in interface swim.api.lane.ValueLane
- DidLeave - Interface in swim.api.lane.function
- didLink() - Method in interface swim.api.downlink.function.DidLink
- didLink(DidLink) - Method in interface swim.api.downlink.Downlink
- didLink(DidLink) - Method in interface swim.api.downlink.EventDownlink
- didLink(DidLink) - Method in interface swim.api.downlink.ListDownlink
- didLink(DidLink) - Method in interface swim.api.downlink.MapDownlink
- didLink(DidLink) - Method in interface swim.api.downlink.ValueDownlink
- DidLink - Interface in swim.api.downlink.function
- didLoad() - Method in class swim.api.agent.AbstractAgent
- didLoad() - Method in interface swim.api.agent.Agent
-
Lifecycle callback invoked immediately after this
Agentloads, i.e. - didMove(DidMoveIndex<V>) - Method in interface swim.api.downlink.ListDownlink
- didMove(DidMoveIndex<V>) - Method in interface swim.api.lane.ListLane
- didMove(DidMoveShape<K, S, V>) - Method in interface swim.api.lane.SpatialLane
- didOpen() - Method in class swim.api.agent.AbstractAgent
- didOpen() - Method in interface swim.api.agent.Agent
-
Lifecycle callback invoked immediately after this
Agentopens, i.e. - didReceive(DidReceive) - Method in interface swim.api.downlink.Downlink
- didReceive(DidReceive) - Method in interface swim.api.downlink.EventDownlink
- didReceive(DidReceive) - Method in interface swim.api.downlink.ListDownlink
- didReceive(DidReceive) - Method in interface swim.api.downlink.MapDownlink
- didReceive(DidReceive) - Method in interface swim.api.downlink.ValueDownlink
- didReceive(Value) - Method in interface swim.api.downlink.function.DidReceive
- DidReceive - Interface in swim.api.downlink.function
- didRemove(DidRemoveIndex<V>) - Method in interface swim.api.downlink.ListDownlink
- didRemove(DidRemoveIndex<V>) - Method in interface swim.api.lane.ListLane
- didRemove(DidRemoveKey<K, V>) - Method in interface swim.api.downlink.MapDownlink
- didRemove(DidRemoveKey<K, V>) - Method in interface swim.api.lane.JoinMapLane
- didRemove(DidRemoveKey<K, V>) - Method in interface swim.api.lane.JoinValueLane
- didRemove(DidRemoveKey<K, V>) - Method in interface swim.api.lane.MapLane
- didRemove(DidRemoveShape<K, S, V>) - Method in interface swim.api.lane.SpatialLane
- didRemove(Value, Value) - Method in class swim.api.downlink.MapDownlinkRecord
- didRemovePlane(String, Plane) - Method in class swim.api.server.AbstractServer
- didRemovePlane(String, Plane) - Method in interface swim.api.server.Server
- didRequest() - Method in interface swim.api.http.HttpDownlink
- didRequest(DidRequestHttp<?>) - Method in interface swim.api.http.HttpDownlink
- didRequest(DidRequestHttp<Object>) - Method in interface swim.api.lane.CommandLane
- didRequest(DidRequestHttp<Object>) - Method in interface swim.api.lane.DemandLane
- didRequest(DidRequestHttp<Object>) - Method in interface swim.api.lane.DemandMapLane
- didRequest(DidRequestHttp<Object>) - Method in interface swim.api.lane.JoinMapLane
- didRequest(DidRequestHttp<Object>) - Method in interface swim.api.lane.JoinValueLane
- didRequest(DidRequestHttp<Object>) - Method in interface swim.api.lane.Lane
- didRequest(DidRequestHttp<Object>) - Method in interface swim.api.lane.ListLane
- didRequest(DidRequestHttp<Object>) - Method in interface swim.api.lane.MapLane
- didRequest(DidRequestHttp<Object>) - Method in interface swim.api.lane.SpatialLane
- didRequest(DidRequestHttp<Object>) - Method in interface swim.api.lane.SupplyLane
- didRequest(DidRequestHttp<Object>) - Method in interface swim.api.lane.ValueLane
- didRequest(DidRequestHttp<V>) - Method in interface swim.api.http.HttpLane
- didRequest(HttpRequest<V>) - Method in interface swim.api.http.function.DidRequestHttp
- DidRequestHttp<V> - Interface in swim.api.http.function
- didRespond() - Method in interface swim.api.http.HttpDownlink
- didRespond(DidRespondHttp<?>) - Method in interface swim.api.http.HttpLane
- didRespond(DidRespondHttp<?>) - Method in interface swim.api.lane.CommandLane
- didRespond(DidRespondHttp<?>) - Method in interface swim.api.lane.DemandLane
- didRespond(DidRespondHttp<?>) - Method in interface swim.api.lane.DemandMapLane
- didRespond(DidRespondHttp<?>) - Method in interface swim.api.lane.JoinMapLane
- didRespond(DidRespondHttp<?>) - Method in interface swim.api.lane.JoinValueLane
- didRespond(DidRespondHttp<?>) - Method in interface swim.api.lane.Lane
- didRespond(DidRespondHttp<?>) - Method in interface swim.api.lane.ListLane
- didRespond(DidRespondHttp<?>) - Method in interface swim.api.lane.MapLane
- didRespond(DidRespondHttp<?>) - Method in interface swim.api.lane.SpatialLane
- didRespond(DidRespondHttp<?>) - Method in interface swim.api.lane.SupplyLane
- didRespond(DidRespondHttp<?>) - Method in interface swim.api.lane.ValueLane
- didRespond(DidRespondHttp<V>) - Method in interface swim.api.http.HttpDownlink
- didRespond(HttpResponse<V>) - Method in interface swim.api.http.function.DidRespondHttp
- DidRespondHttp<V> - Interface in swim.api.http.function
- didSet(DidSet<V>) - Method in interface swim.api.downlink.ValueDownlink
- didSet(DidSet<V>) - Method in interface swim.api.lane.ValueLane
- didSet(Value, Value) - Method in class swim.api.downlink.ValueDownlinkRecord
- didStart() - Method in class swim.api.agent.AbstractAgent
- didStart() - Method in interface swim.api.agent.Agent
-
Lifecycle callback invoked immediately after this
Agentstarts. - didStart() - Method in class swim.api.client.AbstractClient
- didStart() - Method in interface swim.api.client.Client
- didStart() - Method in class swim.api.plane.AbstractPlane
- didStart() - Method in interface swim.api.plane.Plane
- didStart() - Method in class swim.api.server.AbstractServer
- didStart() - Method in interface swim.api.server.Server
- didStop() - Method in class swim.api.agent.AbstractAgent
- didStop() - Method in interface swim.api.agent.Agent
-
Lifecycle callback invoked immediately after this
Agentstops, i.e. - didStop() - Method in class swim.api.client.AbstractClient
- didStop() - Method in interface swim.api.client.Client
- didStop() - Method in class swim.api.plane.AbstractPlane
- didStop() - Method in interface swim.api.plane.Plane
- didStop() - Method in class swim.api.server.AbstractServer
- didStop() - Method in interface swim.api.server.Server
- didSync() - Method in interface swim.api.downlink.function.DidSync
- didSync(DidSync) - Method in interface swim.api.downlink.Downlink
- didSync(DidSync) - Method in interface swim.api.downlink.EventDownlink
- didSync(DidSync) - Method in interface swim.api.downlink.ListDownlink
- didSync(DidSync) - Method in interface swim.api.downlink.MapDownlink
- didSync(DidSync) - Method in interface swim.api.downlink.ValueDownlink
- DidSync - Interface in swim.api.downlink.function
- didTake(int) - Method in class swim.api.downlink.MapDownlinkRecord
- didTake(DidTake) - Method in interface swim.api.downlink.ListDownlink
- didTake(DidTake) - Method in interface swim.api.downlink.MapDownlink
- didTake(DidTake) - Method in interface swim.api.lane.ListLane
- didTake(DidTake) - Method in interface swim.api.lane.MapLane
- didUnlink() - Method in interface swim.api.downlink.function.DidUnlink
- didUnlink(DidUnlink) - Method in interface swim.api.downlink.Downlink
- didUnlink(DidUnlink) - Method in interface swim.api.downlink.EventDownlink
- didUnlink(DidUnlink) - Method in interface swim.api.downlink.ListDownlink
- didUnlink(DidUnlink) - Method in interface swim.api.downlink.MapDownlink
- didUnlink(DidUnlink) - Method in interface swim.api.downlink.ValueDownlink
- DidUnlink - Interface in swim.api.downlink.function
- didUnload() - Method in class swim.api.agent.AbstractAgent
- didUnload() - Method in interface swim.api.agent.Agent
-
Lifecycle callback invoked immediately after this
Agentunloads, i.e. - didUpdate(DidUpdateIndex<V>) - Method in interface swim.api.downlink.ListDownlink
- didUpdate(DidUpdateIndex<V>) - Method in interface swim.api.lane.ListLane
- didUpdate(DidUpdateKey<K, V>) - Method in interface swim.api.downlink.MapDownlink
- didUpdate(DidUpdateKey<K, V>) - Method in interface swim.api.lane.JoinMapLane
- didUpdate(DidUpdateKey<K, V>) - Method in interface swim.api.lane.JoinValueLane
- didUpdate(DidUpdateKey<K, V>) - Method in interface swim.api.lane.MapLane
- didUpdate(DidUpdateShape<K, S, V>) - Method in interface swim.api.lane.SpatialLane
- didUpdate(Value, Value, Value) - Method in class swim.api.downlink.MapDownlinkRecord
- didUplink(DidUplink) - Method in interface swim.api.lane.CommandLane
- didUplink(DidUplink) - Method in interface swim.api.lane.DemandLane
- didUplink(DidUplink) - Method in interface swim.api.lane.DemandMapLane
- didUplink(DidUplink) - Method in interface swim.api.lane.JoinMapLane
- didUplink(DidUplink) - Method in interface swim.api.lane.JoinValueLane
- didUplink(DidUplink) - Method in interface swim.api.lane.Lane
- didUplink(DidUplink) - Method in interface swim.api.lane.ListLane
- didUplink(DidUplink) - Method in interface swim.api.lane.MapLane
- didUplink(DidUplink) - Method in interface swim.api.lane.SpatialLane
- didUplink(DidUplink) - Method in interface swim.api.lane.SupplyLane
- didUplink(DidUplink) - Method in interface swim.api.lane.ValueLane
- didUplink(Uplink) - Method in interface swim.api.lane.function.DidUplink
- DidUplink - Interface in swim.api.lane.function
- doRequest() - Method in interface swim.api.http.function.DoRequestHttp
- doRequest() - Method in interface swim.api.http.HttpDownlink
- doRequest(DoRequestHttp<?>) - Method in interface swim.api.http.HttpDownlink
- DoRequestHttp<V> - Interface in swim.api.http.function
- doRespond(DoRespondHttp<Object>) - Method in interface swim.api.lane.CommandLane
- doRespond(DoRespondHttp<Object>) - Method in interface swim.api.lane.DemandLane
- doRespond(DoRespondHttp<Object>) - Method in interface swim.api.lane.DemandMapLane
- doRespond(DoRespondHttp<Object>) - Method in interface swim.api.lane.JoinMapLane
- doRespond(DoRespondHttp<Object>) - Method in interface swim.api.lane.JoinValueLane
- doRespond(DoRespondHttp<Object>) - Method in interface swim.api.lane.Lane
- doRespond(DoRespondHttp<Object>) - Method in interface swim.api.lane.ListLane
- doRespond(DoRespondHttp<Object>) - Method in interface swim.api.lane.MapLane
- doRespond(DoRespondHttp<Object>) - Method in interface swim.api.lane.SpatialLane
- doRespond(DoRespondHttp<Object>) - Method in interface swim.api.lane.SupplyLane
- doRespond(DoRespondHttp<Object>) - Method in interface swim.api.lane.ValueLane
- doRespond(DoRespondHttp<V>) - Method in interface swim.api.http.HttpLane
- doRespond(HttpRequest<V>) - Method in interface swim.api.http.function.DoRespondHttp
- DoRespondHttp<V> - Interface in swim.api.http.function
- downlink - Variable in class swim.api.downlink.DownlinkStreamlet
- downlink - Variable in class swim.api.downlink.ListDownlinkRecord
- downlink - Variable in class swim.api.downlink.MapDownlinkRecord
- downlink - Variable in class swim.api.downlink.ValueDownlinkRecord
- downlink() - Method in class swim.api.agent.AbstractAgent
- downlink() - Method in class swim.api.client.AbstractClient
- downlink() - Method in interface swim.api.downlink.DownlinkFactory
- downlink() - Method in class swim.api.downlink.DownlinkRecord
- downlink() - Method in class swim.api.downlink.ListDownlinkRecord
- downlink() - Method in class swim.api.downlink.MapDownlinkRecord
- downlink() - Method in class swim.api.downlink.ValueDownlinkRecord
- downlink(K) - Method in interface swim.api.lane.JoinValueLane
- downlink(L) - Method in interface swim.api.lane.JoinMapLane
- Downlink - Interface in swim.api.downlink
- DownlinkException - Exception in swim.api.downlink
- DownlinkException() - Constructor for exception swim.api.downlink.DownlinkException
- DownlinkException(String) - Constructor for exception swim.api.downlink.DownlinkException
- DownlinkException(String, Throwable) - Constructor for exception swim.api.downlink.DownlinkException
- DownlinkException(Throwable) - Constructor for exception swim.api.downlink.DownlinkException
- DownlinkFactory - Interface in swim.api.downlink
- downlinkHttp() - Method in class swim.api.agent.AbstractAgent
- downlinkHttp() - Method in class swim.api.client.AbstractClient
- downlinkHttp() - Method in interface swim.api.downlink.DownlinkFactory
- downlinkIterator() - Method in interface swim.api.lane.JoinMapLane
- downlinkIterator() - Method in interface swim.api.lane.JoinValueLane
- downlinkList() - Method in class swim.api.agent.AbstractAgent
- downlinkList() - Method in class swim.api.client.AbstractClient
- downlinkList() - Method in interface swim.api.downlink.DownlinkFactory
- downlinkMap() - Method in class swim.api.agent.AbstractAgent
- downlinkMap() - Method in class swim.api.client.AbstractClient
- downlinkMap() - Method in interface swim.api.downlink.DownlinkFactory
- downlinkPolicy(Downlink) - Method in class swim.api.policy.AbstractPolicy
- downlinkPolicy(Downlink) - Method in interface swim.api.policy.AgentPolicy
- downlinkPolicy(Downlink) - Method in interface swim.api.policy.AgentTypePolicy
- downlinkPolicy(Downlink) - Method in interface swim.api.policy.PlanePolicy
- DownlinkPolicy - Interface in swim.api.policy
- downlinkRecord - Variable in class swim.api.downlink.DownlinkStreamlet
- DownlinkRecord - Class in swim.api.downlink
- DownlinkRecord() - Constructor for class swim.api.downlink.DownlinkRecord
- DownlinkStreamlet - Class in swim.api.downlink
- DownlinkStreamlet(SwimRef) - Constructor for class swim.api.downlink.DownlinkStreamlet
- DownlinkStreamlet(SwimRef, StreamletScope<? extends Value>) - Constructor for class swim.api.downlink.DownlinkStreamlet
- downlinkValue() - Method in class swim.api.agent.AbstractAgent
- downlinkValue() - Method in class swim.api.client.AbstractClient
- downlinkValue() - Method in interface swim.api.downlink.DownlinkFactory
- drop(int) - Method in interface swim.api.data.ListData
- drop(int) - Method in interface swim.api.data.MapData
- drop(int) - Method in interface swim.api.downlink.ListDownlink
- drop(int) - Method in interface swim.api.lane.ListLane
E
- error(Object) - Method in class swim.api.agent.AbstractAgent
- error(Object) - Method in class swim.api.client.AbstractClient
- error(Object) - Method in interface swim.api.downlink.Downlink
- error(Object) - Method in interface swim.api.http.HttpDownlink
- error(Object) - Method in interface swim.api.http.HttpUplink
- error(Object) - Method in interface swim.api.lane.Lane
- error(Object) - Method in interface swim.api.Link
- error(Object) - Method in class swim.api.plane.AbstractPlane
- error(Object) - Method in class swim.api.server.AbstractServer
- error(Object) - Method in interface swim.api.uplink.Uplink
- EventDownlink<V> - Interface in swim.api.downlink
F
- forbid() - Method in class swim.api.policy.AbstractPolicy
- forbid() - Static method in class swim.api.policy.PolicyDirective
- forbid(Object) - Method in class swim.api.policy.AbstractPolicy
- forbid(Object) - Static method in class swim.api.policy.PolicyDirective
- forbid(Policy) - Static method in class swim.api.policy.PolicyDirective
- forbid(Policy, Object) - Static method in class swim.api.policy.PolicyDirective
- fromUri() - Method in class swim.api.auth.Authenticated
- fromUri() - Method in interface swim.api.auth.Credentials
- fromUri() - Method in interface swim.api.auth.Identity
G
- geospatialData(String) - Method in class swim.api.agent.AbstractAgent
- geospatialData(String) - Method in interface swim.api.data.DataFactory
- geospatialData(Value) - Method in class swim.api.agent.AbstractAgent
- geospatialData(Value) - Method in interface swim.api.data.DataFactory
- geospatialLane() - Method in class swim.api.agent.AbstractAgent
- geospatialLane() - Method in interface swim.api.lane.LaneFactory
- get() - Method in interface swim.api.data.ValueData
- get() - Method in interface swim.api.downlink.ValueDownlink
- get() - Method in interface swim.api.lane.ValueLane
- get() - Method in class swim.api.policy.PolicyDirective
- get(int) - Method in class swim.api.downlink.ListDownlinkRecord
- get(int) - Method in class swim.api.downlink.MapDownlinkRecord
- get(int) - Method in class swim.api.downlink.ValueDownlinkRecord
- get(String) - Method in class swim.api.downlink.ListDownlinkRecord
- get(String) - Method in class swim.api.downlink.MapDownlinkRecord
- get(String) - Method in class swim.api.downlink.ValueDownlinkRecord
- get(Value) - Method in class swim.api.downlink.ListDownlinkRecord
- get(Value) - Method in class swim.api.downlink.MapDownlinkRecord
- get(Value) - Method in class swim.api.downlink.ValueDownlinkRecord
- getAgentContext() - Static method in class swim.api.SwimContext
- getAgentRoute(Uri) - Method in interface swim.api.plane.PlaneContext
- getAgentType(String) - Method in interface swim.api.plane.PlaneContext
- getAgentTypeContext() - Method in class swim.api.agent.AbstractAgentType
- getAgentTypeContext() - Method in interface swim.api.agent.AgentType
-
The internal context used to provide concrete implementations to most
AgentTypemethods. - getAttr(String) - Method in class swim.api.downlink.ListDownlinkRecord
- getAttr(String) - Method in class swim.api.downlink.MapDownlinkRecord
- getAttr(String) - Method in class swim.api.downlink.ValueDownlinkRecord
- getAttr(Text) - Method in class swim.api.downlink.ListDownlinkRecord
- getAttr(Text) - Method in class swim.api.downlink.MapDownlinkRecord
- getAttr(Text) - Method in class swim.api.downlink.ValueDownlinkRecord
- getClientContext() - Static method in class swim.api.SwimContext
- getDownlink(Object) - Method in interface swim.api.lane.JoinMapLane
- getDownlink(Object) - Method in interface swim.api.lane.JoinValueLane
- getField(String) - Method in class swim.api.downlink.ValueDownlinkRecord
- getField(Value) - Method in class swim.api.downlink.ValueDownlinkRecord
- getItem(int) - Method in class swim.api.downlink.ListDownlinkRecord
- getItem(int) - Method in class swim.api.downlink.MapDownlinkRecord
- getItem(int) - Method in class swim.api.downlink.ValueDownlinkRecord
- getLane() - Static method in class swim.api.SwimContext
- getLane(Uri) - Method in interface swim.api.agent.AgentContext
-
Returns the
Lanebelonging to theAgentmanaged by thisAgentContextthat is addressable bylaneUri, ornullif no suchLaneexists. - getLink() - Static method in class swim.api.SwimContext
- getOutput(Outlet<? super Value>) - Method in class swim.api.downlink.DownlinkStreamlet
- getPlane(String) - Method in class swim.api.server.AbstractServer
- getPlane(String) - Method in interface swim.api.server.ServerContext
- getPlaneContext() - Static method in class swim.api.SwimContext
- getProp(String) - Method in class swim.api.agent.AbstractAgent
-
Returns the value of
nameinAbstractAgent.props(). - getProp(String) - Method in interface swim.api.agent.AgentContext
-
Returns the value of
nameinAgentContext.props(). - getProp(Value) - Method in class swim.api.agent.AbstractAgent
-
Returns the value of
keyinAbstractAgent.props(). - getProp(Value) - Method in interface swim.api.agent.AgentContext
-
Returns the value of
keyinAgentContext.props(). - getServerContext() - Static method in class swim.api.SwimContext
- getSlot(String) - Method in class swim.api.downlink.ListDownlinkRecord
- getSlot(String) - Method in class swim.api.downlink.MapDownlinkRecord
- getSlot(String) - Method in class swim.api.downlink.ValueDownlinkRecord
- getSlot(Value) - Method in class swim.api.downlink.ListDownlinkRecord
- getSlot(Value) - Method in class swim.api.downlink.MapDownlinkRecord
- getSlot(Value) - Method in class swim.api.downlink.ValueDownlinkRecord
- getTrait(Class<A>) - Method in class swim.api.agent.AbstractAgent
- getTrait(Class<A>) - Method in interface swim.api.agent.AgentContext
- getTrait(String) - Method in class swim.api.agent.AbstractAgent
- getTrait(String) - Method in interface swim.api.agent.AgentContext
- getTrait(Value) - Method in class swim.api.agent.AbstractAgent
- getTrait(Value) - Method in interface swim.api.agent.AgentContext
H
- hasAgentType(String) - Method in interface swim.api.plane.PlaneContext
- hostRef(String) - Method in class swim.api.agent.AbstractAgent
- hostRef(String) - Method in class swim.api.client.AbstractClient
- hostRef(String) - Method in interface swim.api.ref.SwimRef
- hostRef(Uri) - Method in class swim.api.agent.AbstractAgent
- hostRef(Uri) - Method in class swim.api.client.AbstractClient
- hostRef(Uri) - Method in interface swim.api.ref.SwimRef
- HostRef - Interface in swim.api.ref
- hostUri - Variable in class swim.api.downlink.DownlinkStreamlet
- hostUri() - Method in class swim.api.agent.AbstractAgent
-
This
Agent'shostUri. - hostUri() - Method in interface swim.api.agent.AgentContext
-
The
hostUriof theAgentmanaged by thisAgentContext. - hostUri() - Method in interface swim.api.downlink.Downlink
- hostUri() - Method in interface swim.api.http.HttpDownlink
- hostUri() - Method in interface swim.api.http.HttpUplink
- hostUri() - Method in interface swim.api.lane.Lane
- hostUri() - Method in interface swim.api.Link
- hostUri() - Method in interface swim.api.ref.HostRef
- hostUri() - Method in interface swim.api.ref.LaneRef
- hostUri() - Method in interface swim.api.ref.NodeRef
- hostUri() - Method in interface swim.api.uplink.Uplink
- hostUri(String) - Method in interface swim.api.downlink.Downlink
- hostUri(String) - Method in interface swim.api.downlink.EventDownlink
- hostUri(String) - Method in interface swim.api.downlink.ListDownlink
- hostUri(String) - Method in interface swim.api.downlink.MapDownlink
- hostUri(String) - Method in interface swim.api.downlink.ValueDownlink
- hostUri(Uri) - Method in interface swim.api.downlink.Downlink
- hostUri(Uri) - Method in interface swim.api.downlink.EventDownlink
- hostUri(Uri) - Method in interface swim.api.downlink.ListDownlink
- hostUri(Uri) - Method in interface swim.api.downlink.MapDownlink
- hostUri(Uri) - Method in interface swim.api.downlink.ValueDownlink
- HttpDownlink<V> - Interface in swim.api.http
- HttpLane<V> - Interface in swim.api.http
- HttpUplink - Interface in swim.api.http
I
- Identity - Interface in swim.api.auth
- info(Object) - Method in class swim.api.agent.AbstractAgent
- info(Object) - Method in class swim.api.client.AbstractClient
- info(Object) - Method in interface swim.api.downlink.Downlink
- info(Object) - Method in interface swim.api.http.HttpDownlink
- info(Object) - Method in interface swim.api.http.HttpUplink
- info(Object) - Method in interface swim.api.lane.Lane
- info(Object) - Method in interface swim.api.Link
- info(Object) - Method in class swim.api.plane.AbstractPlane
- info(Object) - Method in class swim.api.server.AbstractServer
- info(Object) - Method in interface swim.api.uplink.Uplink
- injectRouter(Router) - Method in interface swim.api.router.Router
-
Returns a
Routerwith the combined capabilities of thisRouterand the givenrouter. - injectStorage(Storage) - Method in interface swim.api.storage.Storage
-
Returns a
Storageimplementation with the combined capabilities of thisStorageimplementation and the givenstorageimplementation. - inputBody - Variable in class swim.api.downlink.DownlinkStreamlet
- inputHostUri - Variable in class swim.api.downlink.DownlinkStreamlet
- inputLaneUri - Variable in class swim.api.downlink.DownlinkStreamlet
- inputNodeUri - Variable in class swim.api.downlink.DownlinkStreamlet
- inputPrio - Variable in class swim.api.downlink.DownlinkStreamlet
- inputRate - Variable in class swim.api.downlink.DownlinkStreamlet
- inputType - Variable in class swim.api.downlink.DownlinkStreamlet
- isAllowed() - Method in class swim.api.policy.PolicyDirective
- isArray() - Method in class swim.api.downlink.ListDownlinkRecord
- isArray() - Method in class swim.api.downlink.MapDownlinkRecord
- isArray() - Method in class swim.api.downlink.ValueDownlinkRecord
- isAuthenticated() - Method in class swim.api.auth.Authenticated
- isAuthenticated() - Method in interface swim.api.auth.Identity
- isConnected() - Method in interface swim.api.downlink.Downlink
- isConnected() - Method in interface swim.api.http.HttpDownlink
- isConnected() - Method in interface swim.api.http.HttpUplink
- isConnected() - Method in interface swim.api.Link
- isConnected() - Method in interface swim.api.uplink.Uplink
- isDefined() - Method in class swim.api.policy.PolicyDirective
- isDenied() - Method in class swim.api.policy.PolicyDirective
- isEmpty() - Method in class swim.api.downlink.ListDownlinkRecord
- isEmpty() - Method in class swim.api.downlink.MapDownlinkRecord
- isEmpty() - Method in class swim.api.downlink.ValueDownlinkRecord
- isForbidden() - Method in class swim.api.policy.PolicyDirective
- isObject() - Method in class swim.api.downlink.ListDownlinkRecord
- isObject() - Method in class swim.api.downlink.MapDownlinkRecord
- isObject() - Method in class swim.api.downlink.ValueDownlinkRecord
- isRemote() - Method in interface swim.api.downlink.Downlink
- isRemote() - Method in interface swim.api.http.HttpDownlink
- isRemote() - Method in interface swim.api.http.HttpUplink
- isRemote() - Method in interface swim.api.Link
- isRemote() - Method in interface swim.api.uplink.Uplink
- isResident() - Method in interface swim.api.data.ListData
- isResident() - Method in interface swim.api.data.MapData
- isResident() - Method in interface swim.api.data.SpatialData
- isResident() - Method in interface swim.api.data.ValueData
- isResident() - Method in interface swim.api.lane.JoinMapLane
- isResident() - Method in interface swim.api.lane.JoinValueLane
- isResident() - Method in interface swim.api.lane.ListLane
- isResident() - Method in interface swim.api.lane.MapLane
- isResident() - Method in interface swim.api.lane.SpatialLane
- isResident() - Method in interface swim.api.lane.ValueLane
- isResident(boolean) - Method in interface swim.api.data.ListData
- isResident(boolean) - Method in interface swim.api.data.MapData
- isResident(boolean) - Method in interface swim.api.data.SpatialData
- isResident(boolean) - Method in interface swim.api.data.ValueData
- isResident(boolean) - Method in interface swim.api.lane.JoinMapLane
- isResident(boolean) - Method in interface swim.api.lane.JoinValueLane
- isResident(boolean) - Method in interface swim.api.lane.ListLane
- isResident(boolean) - Method in interface swim.api.lane.MapLane
- isResident(boolean) - Method in interface swim.api.lane.SpatialLane
- isResident(boolean) - Method in interface swim.api.lane.ValueLane
- isSecure() - Method in class swim.api.agent.AbstractAgent
-
Returns true if the currently executing link is secure, or false if the currently executing link is not secure, or if not currently executing a link callback.
- isSecure() - Method in interface swim.api.downlink.Downlink
- isSecure() - Method in interface swim.api.http.HttpDownlink
- isSecure() - Method in interface swim.api.http.HttpUplink
- isSecure() - Method in interface swim.api.Link
- isSecure() - Method in interface swim.api.uplink.Uplink
- isSigned() - Method in interface swim.api.lane.Lane
- isSigned(boolean) - Method in interface swim.api.lane.CommandLane
- isSigned(boolean) - Method in interface swim.api.lane.DemandLane
- isSigned(boolean) - Method in interface swim.api.lane.DemandMapLane
- isSigned(boolean) - Method in interface swim.api.lane.JoinMapLane
- isSigned(boolean) - Method in interface swim.api.lane.JoinValueLane
- isSigned(boolean) - Method in interface swim.api.lane.Lane
- isSigned(boolean) - Method in interface swim.api.lane.ListLane
- isSigned(boolean) - Method in interface swim.api.lane.MapLane
- isSigned(boolean) - Method in interface swim.api.lane.SpatialLane
- isSigned(boolean) - Method in interface swim.api.lane.SupplyLane
- isSigned(boolean) - Method in interface swim.api.lane.ValueLane
- isStateful() - Method in interface swim.api.downlink.ListDownlink
- isStateful() - Method in interface swim.api.downlink.MapDownlink
- isStateful() - Method in interface swim.api.downlink.ValueDownlink
- isStateful(boolean) - Method in interface swim.api.downlink.ListDownlink
- isStateful(boolean) - Method in interface swim.api.downlink.MapDownlink
- isStateful(boolean) - Method in interface swim.api.downlink.ValueDownlink
- isTransient() - Method in interface swim.api.data.ListData
- isTransient() - Method in interface swim.api.data.MapData
- isTransient() - Method in interface swim.api.data.SpatialData
- isTransient() - Method in interface swim.api.data.ValueData
- isTransient() - Method in interface swim.api.lane.JoinMapLane
- isTransient() - Method in interface swim.api.lane.JoinValueLane
- isTransient() - Method in interface swim.api.lane.ListLane
- isTransient() - Method in interface swim.api.lane.MapLane
- isTransient() - Method in interface swim.api.lane.SpatialLane
- isTransient() - Method in interface swim.api.lane.ValueLane
- isTransient(boolean) - Method in interface swim.api.data.ListData
- isTransient(boolean) - Method in interface swim.api.data.MapData
- isTransient(boolean) - Method in interface swim.api.data.SpatialData
- isTransient(boolean) - Method in interface swim.api.data.ValueData
- isTransient(boolean) - Method in interface swim.api.lane.JoinMapLane
- isTransient(boolean) - Method in interface swim.api.lane.JoinValueLane
- isTransient(boolean) - Method in interface swim.api.lane.ListLane
- isTransient(boolean) - Method in interface swim.api.lane.MapLane
- isTransient(boolean) - Method in interface swim.api.lane.SpatialLane
- isTransient(boolean) - Method in interface swim.api.lane.ValueLane
J
- joinMapLane() - Method in class swim.api.agent.AbstractAgent
- joinMapLane() - Method in interface swim.api.lane.LaneFactory
- JoinMapLane<L,K,V> - Interface in swim.api.lane
- joinValueLane() - Method in class swim.api.agent.AbstractAgent
- joinValueLane() - Method in interface swim.api.lane.LaneFactory
- JoinValueLane<K,V> - Interface in swim.api.lane
K
- keepLinked() - Method in interface swim.api.downlink.Downlink
- keepLinked(boolean) - Method in interface swim.api.downlink.Downlink
- keepLinked(boolean) - Method in interface swim.api.downlink.EventDownlink
- keepLinked(boolean) - Method in interface swim.api.downlink.ListDownlink
- keepLinked(boolean) - Method in interface swim.api.downlink.MapDownlink
- keepLinked(boolean) - Method in interface swim.api.downlink.ValueDownlink
- keepSynced() - Method in interface swim.api.downlink.Downlink
- keepSynced(boolean) - Method in interface swim.api.downlink.Downlink
- keepSynced(boolean) - Method in interface swim.api.downlink.EventDownlink
- keepSynced(boolean) - Method in interface swim.api.downlink.ListDownlink
- keepSynced(boolean) - Method in interface swim.api.downlink.MapDownlink
- keepSynced(boolean) - Method in interface swim.api.downlink.ValueDownlink
- keyClass(Class<K2>) - Method in interface swim.api.data.MapData
- keyClass(Class<K2>) - Method in interface swim.api.data.SpatialData
- keyClass(Class<K2>) - Method in interface swim.api.downlink.MapDownlink
- keyClass(Class<K2>) - Method in interface swim.api.lane.DemandMapLane
- keyClass(Class<K2>) - Method in interface swim.api.lane.JoinMapLane
- keyClass(Class<K2>) - Method in interface swim.api.lane.JoinValueLane
- keyClass(Class<K2>) - Method in interface swim.api.lane.MapLane
- keyClass(Class<K2>) - Method in interface swim.api.lane.SpatialLane
- keyForm() - Method in interface swim.api.data.MapData
- keyForm() - Method in interface swim.api.data.SpatialData
- keyForm() - Method in interface swim.api.downlink.MapDownlink
- keyForm() - Method in interface swim.api.lane.DemandMapLane
- keyForm() - Method in interface swim.api.lane.JoinMapLane
- keyForm() - Method in interface swim.api.lane.JoinValueLane
- keyForm() - Method in interface swim.api.lane.MapLane
- keyForm() - Method in interface swim.api.lane.SpatialLane
- keyForm(Form<K2>) - Method in interface swim.api.data.MapData
- keyForm(Form<K2>) - Method in interface swim.api.data.SpatialData
- keyForm(Form<K2>) - Method in interface swim.api.downlink.MapDownlink
- keyForm(Form<K2>) - Method in interface swim.api.lane.DemandMapLane
- keyForm(Form<K2>) - Method in interface swim.api.lane.JoinMapLane
- keyForm(Form<K2>) - Method in interface swim.api.lane.JoinValueLane
- keyForm(Form<K2>) - Method in interface swim.api.lane.MapLane
- keyForm(Form<K2>) - Method in interface swim.api.lane.SpatialLane
- keyIterator() - Method in class swim.api.downlink.ListDownlinkRecord
- keyIterator() - Method in interface swim.api.downlink.MapDownlink
- keyIterator() - Method in class swim.api.downlink.MapDownlinkRecord
- keyIterator() - Method in class swim.api.downlink.ValueDownlinkRecord
- keyIterator() - Method in interface swim.api.lane.JoinMapLane
- keyIterator() - Method in interface swim.api.lane.JoinValueLane
- keyIterator() - Method in interface swim.api.lane.MapLane
L
- lane() - Method in class swim.api.agent.AbstractAgent
-
Returns the currently executing lane, or null if not currently executing a lane or link callback.
- lane() - Method in interface swim.api.agent.AgentContext
-
Returns the currently executing lane, or null if not currently executing a lane or link callback.
- Lane - Interface in swim.api.lane
- LaneFactory - Interface in swim.api.lane
- lanePolicy(Lane) - Method in class swim.api.policy.AbstractPolicy
- lanePolicy(Lane) - Method in interface swim.api.policy.AgentPolicy
- LanePolicy - Interface in swim.api.policy
- laneRef(String) - Method in interface swim.api.ref.NodeRef
- laneRef(String, String) - Method in class swim.api.agent.AbstractAgent
- laneRef(String, String) - Method in class swim.api.client.AbstractClient
- laneRef(String, String) - Method in interface swim.api.ref.HostRef
- laneRef(String, String) - Method in interface swim.api.ref.SwimRef
- laneRef(String, String, String) - Method in class swim.api.agent.AbstractAgent
- laneRef(String, String, String) - Method in class swim.api.client.AbstractClient
- laneRef(String, String, String) - Method in interface swim.api.ref.SwimRef
- laneRef(Uri) - Method in interface swim.api.ref.NodeRef
- laneRef(Uri, Uri) - Method in class swim.api.agent.AbstractAgent
- laneRef(Uri, Uri) - Method in class swim.api.client.AbstractClient
- laneRef(Uri, Uri) - Method in interface swim.api.ref.HostRef
- laneRef(Uri, Uri) - Method in interface swim.api.ref.SwimRef
- laneRef(Uri, Uri, Uri) - Method in class swim.api.agent.AbstractAgent
- laneRef(Uri, Uri, Uri) - Method in class swim.api.client.AbstractClient
- laneRef(Uri, Uri, Uri) - Method in interface swim.api.ref.SwimRef
- LaneRef - Interface in swim.api.ref
- laneUri - Variable in class swim.api.downlink.DownlinkStreamlet
- laneUri() - Method in interface swim.api.downlink.Downlink
- laneUri() - Method in interface swim.api.http.HttpDownlink
- laneUri() - Method in interface swim.api.http.HttpUplink
- laneUri() - Method in interface swim.api.lane.Lane
- laneUri() - Method in interface swim.api.Link
- laneUri() - Method in interface swim.api.ref.LaneRef
- laneUri() - Method in interface swim.api.uplink.Uplink
- laneUri(String) - Method in interface swim.api.downlink.Downlink
- laneUri(String) - Method in interface swim.api.downlink.EventDownlink
- laneUri(String) - Method in interface swim.api.downlink.ListDownlink
- laneUri(String) - Method in interface swim.api.downlink.MapDownlink
- laneUri(String) - Method in interface swim.api.downlink.ValueDownlink
- laneUri(Uri) - Method in interface swim.api.downlink.Downlink
- laneUri(Uri) - Method in interface swim.api.downlink.EventDownlink
- laneUri(Uri) - Method in interface swim.api.downlink.ListDownlink
- laneUri(Uri) - Method in interface swim.api.downlink.MapDownlink
- laneUri(Uri) - Method in interface swim.api.downlink.ValueDownlink
- link() - Method in class swim.api.agent.AbstractAgent
-
Returns the currently executing link, or null if not currently executing a link callback.
- link() - Method in interface swim.api.agent.AgentContext
-
Returns the currently executing link, or null if not currently executing a link callback.
- Link - Interface in swim.api
- linkClass(Class<L2>) - Method in interface swim.api.lane.JoinMapLane
- linkForm() - Method in interface swim.api.lane.JoinMapLane
- linkForm(Form<L2>) - Method in interface swim.api.lane.JoinMapLane
- listData(String) - Method in class swim.api.agent.AbstractAgent
- listData(String) - Method in interface swim.api.data.DataFactory
- listData(Value) - Method in class swim.api.agent.AbstractAgent
- listData(Value) - Method in interface swim.api.data.DataFactory
- ListData<V> - Interface in swim.api.data
- ListDownlink<V> - Interface in swim.api.downlink
- ListDownlinkRecord - Class in swim.api.downlink
- ListDownlinkRecord(ListDownlink<Value>) - Constructor for class swim.api.downlink.ListDownlinkRecord
- listLane() - Method in class swim.api.agent.AbstractAgent
- listLane() - Method in interface swim.api.lane.LaneFactory
- ListLane<V> - Interface in swim.api.lane
- localAddress() - Method in class swim.api.agent.AbstractAgent
-
Returns the local internet address of the currently executing link, or null if not currently executing a link callback.
- localAddress() - Method in interface swim.api.downlink.Downlink
- localAddress() - Method in interface swim.api.http.HttpDownlink
- localAddress() - Method in interface swim.api.http.HttpUplink
- localAddress() - Method in interface swim.api.Link
- localAddress() - Method in interface swim.api.uplink.Uplink
- localCertificates() - Method in class swim.api.agent.AbstractAgent
-
Returns the certificates used to authenticate the local end of the currently executing link; returns an empty collection if the currently executing link has no local certificates, or if not currently executing a link callback.
- localCertificates() - Method in interface swim.api.downlink.Downlink
- localCertificates() - Method in interface swim.api.http.HttpDownlink
- localCertificates() - Method in interface swim.api.http.HttpUplink
- localCertificates() - Method in interface swim.api.Link
- localCertificates() - Method in interface swim.api.uplink.Uplink
- localIdentity() - Method in class swim.api.agent.AbstractAgent
-
Returns the local user identity of the currently executing link, or null if the currently executing link has no local user identity, or if not currently executing a link callback.
- localIdentity() - Method in interface swim.api.downlink.Downlink
- localIdentity() - Method in interface swim.api.http.HttpDownlink
- localIdentity() - Method in interface swim.api.http.HttpUplink
- localIdentity() - Method in interface swim.api.Link
- localIdentity() - Method in interface swim.api.uplink.Uplink
- localPrincipal() - Method in class swim.api.agent.AbstractAgent
-
Returns the principal used to identify the local end of the currently executing link, or null if the currently executing link has no local principal, or if not currently executing a link callback.
- localPrincipal() - Method in interface swim.api.downlink.Downlink
- localPrincipal() - Method in interface swim.api.http.HttpDownlink
- localPrincipal() - Method in interface swim.api.http.HttpUplink
- localPrincipal() - Method in interface swim.api.Link
- localPrincipal() - Method in interface swim.api.uplink.Uplink
M
- mapData(String) - Method in class swim.api.agent.AbstractAgent
- mapData(String) - Method in interface swim.api.data.DataFactory
- mapData(Value) - Method in class swim.api.agent.AbstractAgent
- mapData(Value) - Method in interface swim.api.data.DataFactory
- MapData<K,V> - Interface in swim.api.data
- MapDownlink<K,V> - Interface in swim.api.downlink
- MapDownlinkRecord - Class in swim.api.downlink
- MapDownlinkRecord(MapDownlink<Value, Value>) - Constructor for class swim.api.downlink.MapDownlinkRecord
- mapLane() - Method in class swim.api.agent.AbstractAgent
- mapLane() - Method in interface swim.api.lane.LaneFactory
- MapLane<K,V> - Interface in swim.api.lane
N
- name() - Method in class swim.api.agent.AbstractAgentType
- name() - Method in interface swim.api.agent.AgentType
-
TODO
- name() - Method in interface swim.api.agent.AgentTypeContext
- name() - Method in interface swim.api.data.ListData
- name() - Method in interface swim.api.data.MapData
- name() - Method in interface swim.api.data.SpatialData
- name() - Method in interface swim.api.data.ValueData
- name() - Method in annotation type swim.api.SwimAgent
- nodeRef(String) - Method in class swim.api.agent.AbstractAgent
- nodeRef(String) - Method in class swim.api.client.AbstractClient
- nodeRef(String) - Method in interface swim.api.ref.HostRef
- nodeRef(String) - Method in interface swim.api.ref.SwimRef
- nodeRef(String, String) - Method in class swim.api.agent.AbstractAgent
- nodeRef(String, String) - Method in class swim.api.client.AbstractClient
- nodeRef(String, String) - Method in interface swim.api.ref.SwimRef
- nodeRef(Uri) - Method in class swim.api.agent.AbstractAgent
- nodeRef(Uri) - Method in class swim.api.client.AbstractClient
- nodeRef(Uri) - Method in interface swim.api.ref.HostRef
- nodeRef(Uri) - Method in interface swim.api.ref.SwimRef
- nodeRef(Uri, Uri) - Method in class swim.api.agent.AbstractAgent
- nodeRef(Uri, Uri) - Method in class swim.api.client.AbstractClient
- nodeRef(Uri, Uri) - Method in interface swim.api.ref.SwimRef
- NodeRef - Interface in swim.api.ref
- nodeUri - Variable in class swim.api.downlink.DownlinkStreamlet
- nodeUri() - Method in class swim.api.agent.AbstractAgent
-
This
Agent'snodeUri. - nodeUri() - Method in interface swim.api.agent.AgentContext
-
The
nodeUriof theAgentmanaged by thisAgentContext. - nodeUri() - Method in interface swim.api.downlink.Downlink
- nodeUri() - Method in interface swim.api.http.HttpDownlink
- nodeUri() - Method in interface swim.api.http.HttpUplink
- nodeUri() - Method in interface swim.api.lane.Lane
- nodeUri() - Method in interface swim.api.Link
- nodeUri() - Method in interface swim.api.ref.LaneRef
- nodeUri() - Method in interface swim.api.ref.NodeRef
- nodeUri() - Method in interface swim.api.uplink.Uplink
- nodeUri(String) - Method in interface swim.api.downlink.Downlink
- nodeUri(String) - Method in interface swim.api.downlink.EventDownlink
- nodeUri(String) - Method in interface swim.api.downlink.ListDownlink
- nodeUri(String) - Method in interface swim.api.downlink.MapDownlink
- nodeUri(String) - Method in interface swim.api.downlink.ValueDownlink
- nodeUri(Uri) - Method in interface swim.api.downlink.Downlink
- nodeUri(Uri) - Method in interface swim.api.downlink.EventDownlink
- nodeUri(Uri) - Method in interface swim.api.downlink.ListDownlink
- nodeUri(Uri) - Method in interface swim.api.downlink.MapDownlink
- nodeUri(Uri) - Method in interface swim.api.downlink.ValueDownlink
O
- observe(Object) - Method in interface swim.api.downlink.Downlink
- observe(Object) - Method in interface swim.api.downlink.EventDownlink
- observe(Object) - Method in interface swim.api.downlink.ListDownlink
- observe(Object) - Method in interface swim.api.downlink.MapDownlink
- observe(Object) - Method in interface swim.api.downlink.ValueDownlink
- observe(Object) - Method in interface swim.api.http.HttpLane
- observe(Object) - Method in interface swim.api.http.HttpUplink
- observe(Object) - Method in interface swim.api.lane.CommandLane
- observe(Object) - Method in interface swim.api.lane.DemandLane
- observe(Object) - Method in interface swim.api.lane.DemandMapLane
- observe(Object) - Method in interface swim.api.lane.JoinMapLane
- observe(Object) - Method in interface swim.api.lane.JoinValueLane
- observe(Object) - Method in interface swim.api.lane.Lane
- observe(Object) - Method in interface swim.api.lane.ListLane
- observe(Object) - Method in interface swim.api.lane.MapLane
- observe(Object) - Method in interface swim.api.lane.SpatialLane
- observe(Object) - Method in interface swim.api.lane.SupplyLane
- observe(Object) - Method in interface swim.api.lane.ValueLane
- observe(Object) - Method in interface swim.api.Link
- observe(Object) - Method in interface swim.api.uplink.Uplink
- onCommand(OnCommand<V>) - Method in interface swim.api.lane.CommandLane
- onCommand(OnCommand) - Method in interface swim.api.uplink.Uplink
- onCommand(CommandMessage) - Method in interface swim.api.uplink.function.OnCommand
- onCommand(V) - Method in interface swim.api.lane.function.OnCommand
- OnCommand<V> - Interface in swim.api.lane.function
- OnCommand - Interface in swim.api.uplink.function
- onCue(K, Uplink) - Method in interface swim.api.lane.function.OnCueKey
- onCue(OnCue<V>) - Method in interface swim.api.lane.DemandLane
- onCue(OnCueKey<K, V>) - Method in interface swim.api.lane.DemandMapLane
- onCue(Uplink) - Method in interface swim.api.lane.function.OnCue
- OnCue<V> - Interface in swim.api.lane.function
- OnCueKey<K,V> - Interface in swim.api.lane.function
- onEvent(OnEvent<V>) - Method in interface swim.api.downlink.EventDownlink
- onEvent(OnEvent) - Method in interface swim.api.uplink.Uplink
- onEvent(EventMessage) - Method in interface swim.api.uplink.function.OnEvent
- onEvent(V) - Method in interface swim.api.downlink.function.OnEvent
- OnEvent<V> - Interface in swim.api.downlink.function
- OnEvent - Interface in swim.api.uplink.function
- onLink(OnLink) - Method in interface swim.api.uplink.Uplink
- onLink(LinkRequest) - Method in interface swim.api.uplink.function.OnLink
- OnLink - Interface in swim.api.uplink.function
- onLinked(OnLinked) - Method in interface swim.api.uplink.Uplink
- onLinked(LinkedResponse) - Method in interface swim.api.uplink.function.OnLinked
- OnLinked - Interface in swim.api.uplink.function
- onReconcile(int) - Method in class swim.api.downlink.DownlinkStreamlet
- onSync(OnSyncMap<K, V>) - Method in interface swim.api.lane.DemandMapLane
- onSync(OnSync) - Method in interface swim.api.uplink.Uplink
- onSync(Uplink) - Method in interface swim.api.lane.function.OnSyncMap
- onSync(SyncRequest) - Method in interface swim.api.uplink.function.OnSync
- OnSync - Interface in swim.api.uplink.function
- onSynced(OnSynced) - Method in interface swim.api.uplink.Uplink
- onSynced(SyncedResponse) - Method in interface swim.api.uplink.function.OnSynced
- OnSynced - Interface in swim.api.uplink.function
- OnSyncMap<K,V> - Interface in swim.api.lane.function
- onUnlink(OnUnlink) - Method in interface swim.api.uplink.Uplink
- onUnlink(UnlinkRequest) - Method in interface swim.api.uplink.function.OnUnlink
- OnUnlink - Interface in swim.api.uplink.function
- onUnlinked(OnUnlinked) - Method in interface swim.api.uplink.Uplink
- onUnlinked(UnlinkedResponse) - Method in interface swim.api.uplink.function.OnUnlinked
- OnUnlinked - Interface in swim.api.uplink.function
- open() - Method in interface swim.api.downlink.Downlink
- open() - Method in interface swim.api.downlink.EventDownlink
- open() - Method in interface swim.api.downlink.ListDownlink
- open() - Method in interface swim.api.downlink.MapDownlink
- open() - Method in interface swim.api.downlink.ValueDownlink
- open() - Method in interface swim.api.http.HttpDownlink
- openLane(Uri, Lane) - Method in interface swim.api.agent.AgentContext
-
Registers
lanewithlaneUriand returnslane.
P
- Plane - Interface in swim.api.plane
- planeContext() - Method in class swim.api.plane.AbstractPlane
- planeContext() - Method in interface swim.api.plane.Plane
- PlaneContext - Interface in swim.api.plane
- PlaneException - Exception in swim.api.plane
- PlaneException() - Constructor for exception swim.api.plane.PlaneException
- PlaneException(String) - Constructor for exception swim.api.plane.PlaneException
- PlaneException(String, Throwable) - Constructor for exception swim.api.plane.PlaneException
- PlaneException(Throwable) - Constructor for exception swim.api.plane.PlaneException
- planePolicy() - Method in interface swim.api.plane.PlaneContext
- PlanePolicy - Interface in swim.api.policy
- policy() - Method in class swim.api.policy.PolicyDirective
- Policy - Interface in swim.api.policy
- PolicyDirective<T> - Class in swim.api.policy
- prio - Variable in class swim.api.downlink.DownlinkStreamlet
- prio() - Method in interface swim.api.downlink.Downlink
- prio() - Method in interface swim.api.uplink.Uplink
- prio(float) - Method in interface swim.api.downlink.Downlink
- prio(float) - Method in interface swim.api.downlink.EventDownlink
- prio(float) - Method in interface swim.api.downlink.ListDownlink
- prio(float) - Method in interface swim.api.downlink.MapDownlink
- prio(float) - Method in interface swim.api.downlink.ValueDownlink
- props() - Method in class swim.api.agent.AbstractAgent
-
A
Recordthat maps every dynamic property inAbstractAgent.nodeUri(), as defined by{@code agentType().route()}, to its value. - props() - Method in interface swim.api.agent.AgentContext
-
A
Recordthat maps every dynamic property inAgentContext.nodeUri(), as defined by{@code agentType().route()}, to its value. - props(Uri) - Method in interface swim.api.agent.AgentType
-
A
Recordthat maps every dynamic property innodeUrito its value. - push(V) - Method in interface swim.api.lane.SupplyLane
- put(String, Value) - Method in class swim.api.downlink.ListDownlinkRecord
- put(String, Value) - Method in class swim.api.downlink.MapDownlinkRecord
- put(String, Value) - Method in class swim.api.downlink.ValueDownlinkRecord
- put(Value, Value) - Method in class swim.api.downlink.ListDownlinkRecord
- put(Value, Value) - Method in class swim.api.downlink.MapDownlinkRecord
- put(Value, Value) - Method in class swim.api.downlink.ValueDownlinkRecord
- putAttr(String, Value) - Method in class swim.api.downlink.ListDownlinkRecord
- putAttr(String, Value) - Method in class swim.api.downlink.MapDownlinkRecord
- putAttr(String, Value) - Method in class swim.api.downlink.ValueDownlinkRecord
- putAttr(Text, Value) - Method in class swim.api.downlink.ListDownlinkRecord
- putAttr(Text, Value) - Method in class swim.api.downlink.MapDownlinkRecord
- putAttr(Text, Value) - Method in class swim.api.downlink.ValueDownlinkRecord
- putSlot(String, Value) - Method in class swim.api.downlink.ListDownlinkRecord
- putSlot(String, Value) - Method in class swim.api.downlink.MapDownlinkRecord
- putSlot(String, Value) - Method in class swim.api.downlink.ValueDownlinkRecord
- putSlot(Value, Value) - Method in class swim.api.downlink.ListDownlinkRecord
- putSlot(Value, Value) - Method in class swim.api.downlink.MapDownlinkRecord
- putSlot(Value, Value) - Method in class swim.api.downlink.ValueDownlinkRecord
R
- rate - Variable in class swim.api.downlink.DownlinkStreamlet
- rate() - Method in interface swim.api.downlink.Downlink
- rate() - Method in interface swim.api.uplink.Uplink
- rate(float) - Method in interface swim.api.downlink.Downlink
- rate(float) - Method in interface swim.api.downlink.EventDownlink
- rate(float) - Method in interface swim.api.downlink.ListDownlink
- rate(float) - Method in interface swim.api.downlink.MapDownlink
- rate(float) - Method in interface swim.api.downlink.ValueDownlink
- reason() - Method in class swim.api.policy.PolicyDirective
- remoteAddress() - Method in class swim.api.agent.AbstractAgent
-
Returns the remote internet address of the currently executing link, or null if not currently executing a link callback.
- remoteAddress() - Method in interface swim.api.downlink.Downlink
- remoteAddress() - Method in interface swim.api.http.HttpDownlink
- remoteAddress() - Method in interface swim.api.http.HttpUplink
- remoteAddress() - Method in interface swim.api.Link
- remoteAddress() - Method in interface swim.api.uplink.Uplink
- remoteCertificates() - Method in class swim.api.agent.AbstractAgent
-
Returns the certificates used to authenticate the remote end of the currently executing link; returns an empty collection if the currently executing link has no remote certificates, or if not currently executing a link callback.
- remoteCertificates() - Method in interface swim.api.downlink.Downlink
- remoteCertificates() - Method in interface swim.api.http.HttpDownlink
- remoteCertificates() - Method in interface swim.api.http.HttpUplink
- remoteCertificates() - Method in interface swim.api.Link
- remoteCertificates() - Method in interface swim.api.uplink.Uplink
- remoteIdentity() - Method in class swim.api.agent.AbstractAgent
-
Returns the remote user identity of the currently executing link, or null if the currently executing link has no remote user identity, or if not currently executing a link callback.
- remoteIdentity() - Method in interface swim.api.downlink.Downlink
- remoteIdentity() - Method in interface swim.api.http.HttpDownlink
- remoteIdentity() - Method in interface swim.api.http.HttpUplink
- remoteIdentity() - Method in interface swim.api.Link
- remoteIdentity() - Method in interface swim.api.uplink.Uplink
- remotePrincipal() - Method in class swim.api.agent.AbstractAgent
-
Returns the principal used to identify the remote end of the currently executing link, or null if the currently executing link has no remote principal, or if not currently executing a link callback.
- remotePrincipal() - Method in interface swim.api.downlink.Downlink
- remotePrincipal() - Method in interface swim.api.http.HttpDownlink
- remotePrincipal() - Method in interface swim.api.http.HttpUplink
- remotePrincipal() - Method in interface swim.api.Link
- remotePrincipal() - Method in interface swim.api.uplink.Uplink
- remove(int) - Method in class swim.api.downlink.ListDownlinkRecord
- remove(int) - Method in class swim.api.downlink.MapDownlinkRecord
- remove(int) - Method in class swim.api.downlink.ValueDownlinkRecord
- remove(K) - Method in interface swim.api.lane.DemandMapLane
- removeAgentRoute(UriPattern) - Method in interface swim.api.plane.PlaneContext
- removeAgentType(String) - Method in interface swim.api.plane.PlaneContext
- removeKey(String) - Method in class swim.api.downlink.ListDownlinkRecord
- removeKey(String) - Method in class swim.api.downlink.MapDownlinkRecord
- removeKey(String) - Method in class swim.api.downlink.ValueDownlinkRecord
- removeKey(Value) - Method in class swim.api.downlink.ListDownlinkRecord
- removeKey(Value) - Method in class swim.api.downlink.MapDownlinkRecord
- removeKey(Value) - Method in class swim.api.downlink.ValueDownlinkRecord
- removeTrait(String) - Method in class swim.api.agent.AbstractAgent
- removeTrait(String) - Method in interface swim.api.agent.AgentContext
- removeTrait(Value) - Method in class swim.api.agent.AbstractAgent
- removeTrait(Value) - Method in interface swim.api.agent.AgentContext
- request() - Method in interface swim.api.http.HttpUplink
- requestUri() - Method in class swim.api.auth.Authenticated
- requestUri() - Method in interface swim.api.auth.Credentials
- requestUri() - Method in interface swim.api.auth.Identity
- requestUri() - Method in interface swim.api.http.HttpUplink
- route() - Method in class swim.api.agent.AbstractAgentType
- route() - Method in interface swim.api.agent.AgentType
-
The
UriPatternthat everynodeUricorresponding to an instance ofAmust match. - route() - Method in interface swim.api.agent.AgentTypeContext
- router() - Method in class swim.api.client.AbstractClient
- router() - Method in interface swim.api.client.ClientContext
- router() - Method in class swim.api.server.AbstractServer
- router() - Method in interface swim.api.server.ServerContext
- Router - Interface in swim.api.router
-
Opaque handle to a Swim router implementation.
- RouterException - Exception in swim.api.router
- RouterException() - Constructor for exception swim.api.router.RouterException
- RouterException(String) - Constructor for exception swim.api.router.RouterException
- RouterException(String, Throwable) - Constructor for exception swim.api.router.RouterException
- RouterException(Throwable) - Constructor for exception swim.api.router.RouterException
- routerPriority() - Method in interface swim.api.router.Router
-
Returns the relative priority of this
Routerimplementation. - run() - Method in class swim.api.server.AbstractServer
- run() - Method in interface swim.api.server.ServerContext
S
- schedule() - Method in class swim.api.agent.AbstractAgent
-
The
Schedulethat thisAgentis bound to. - schedule() - Method in interface swim.api.agent.AgentContext
-
The
Schedulethat thisAgentContextis bound to. - schedule() - Method in class swim.api.plane.AbstractPlane
- schedule() - Method in interface swim.api.plane.PlaneContext
- securityProtocol() - Method in class swim.api.agent.AbstractAgent
-
Returns the security protocol used by the currently executing link, or null if the currently executing link is not secure, or if not currently executing a link callback.
- securityProtocol() - Method in interface swim.api.downlink.Downlink
- securityProtocol() - Method in interface swim.api.http.HttpDownlink
- securityProtocol() - Method in interface swim.api.http.HttpUplink
- securityProtocol() - Method in interface swim.api.Link
- securityProtocol() - Method in interface swim.api.uplink.Uplink
- Server - Interface in swim.api.server
- serverContext() - Method in class swim.api.server.AbstractServer
- serverContext() - Method in interface swim.api.server.Server
- ServerContext - Interface in swim.api.server
- ServerException - Exception in swim.api.server
- ServerException() - Constructor for exception swim.api.server.ServerException
- ServerException(String) - Constructor for exception swim.api.server.ServerException
- ServerException(String, Throwable) - Constructor for exception swim.api.server.ServerException
- ServerException(Throwable) - Constructor for exception swim.api.server.ServerException
- session() - Method in class swim.api.auth.Authenticated
- session() - Method in interface swim.api.auth.Identity
- set(V) - Method in interface swim.api.data.ValueData
- set(V) - Method in interface swim.api.downlink.ValueDownlink
- set(V) - Method in interface swim.api.lane.ValueLane
- setAgentContext(AgentContext) - Static method in class swim.api.SwimContext
- setAgentTypeContext(AgentTypeContext) - Method in class swim.api.agent.AbstractAgentType
- setAgentTypeContext(AgentTypeContext) - Method in interface swim.api.agent.AgentType
-
Updates the internal context used to provide concrete implementations to most
AgentTypemethods. - setAuthenticators(FingerTrieSeq<Authenticator>) - Method in interface swim.api.plane.PlaneContext
- setClientContext(ClientContext) - Static method in class swim.api.SwimContext
- setItem(int, Item) - Method in class swim.api.downlink.ListDownlinkRecord
- setItem(int, Item) - Method in class swim.api.downlink.MapDownlinkRecord
- setItem(int, Item) - Method in class swim.api.downlink.ValueDownlinkRecord
- setLane(Lane) - Static method in class swim.api.SwimContext
- setLink(Link) - Static method in class swim.api.SwimContext
- setPlaneContext(PlaneContext) - Static method in class swim.api.SwimContext
- setPlanePolicy(PlanePolicy) - Method in interface swim.api.plane.PlaneContext
- setRouter(Router) - Method in interface swim.api.client.ClientContext
- setRouter(Router) - Method in interface swim.api.server.ServerContext
- setServerContext(ServerContext) - Static method in class swim.api.SwimContext
- setStorage(Storage) - Method in interface swim.api.client.ClientContext
- setStorage(Storage) - Method in interface swim.api.server.ServerContext
- setTimer(long, TimerFunction) - Method in class swim.api.agent.AbstractAgent
- shapeForm() - Method in interface swim.api.data.SpatialData
- size() - Method in class swim.api.downlink.ListDownlinkRecord
- size() - Method in class swim.api.downlink.MapDownlinkRecord
- size() - Method in class swim.api.downlink.ValueDownlinkRecord
- snapshot() - Method in interface swim.api.data.ListData
- snapshot() - Method in interface swim.api.data.MapData
- snapshot() - Method in interface swim.api.data.SpatialData
- snapshot() - Method in interface swim.api.lane.ListLane
- snapshot() - Method in interface swim.api.lane.MapLane
- snapshot() - Method in interface swim.api.lane.SpatialLane
- spatialData(String, Z2Form<S>) - Method in class swim.api.agent.AbstractAgent
- spatialData(String, Z2Form<S>) - Method in interface swim.api.data.DataFactory
- spatialData(Value, Z2Form<S>) - Method in class swim.api.agent.AbstractAgent
- spatialData(Value, Z2Form<S>) - Method in interface swim.api.data.DataFactory
- SpatialData<K,S,V> - Interface in swim.api.data
- spatialLane(Z2Form<S>) - Method in class swim.api.agent.AbstractAgent
- spatialLane(Z2Form<S>) - Method in interface swim.api.lane.LaneFactory
- SpatialLane<K,S,V> - Interface in swim.api.lane
- stage() - Method in class swim.api.agent.AbstractAgent
-
The
Stagethat thisAgentis bound to. - stage() - Method in interface swim.api.agent.AgentContext
-
The
Stagethat thisAgentContextis bound to. - stage() - Method in class swim.api.plane.AbstractPlane
- stage() - Method in interface swim.api.plane.PlaneContext
- start() - Method in class swim.api.client.AbstractClient
- start() - Method in interface swim.api.client.ClientContext
- start() - Method in class swim.api.server.AbstractServer
- start() - Method in interface swim.api.server.ServerContext
- state - Variable in class swim.api.downlink.DownlinkStreamlet
- stop() - Method in class swim.api.client.AbstractClient
- stop() - Method in interface swim.api.client.ClientContext
- stop() - Method in class swim.api.server.AbstractServer
- stop() - Method in interface swim.api.server.ServerContext
- storage() - Method in interface swim.api.client.ClientContext
- storage() - Method in interface swim.api.server.ServerContext
- Storage - Interface in swim.api.storage
-
Opaque handle to a Swim storage implementation.
- StorageException - Exception in swim.api.storage
- StorageException() - Constructor for exception swim.api.storage.StorageException
- StorageException(String) - Constructor for exception swim.api.storage.StorageException
- StorageException(String, Throwable) - Constructor for exception swim.api.storage.StorageException
- StorageException(Throwable) - Constructor for exception swim.api.storage.StorageException
- storagePriority() - Method in interface swim.api.storage.Storage
-
Returns the relative priority of this
Storageimplementation. - subject() - Method in class swim.api.auth.Authenticated
- subject() - Method in interface swim.api.auth.Identity
- supplyLane() - Method in class swim.api.agent.AbstractAgent
- supplyLane() - Method in interface swim.api.lane.LaneFactory
- SupplyLane<V> - Interface in swim.api.lane
- swim - Variable in class swim.api.downlink.DownlinkStreamlet
- swim.api - module swim.api
-
Agent programming interface.
- swim.api - package swim.api
-
Agent programming interface.
- swim.api.agent - package swim.api.agent
-
TODO
- swim.api.auth - package swim.api.auth
-
TODO
- swim.api.client - package swim.api.client
-
Client runtime interface.
- swim.api.data - package swim.api.data
-
TODO
- swim.api.downlink - package swim.api.downlink
-
Stateful, read- and write-capable, subscriptions to
Lanes. - swim.api.downlink.function - package swim.api.downlink.function
-
Downlink lifecycle callback function interfaces.
- swim.api.function - package swim.api.function
-
Lifecycle callback function interfaces.
- swim.api.http - package swim.api.http
-
HTTP lanes and downlinks.
- swim.api.http.function - package swim.api.http.function
-
HTTP lane and downlink callback function interfaces.
- swim.api.lane - package swim.api.lane
-
TODO
- swim.api.lane.function - package swim.api.lane.function
-
Lane lifecycle callback function interfaces.
- swim.api.plane - package swim.api.plane
-
TODO
- swim.api.policy - package swim.api.policy
-
TODO
- swim.api.ref - package swim.api.ref
-
Linkable, partially resolved references to hosts, nodes, and lanes.
- swim.api.router - package swim.api.router
-
Router runtime interface.
- swim.api.server - package swim.api.server
-
Server runtime interface.
- swim.api.storage - package swim.api.storage
-
Storage runtime interface.
- swim.api.uplink - package swim.api.uplink
-
TODO
- swim.api.uplink.function - package swim.api.uplink.function
-
Uplink lifecycle callback function interfaces.
- SwimAgent - Annotation Type in swim.api
- SwimContext - Class in swim.api
-
Thread-local context variables.
- SwimLane - Annotation Type in swim.api
- SwimRef - Interface in swim.api.ref
- SwimResident - Annotation Type in swim.api
- SwimRoute - Annotation Type in swim.api
- SwimTransient - Annotation Type in swim.api
T
- take(int) - Method in interface swim.api.data.ListData
- take(int) - Method in interface swim.api.data.MapData
- take(int) - Method in interface swim.api.downlink.ListDownlink
- take(int) - Method in interface swim.api.lane.ListLane
- timer(TimerFunction) - Method in class swim.api.agent.AbstractAgent
- trace(Object) - Method in class swim.api.agent.AbstractAgent
- trace(Object) - Method in class swim.api.client.AbstractClient
- trace(Object) - Method in interface swim.api.downlink.Downlink
- trace(Object) - Method in interface swim.api.http.HttpDownlink
- trace(Object) - Method in interface swim.api.http.HttpUplink
- trace(Object) - Method in interface swim.api.lane.Lane
- trace(Object) - Method in interface swim.api.Link
- trace(Object) - Method in class swim.api.plane.AbstractPlane
- trace(Object) - Method in class swim.api.server.AbstractServer
- trace(Object) - Method in interface swim.api.uplink.Uplink
- traits() - Method in class swim.api.agent.AbstractAgent
- traits() - Method in interface swim.api.agent.AgentContext
- transmuter(SwimRef) - Static method in class swim.api.downlink.DownlinkStreamlet
- type - Variable in class swim.api.downlink.DownlinkStreamlet
- type() - Method in class swim.api.agent.AbstractAgentType
- type() - Method in interface swim.api.agent.AgentType
-
The Java
classofA.
U
- unobserve(Object) - Method in interface swim.api.downlink.Downlink
- unobserve(Object) - Method in interface swim.api.downlink.EventDownlink
- unobserve(Object) - Method in interface swim.api.downlink.ListDownlink
- unobserve(Object) - Method in interface swim.api.downlink.MapDownlink
- unobserve(Object) - Method in interface swim.api.downlink.ValueDownlink
- unobserve(Object) - Method in interface swim.api.http.HttpLane
- unobserve(Object) - Method in interface swim.api.http.HttpUplink
- unobserve(Object) - Method in interface swim.api.lane.CommandLane
- unobserve(Object) - Method in interface swim.api.lane.DemandLane
- unobserve(Object) - Method in interface swim.api.lane.DemandMapLane
- unobserve(Object) - Method in interface swim.api.lane.JoinMapLane
- unobserve(Object) - Method in interface swim.api.lane.JoinValueLane
- unobserve(Object) - Method in interface swim.api.lane.Lane
- unobserve(Object) - Method in interface swim.api.lane.ListLane
- unobserve(Object) - Method in interface swim.api.lane.MapLane
- unobserve(Object) - Method in interface swim.api.lane.SpatialLane
- unobserve(Object) - Method in interface swim.api.lane.SupplyLane
- unobserve(Object) - Method in interface swim.api.lane.ValueLane
- unobserve(Object) - Method in interface swim.api.Link
- unobserve(Object) - Method in interface swim.api.uplink.Uplink
- Uplink - Interface in swim.api.uplink
- uplinkPolicy(Uplink) - Method in class swim.api.policy.AbstractPolicy
- uplinkPolicy(Uplink) - Method in interface swim.api.policy.LanePolicy
- UplinkPolicy - Interface in swim.api.policy
V
- value() - Method in annotation type swim.api.SwimLane
- value() - Method in annotation type swim.api.SwimResident
- value() - Method in annotation type swim.api.SwimRoute
- value() - Method in annotation type swim.api.SwimTransient
- valueClass(Class<V2>) - Method in interface swim.api.data.ListData
- valueClass(Class<V2>) - Method in interface swim.api.data.MapData
- valueClass(Class<V2>) - Method in interface swim.api.data.SpatialData
- valueClass(Class<V2>) - Method in interface swim.api.data.ValueData
- valueClass(Class<V2>) - Method in interface swim.api.downlink.EventDownlink
- valueClass(Class<V2>) - Method in interface swim.api.downlink.ListDownlink
- valueClass(Class<V2>) - Method in interface swim.api.downlink.MapDownlink
- valueClass(Class<V2>) - Method in interface swim.api.downlink.ValueDownlink
- valueClass(Class<V2>) - Method in interface swim.api.lane.CommandLane
- valueClass(Class<V2>) - Method in interface swim.api.lane.DemandLane
- valueClass(Class<V2>) - Method in interface swim.api.lane.DemandMapLane
- valueClass(Class<V2>) - Method in interface swim.api.lane.JoinMapLane
- valueClass(Class<V2>) - Method in interface swim.api.lane.JoinValueLane
- valueClass(Class<V2>) - Method in interface swim.api.lane.ListLane
- valueClass(Class<V2>) - Method in interface swim.api.lane.MapLane
- valueClass(Class<V2>) - Method in interface swim.api.lane.SpatialLane
- valueClass(Class<V2>) - Method in interface swim.api.lane.SupplyLane
- valueClass(Class<V2>) - Method in interface swim.api.lane.ValueLane
- valueData(String) - Method in class swim.api.agent.AbstractAgent
- valueData(String) - Method in interface swim.api.data.DataFactory
- valueData(Value) - Method in class swim.api.agent.AbstractAgent
- valueData(Value) - Method in interface swim.api.data.DataFactory
- ValueData<V> - Interface in swim.api.data
- ValueDownlink<V> - Interface in swim.api.downlink
- ValueDownlinkRecord - Class in swim.api.downlink
- ValueDownlinkRecord(ValueDownlink<Value>) - Constructor for class swim.api.downlink.ValueDownlinkRecord
- valueForm() - Method in interface swim.api.data.ListData
- valueForm() - Method in interface swim.api.data.MapData
- valueForm() - Method in interface swim.api.data.SpatialData
- valueForm() - Method in interface swim.api.data.ValueData
- valueForm() - Method in interface swim.api.downlink.EventDownlink
- valueForm() - Method in interface swim.api.downlink.ListDownlink
- valueForm() - Method in interface swim.api.downlink.MapDownlink
- valueForm() - Method in interface swim.api.downlink.ValueDownlink
- valueForm() - Method in interface swim.api.lane.CommandLane
- valueForm() - Method in interface swim.api.lane.DemandLane
- valueForm() - Method in interface swim.api.lane.DemandMapLane
- valueForm() - Method in interface swim.api.lane.JoinMapLane
- valueForm() - Method in interface swim.api.lane.JoinValueLane
- valueForm() - Method in interface swim.api.lane.ListLane
- valueForm() - Method in interface swim.api.lane.MapLane
- valueForm() - Method in interface swim.api.lane.SpatialLane
- valueForm() - Method in interface swim.api.lane.SupplyLane
- valueForm() - Method in interface swim.api.lane.ValueLane
- valueForm(Form<V2>) - Method in interface swim.api.data.ListData
- valueForm(Form<V2>) - Method in interface swim.api.data.MapData
- valueForm(Form<V2>) - Method in interface swim.api.data.SpatialData
- valueForm(Form<V2>) - Method in interface swim.api.data.ValueData
- valueForm(Form<V2>) - Method in interface swim.api.downlink.EventDownlink
- valueForm(Form<V2>) - Method in interface swim.api.downlink.ListDownlink
- valueForm(Form<V2>) - Method in interface swim.api.downlink.MapDownlink
- valueForm(Form<V2>) - Method in interface swim.api.downlink.ValueDownlink
- valueForm(Form<V2>) - Method in interface swim.api.lane.CommandLane
- valueForm(Form<V2>) - Method in interface swim.api.lane.DemandLane
- valueForm(Form<V2>) - Method in interface swim.api.lane.DemandMapLane
- valueForm(Form<V2>) - Method in interface swim.api.lane.JoinMapLane
- valueForm(Form<V2>) - Method in interface swim.api.lane.JoinValueLane
- valueForm(Form<V2>) - Method in interface swim.api.lane.ListLane
- valueForm(Form<V2>) - Method in interface swim.api.lane.MapLane
- valueForm(Form<V2>) - Method in interface swim.api.lane.SpatialLane
- valueForm(Form<V2>) - Method in interface swim.api.lane.SupplyLane
- valueForm(Form<V2>) - Method in interface swim.api.lane.ValueLane
- valueIterator() - Method in interface swim.api.lane.JoinMapLane
- valueIterator() - Method in interface swim.api.lane.JoinValueLane
- valueLane() - Method in class swim.api.agent.AbstractAgent
- valueLane() - Method in interface swim.api.lane.LaneFactory
- ValueLane<V> - Interface in swim.api.lane
W
- warn(Object) - Method in class swim.api.agent.AbstractAgent
- warn(Object) - Method in class swim.api.client.AbstractClient
- warn(Object) - Method in interface swim.api.downlink.Downlink
- warn(Object) - Method in interface swim.api.http.HttpDownlink
- warn(Object) - Method in interface swim.api.http.HttpUplink
- warn(Object) - Method in interface swim.api.lane.Lane
- warn(Object) - Method in interface swim.api.Link
- warn(Object) - Method in class swim.api.plane.AbstractPlane
- warn(Object) - Method in class swim.api.server.AbstractServer
- warn(Object) - Method in interface swim.api.uplink.Uplink
- willAddPlane(String, Plane) - Method in class swim.api.server.AbstractServer
- willAddPlane(String, Plane) - Method in interface swim.api.server.Server
- willClear(WillClear) - Method in interface swim.api.downlink.ListDownlink
- willClear(WillClear) - Method in interface swim.api.downlink.MapDownlink
- willClear(WillClear) - Method in interface swim.api.lane.JoinMapLane
- willClear(WillClear) - Method in interface swim.api.lane.JoinValueLane
- willClear(WillClear) - Method in interface swim.api.lane.ListLane
- willClear(WillClear) - Method in interface swim.api.lane.MapLane
- willClear(WillClear) - Method in interface swim.api.lane.SpatialLane
- willClose() - Method in class swim.api.agent.AbstractAgent
- willClose() - Method in interface swim.api.agent.Agent
-
Lifecycle callback invoked immediately before this
Agentcloses. - willClose() - Method in class swim.api.plane.AbstractPlane
- willClose() - Method in interface swim.api.plane.Plane
- willCommand(WillCommand) - Method in interface swim.api.downlink.Downlink
- willCommand(WillCommand) - Method in interface swim.api.downlink.EventDownlink
- willCommand(WillCommand) - Method in interface swim.api.downlink.ListDownlink
- willCommand(WillCommand) - Method in interface swim.api.downlink.MapDownlink
- willCommand(WillCommand) - Method in interface swim.api.downlink.ValueDownlink
- willCommand(WillCommand) - Method in interface swim.api.lane.CommandLane
- willCommand(WillCommand) - Method in interface swim.api.lane.DemandLane
- willCommand(WillCommand) - Method in interface swim.api.lane.DemandMapLane
- willCommand(WillCommand) - Method in interface swim.api.lane.JoinMapLane
- willCommand(WillCommand) - Method in interface swim.api.lane.JoinValueLane
- willCommand(WillCommand) - Method in interface swim.api.lane.Lane
- willCommand(WillCommand) - Method in interface swim.api.lane.ListLane
- willCommand(WillCommand) - Method in interface swim.api.lane.MapLane
- willCommand(WillCommand) - Method in interface swim.api.lane.SpatialLane
- willCommand(WillCommand) - Method in interface swim.api.lane.SupplyLane
- willCommand(WillCommand) - Method in interface swim.api.lane.ValueLane
- willCommand(Value) - Method in interface swim.api.downlink.function.WillCommand
- willCommand(Value) - Method in interface swim.api.lane.function.WillCommand
- WillCommand - Interface in swim.api.downlink.function
- WillCommand - Interface in swim.api.lane.function
- willDownlink(K, ValueDownlink<?>) - Method in interface swim.api.lane.function.WillDownlinkValue
- willDownlink(L, MapDownlink<?, ?>) - Method in interface swim.api.lane.function.WillDownlinkMap
- willDownlink(WillDownlinkMap<L>) - Method in interface swim.api.lane.JoinMapLane
- willDownlink(WillDownlinkValue<K>) - Method in interface swim.api.lane.JoinValueLane
- WillDownlinkMap<L> - Interface in swim.api.lane.function
- WillDownlinkValue<K> - Interface in swim.api.lane.function
- willDrop(WillDrop) - Method in interface swim.api.downlink.ListDownlink
- willDrop(WillDrop) - Method in interface swim.api.downlink.MapDownlink
- willDrop(WillDrop) - Method in interface swim.api.lane.ListLane
- willDrop(WillDrop) - Method in interface swim.api.lane.MapLane
- willEnter(Identity) - Method in interface swim.api.lane.function.WillEnter
- willEnter(WillEnter) - Method in interface swim.api.lane.CommandLane
- willEnter(WillEnter) - Method in interface swim.api.lane.DemandLane
- willEnter(WillEnter) - Method in interface swim.api.lane.DemandMapLane
- willEnter(WillEnter) - Method in interface swim.api.lane.JoinMapLane
- willEnter(WillEnter) - Method in interface swim.api.lane.JoinValueLane
- willEnter(WillEnter) - Method in interface swim.api.lane.Lane
- willEnter(WillEnter) - Method in interface swim.api.lane.ListLane
- willEnter(WillEnter) - Method in interface swim.api.lane.MapLane
- willEnter(WillEnter) - Method in interface swim.api.lane.SpatialLane
- willEnter(WillEnter) - Method in interface swim.api.lane.SupplyLane
- willEnter(WillEnter) - Method in interface swim.api.lane.ValueLane
- WillEnter - Interface in swim.api.lane.function
- willLeave(Identity) - Method in interface swim.api.lane.function.WillLeave
- willLeave(WillLeave) - Method in interface swim.api.lane.CommandLane
- willLeave(WillLeave) - Method in interface swim.api.lane.DemandLane
- willLeave(WillLeave) - Method in interface swim.api.lane.DemandMapLane
- willLeave(WillLeave) - Method in interface swim.api.lane.JoinMapLane
- willLeave(WillLeave) - Method in interface swim.api.lane.JoinValueLane
- willLeave(WillLeave) - Method in interface swim.api.lane.Lane
- willLeave(WillLeave) - Method in interface swim.api.lane.ListLane
- willLeave(WillLeave) - Method in interface swim.api.lane.MapLane
- willLeave(WillLeave) - Method in interface swim.api.lane.SpatialLane
- willLeave(WillLeave) - Method in interface swim.api.lane.SupplyLane
- willLeave(WillLeave) - Method in interface swim.api.lane.ValueLane
- WillLeave - Interface in swim.api.lane.function
- willLink() - Method in interface swim.api.downlink.function.WillLink
- willLink(WillLink) - Method in interface swim.api.downlink.Downlink
- willLink(WillLink) - Method in interface swim.api.downlink.EventDownlink
- willLink(WillLink) - Method in interface swim.api.downlink.ListDownlink
- willLink(WillLink) - Method in interface swim.api.downlink.MapDownlink
- willLink(WillLink) - Method in interface swim.api.downlink.ValueDownlink
- WillLink - Interface in swim.api.downlink.function
- willLoad() - Method in class swim.api.agent.AbstractAgent
- willLoad() - Method in interface swim.api.agent.Agent
-
Lifecycle callback invoked immediately before this
Agentloads. - willMove(WillMoveIndex<V>) - Method in interface swim.api.downlink.ListDownlink
- willMove(WillMoveIndex<V>) - Method in interface swim.api.lane.ListLane
- willMove(WillMoveShape<K, S, V>) - Method in interface swim.api.lane.SpatialLane
- willOpen() - Method in class swim.api.agent.AbstractAgent
- willOpen() - Method in interface swim.api.agent.Agent
-
Lifecycle callback invoked immediately before this
Agentopens. - willReceive(WillReceive) - Method in interface swim.api.downlink.Downlink
- willReceive(WillReceive) - Method in interface swim.api.downlink.EventDownlink
- willReceive(WillReceive) - Method in interface swim.api.downlink.ListDownlink
- willReceive(WillReceive) - Method in interface swim.api.downlink.MapDownlink
- willReceive(WillReceive) - Method in interface swim.api.downlink.ValueDownlink
- willReceive(Value) - Method in interface swim.api.downlink.function.WillReceive
- WillReceive - Interface in swim.api.downlink.function
- willRemove(WillRemoveIndex) - Method in interface swim.api.downlink.ListDownlink
- willRemove(WillRemoveIndex) - Method in interface swim.api.lane.ListLane
- willRemove(WillRemoveKey<K>) - Method in interface swim.api.downlink.MapDownlink
- willRemove(WillRemoveKey<K>) - Method in interface swim.api.lane.JoinMapLane
- willRemove(WillRemoveKey<K>) - Method in interface swim.api.lane.JoinValueLane
- willRemove(WillRemoveKey<K>) - Method in interface swim.api.lane.MapLane
- willRemove(WillRemoveShape<K, S>) - Method in interface swim.api.lane.SpatialLane
- willRemovePlane(String, Plane) - Method in class swim.api.server.AbstractServer
- willRemovePlane(String, Plane) - Method in interface swim.api.server.Server
- willRequest() - Method in interface swim.api.http.HttpDownlink
- willRequest(WillRequestHttp<?>) - Method in interface swim.api.http.HttpDownlink
- willRequest(WillRequestHttp<?>) - Method in interface swim.api.http.HttpLane
- willRequest(WillRequestHttp<?>) - Method in interface swim.api.lane.CommandLane
- willRequest(WillRequestHttp<?>) - Method in interface swim.api.lane.DemandLane
- willRequest(WillRequestHttp<?>) - Method in interface swim.api.lane.DemandMapLane
- willRequest(WillRequestHttp<?>) - Method in interface swim.api.lane.JoinMapLane
- willRequest(WillRequestHttp<?>) - Method in interface swim.api.lane.JoinValueLane
- willRequest(WillRequestHttp<?>) - Method in interface swim.api.lane.Lane
- willRequest(WillRequestHttp<?>) - Method in interface swim.api.lane.ListLane
- willRequest(WillRequestHttp<?>) - Method in interface swim.api.lane.MapLane
- willRequest(WillRequestHttp<?>) - Method in interface swim.api.lane.SpatialLane
- willRequest(WillRequestHttp<?>) - Method in interface swim.api.lane.SupplyLane
- willRequest(WillRequestHttp<?>) - Method in interface swim.api.lane.ValueLane
- willRequest(HttpRequest<V>) - Method in interface swim.api.http.function.WillRequestHttp
- WillRequestHttp<V> - Interface in swim.api.http.function
- willRespond() - Method in interface swim.api.http.HttpDownlink
- willRespond(WillRespondHttp<?>) - Method in interface swim.api.http.HttpLane
- willRespond(WillRespondHttp<?>) - Method in interface swim.api.lane.CommandLane
- willRespond(WillRespondHttp<?>) - Method in interface swim.api.lane.DemandLane
- willRespond(WillRespondHttp<?>) - Method in interface swim.api.lane.DemandMapLane
- willRespond(WillRespondHttp<?>) - Method in interface swim.api.lane.JoinMapLane
- willRespond(WillRespondHttp<?>) - Method in interface swim.api.lane.JoinValueLane
- willRespond(WillRespondHttp<?>) - Method in interface swim.api.lane.Lane
- willRespond(WillRespondHttp<?>) - Method in interface swim.api.lane.ListLane
- willRespond(WillRespondHttp<?>) - Method in interface swim.api.lane.MapLane
- willRespond(WillRespondHttp<?>) - Method in interface swim.api.lane.SpatialLane
- willRespond(WillRespondHttp<?>) - Method in interface swim.api.lane.SupplyLane
- willRespond(WillRespondHttp<?>) - Method in interface swim.api.lane.ValueLane
- willRespond(WillRespondHttp<V>) - Method in interface swim.api.http.HttpDownlink
- willRespond(HttpResponse<V>) - Method in interface swim.api.http.function.WillRespondHttp
- WillRespondHttp<V> - Interface in swim.api.http.function
- willSet(WillSet<V>) - Method in interface swim.api.downlink.ValueDownlink
- willSet(WillSet<V>) - Method in interface swim.api.lane.ValueLane
- willStart() - Method in class swim.api.agent.AbstractAgent
- willStart() - Method in interface swim.api.agent.Agent
-
Lifecycle callback invoked immediately before this
Agentstarts. - willStart() - Method in class swim.api.client.AbstractClient
- willStart() - Method in interface swim.api.client.Client
- willStart() - Method in class swim.api.plane.AbstractPlane
- willStart() - Method in interface swim.api.plane.Plane
- willStart() - Method in class swim.api.server.AbstractServer
- willStart() - Method in interface swim.api.server.Server
- willStop() - Method in class swim.api.agent.AbstractAgent
- willStop() - Method in interface swim.api.agent.Agent
-
Lifecycle callback invoked immediately before this
Agentstops. - willStop() - Method in class swim.api.client.AbstractClient
- willStop() - Method in interface swim.api.client.Client
- willStop() - Method in class swim.api.plane.AbstractPlane
- willStop() - Method in interface swim.api.plane.Plane
- willStop() - Method in class swim.api.server.AbstractServer
- willStop() - Method in interface swim.api.server.Server
- willSync() - Method in interface swim.api.downlink.function.WillSync
- willSync(WillSync) - Method in interface swim.api.downlink.Downlink
- willSync(WillSync) - Method in interface swim.api.downlink.EventDownlink
- willSync(WillSync) - Method in interface swim.api.downlink.ListDownlink
- willSync(WillSync) - Method in interface swim.api.downlink.MapDownlink
- willSync(WillSync) - Method in interface swim.api.downlink.ValueDownlink
- WillSync - Interface in swim.api.downlink.function
- willTake(WillTake) - Method in interface swim.api.downlink.ListDownlink
- willTake(WillTake) - Method in interface swim.api.downlink.MapDownlink
- willTake(WillTake) - Method in interface swim.api.lane.ListLane
- willTake(WillTake) - Method in interface swim.api.lane.MapLane
- willUnlink() - Method in interface swim.api.downlink.function.WillUnlink
- willUnlink(WillUnlink) - Method in interface swim.api.downlink.Downlink
- willUnlink(WillUnlink) - Method in interface swim.api.downlink.EventDownlink
- willUnlink(WillUnlink) - Method in interface swim.api.downlink.ListDownlink
- willUnlink(WillUnlink) - Method in interface swim.api.downlink.MapDownlink
- willUnlink(WillUnlink) - Method in interface swim.api.downlink.ValueDownlink
- WillUnlink - Interface in swim.api.downlink.function
- willUnload() - Method in class swim.api.agent.AbstractAgent
- willUnload() - Method in interface swim.api.agent.Agent
-
Lifecycle callback invoked immediately before this
Agentunloads. - willUpdate(WillUpdateIndex<V>) - Method in interface swim.api.downlink.ListDownlink
- willUpdate(WillUpdateIndex<V>) - Method in interface swim.api.lane.ListLane
- willUpdate(WillUpdateKey<K, V>) - Method in interface swim.api.downlink.MapDownlink
- willUpdate(WillUpdateKey<K, V>) - Method in interface swim.api.lane.JoinMapLane
- willUpdate(WillUpdateKey<K, V>) - Method in interface swim.api.lane.JoinValueLane
- willUpdate(WillUpdateKey<K, V>) - Method in interface swim.api.lane.MapLane
- willUpdate(WillUpdateShape<K, S, V>) - Method in interface swim.api.lane.SpatialLane
- willUplink(WillUplink) - Method in interface swim.api.lane.CommandLane
- willUplink(WillUplink) - Method in interface swim.api.lane.DemandLane
- willUplink(WillUplink) - Method in interface swim.api.lane.DemandMapLane
- willUplink(WillUplink) - Method in interface swim.api.lane.JoinMapLane
- willUplink(WillUplink) - Method in interface swim.api.lane.JoinValueLane
- willUplink(WillUplink) - Method in interface swim.api.lane.Lane
- willUplink(WillUplink) - Method in interface swim.api.lane.ListLane
- willUplink(WillUplink) - Method in interface swim.api.lane.MapLane
- willUplink(WillUplink) - Method in interface swim.api.lane.SpatialLane
- willUplink(WillUplink) - Method in interface swim.api.lane.SupplyLane
- willUplink(WillUplink) - Method in interface swim.api.lane.ValueLane
- willUplink(Uplink) - Method in interface swim.api.lane.function.WillUplink
- WillUplink - Interface in swim.api.lane.function
All Classes All Packages