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. - AbstractAgentRoute<A extends Agent> - Class in swim.api.agent
- AbstractAgentRoute() - Constructor for class swim.api.agent.AbstractAgentRoute
- AbstractAuthenticator - Class in swim.api.auth
- AbstractAuthenticator() - Constructor for class swim.api.auth.AbstractAuthenticator
- 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
- AbstractService - Class in swim.api.service
- AbstractService() - Constructor for class swim.api.service.AbstractService
- AbstractService(ServiceContext) - Constructor for class swim.api.service.AbstractService
- 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, String, AgentRoute<?>) - Method in class swim.api.plane.AbstractPlane
- addAgentRoute(String, String, AgentRoute<?>) - Method in interface swim.api.plane.PlaneContext
- addAgentRoute(String, UriPattern, AgentRoute<?>) - Method in class swim.api.plane.AbstractPlane
- addAgentRoute(String, UriPattern, AgentRoute<?>) - Method in interface swim.api.plane.PlaneContext
- addAuthenticator(String, Authenticator) - Method in interface swim.api.plane.PlaneContext
- Agent - Interface in swim.api.agent
- 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. - AgentDef - Interface in swim.api.agent
- 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. - agentId() - Method in class swim.api.agent.AbstractAgent
- agentId() - Method in interface swim.api.agent.AgentContext
- agentPolicy(Agent) - Method in class swim.api.policy.AbstractPolicy
- agentPolicy(Agent) - Method in interface swim.api.policy.AgentRoutePolicy
- AgentPolicy - Interface in swim.api.policy
- AgentRoute<A extends Agent> - Interface in swim.api.agent
-
Factory for
agentsthat are lazily instantiated when a node URI route pattern is accessed. - agentRouteContext() - Method in class swim.api.agent.AbstractAgentRoute
- agentRouteContext() - Method in interface swim.api.agent.AgentRoute
-
The internal context used to provide concrete implementations to most
AgentRoutemethods. - AgentRouteContext - Interface in swim.api.agent
-
Internal context that provides concrete implementations for most
AgentRoutemethods. - agentRoutePolicy(AgentRoute<?>) - Method in class swim.api.policy.AbstractPolicy
- agentRoutePolicy(AgentRoute<?>) - Method in interface swim.api.policy.PlanePolicy
- AgentRoutePolicy - Interface in swim.api.policy
- agents() - Method in class swim.api.agent.AbstractAgent
- agents() - Method in interface swim.api.agent.AgentContext
- 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
- asyncStage() - Method in class swim.api.agent.AbstractAgent
-
The multi-threaded execution
Stageon which thisAgentContextcan run asynchronous operations. - asyncStage() - Method in interface swim.api.agent.AgentContext
-
The multi-threaded execution
Stageon which thisAgentContextcan run asynchronous operations. - authenticate(Credentials) - Method in class swim.api.auth.AbstractAuthenticator
- authenticate(Credentials) - Method in interface swim.api.auth.Authenticator
- Authenticator - Interface in swim.api.auth
- authenticatorContext() - Method in class swim.api.auth.AbstractAuthenticator
- authenticatorContext() - Method in interface swim.api.auth.Authenticator
- AuthenticatorContext - Interface in swim.api.auth
- AuthenticatorDef - Interface in swim.api.auth
- AuthenticatorException - Exception in swim.api.auth
- AuthenticatorException() - Constructor for exception swim.api.auth.AuthenticatorException
- AuthenticatorException(String) - Constructor for exception swim.api.auth.AuthenticatorException
- AuthenticatorException(String, Throwable) - Constructor for exception swim.api.auth.AuthenticatorException
- AuthenticatorException(Throwable) - Constructor for exception swim.api.auth.AuthenticatorException
- authenticatorName() - Method in interface swim.api.auth.AuthenticatorDef
- authorize(Envelope, Identity) - Method in class swim.api.policy.AbstractPolicy
B
- bindTcp(InetSocketAddress, IpService, IpSettings) - Method in class swim.api.auth.AbstractAuthenticator
- bindTcp(InetSocketAddress, IpService, IpSettings) - Method in class swim.api.service.AbstractService
- bindTls(InetSocketAddress, IpService, IpSettings) - Method in class swim.api.auth.AbstractAuthenticator
- bindTls(InetSocketAddress, IpService, IpSettings) - Method in class swim.api.service.AbstractService
- body - Variable in class swim.api.downlink.DownlinkStreamlet
- body() - Method in interface swim.api.warp.WarpDownlink
- body() - Method in interface swim.api.warp.WarpUplink
- 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
- body(Value) - Method in interface swim.api.warp.WarpDownlink
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.HttpPolicy
- 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.HttpPolicy
- 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.Link
- 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
- 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 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.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 class swim.api.service.AbstractService
- close() - Method in interface swim.api.service.ServiceContext
- closeAgent(String) - Method in class swim.api.agent.AbstractAgent
- closeAgent(String) - Method in interface swim.api.agent.AgentContext
- closeAgent(Value) - Method in class swim.api.agent.AbstractAgent
- closeAgent(Value) - Method in interface swim.api.agent.AgentContext
- command(float, Value) - Method in interface swim.api.ref.LaneRef
- command(float, Value) - Method in interface swim.api.warp.WarpDownlink
- command(float, Value, Cont<CommandMessage>) - Method in interface swim.api.ref.LaneRef
- command(float, Value, Cont<CommandMessage>) - Method in interface swim.api.warp.WarpDownlink
- command(String, float, Value) - Method in interface swim.api.ref.NodeRef
- command(String, float, Value, Cont<CommandMessage>) - 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.plane.AbstractPlane
- 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, float, Value, Cont<CommandMessage>) - Method in class swim.api.agent.AbstractAgent
- command(String, String, float, Value, Cont<CommandMessage>) - Method in class swim.api.plane.AbstractPlane
- command(String, String, float, Value, Cont<CommandMessage>) - Method in interface swim.api.ref.HostRef
- command(String, String, float, Value, Cont<CommandMessage>) - 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.plane.AbstractPlane
- command(String, String, String, float, Value) - Method in interface swim.api.ref.SwimRef
- command(String, String, String, float, Value, Cont<CommandMessage>) - Method in class swim.api.agent.AbstractAgent
- command(String, String, String, float, Value, Cont<CommandMessage>) - Method in class swim.api.plane.AbstractPlane
- command(String, String, String, float, Value, Cont<CommandMessage>) - 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.plane.AbstractPlane
- command(String, String, String, Value) - Method in interface swim.api.ref.SwimRef
- command(String, String, String, Value, Cont<CommandMessage>) - Method in class swim.api.agent.AbstractAgent
- command(String, String, String, Value, Cont<CommandMessage>) - Method in class swim.api.plane.AbstractPlane
- command(String, String, String, Value, Cont<CommandMessage>) - 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.plane.AbstractPlane
- command(String, String, Value) - Method in interface swim.api.ref.HostRef
- command(String, String, Value) - Method in interface swim.api.ref.SwimRef
- command(String, String, Value, Cont<CommandMessage>) - Method in class swim.api.agent.AbstractAgent
- command(String, String, Value, Cont<CommandMessage>) - Method in class swim.api.plane.AbstractPlane
- command(String, String, Value, Cont<CommandMessage>) - Method in interface swim.api.ref.HostRef
- command(String, String, Value, Cont<CommandMessage>) - Method in interface swim.api.ref.SwimRef
- command(String, Value) - Method in interface swim.api.ref.NodeRef
- command(String, Value, Cont<CommandMessage>) - Method in interface swim.api.ref.NodeRef
- command(Value) - Method in interface swim.api.ref.LaneRef
- command(Value) - Method in interface swim.api.warp.WarpDownlink
- command(Value, Cont<CommandMessage>) - Method in interface swim.api.ref.LaneRef
- command(Value, Cont<CommandMessage>) - Method in interface swim.api.warp.WarpDownlink
- command(Uri, float, Value) - Method in interface swim.api.ref.NodeRef
- command(Uri, float, Value, Cont<CommandMessage>) - Method in interface swim.api.ref.NodeRef
- command(Uri, Value) - Method in interface swim.api.ref.NodeRef
- command(Uri, Value, Cont<CommandMessage>) - 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.plane.AbstractPlane
- 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, float, Value, Cont<CommandMessage>) - Method in class swim.api.agent.AbstractAgent
- command(Uri, Uri, float, Value, Cont<CommandMessage>) - Method in class swim.api.plane.AbstractPlane
- command(Uri, Uri, float, Value, Cont<CommandMessage>) - Method in interface swim.api.ref.HostRef
- command(Uri, Uri, float, Value, Cont<CommandMessage>) - 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.plane.AbstractPlane
- 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, Value, Cont<CommandMessage>) - Method in class swim.api.agent.AbstractAgent
- command(Uri, Uri, Value, Cont<CommandMessage>) - Method in class swim.api.plane.AbstractPlane
- command(Uri, Uri, Value, Cont<CommandMessage>) - Method in interface swim.api.ref.HostRef
- command(Uri, Uri, Value, Cont<CommandMessage>) - 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.plane.AbstractPlane
- command(Uri, Uri, Uri, float, Value) - Method in interface swim.api.ref.SwimRef
- command(Uri, Uri, Uri, float, Value, Cont<CommandMessage>) - Method in class swim.api.agent.AbstractAgent
- command(Uri, Uri, Uri, float, Value, Cont<CommandMessage>) - Method in class swim.api.plane.AbstractPlane
- command(Uri, Uri, Uri, float, Value, Cont<CommandMessage>) - 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.plane.AbstractPlane
- command(Uri, Uri, Uri, Value) - Method in interface swim.api.ref.SwimRef
- command(Uri, Uri, Uri, Value, Cont<CommandMessage>) - Method in class swim.api.agent.AbstractAgent
- command(Uri, Uri, Uri, Value, Cont<CommandMessage>) - Method in class swim.api.plane.AbstractPlane
- command(Uri, Uri, Uri, Value, Cont<CommandMessage>) - 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
- connectTcp(InetSocketAddress, IpSocket, IpSettings) - Method in class swim.api.auth.AbstractAuthenticator
- connectTcp(InetSocketAddress, IpSocket, IpSettings) - Method in class swim.api.service.AbstractService
- connectTls(InetSocketAddress, IpSocket, IpSettings) - Method in class swim.api.auth.AbstractAuthenticator
- connectTls(InetSocketAddress, IpSocket, IpSettings) - Method in class swim.api.service.AbstractService
- 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.AbstractAgentRoute
- context - Variable in class swim.api.auth.AbstractAuthenticator
- context - Variable in class swim.api.plane.AbstractPlane
- context - Variable in class swim.api.service.AbstractService
- createAgent(AgentContext) - Method in class swim.api.agent.AbstractAgentRoute
- createAgent(AgentContext) - Method in interface swim.api.agent.AgentFactory
-
Creates an instance of
Awith internal contextcontext. - createAgentRoute(Class<? extends A>) - Method in class swim.api.plane.AbstractPlane
- createAgentRoute(Class<? extends A>) - Method in interface swim.api.plane.PlaneContext
- createPlane(PlaneContext) - Method in interface swim.api.plane.PlaneFactory
- createService(ServiceContext) - Method in interface swim.api.service.ServiceFactory
- 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 interface swim.api.auth.Identity
- debug(Object) - Method in class swim.api.agent.AbstractAgent
- debug(Object) - Method in class swim.api.auth.AbstractAuthenticator
- debug(Object) - Method in class swim.api.plane.AbstractPlane
- debug(Object) - Method in class swim.api.service.AbstractService
- 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(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
- 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
- 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() - Method in class swim.api.service.AbstractService
- didClose() - Method in interface swim.api.service.Service
- didClose(DidClose) - Method in interface swim.api.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.http.HttpDownlink
- didClose(DidClose) - Method in interface swim.api.warp.WarpDownlink
- didClose(DidClose) - Method in interface swim.api.warp.WarpUplink
- didClose(DidClose) - Method in interface swim.api.ws.WsDownlink
- 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.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(DidCommand) - Method in interface swim.api.warp.WarpLane
- didCommand(Value) - Method in interface swim.api.warp.function.DidCommand
- DidCommand - Interface in swim.api.warp.function
- didConnect() - Method in interface swim.api.function.DidConnect
- didConnect(DidConnect) - Method in interface swim.api.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(DidConnect) - Method in interface swim.api.http.HttpDownlink
- didConnect(DidConnect) - Method in interface swim.api.warp.WarpDownlink
- didConnect(DidConnect) - Method in interface swim.api.ws.WsDownlink
- DidConnect - Interface in swim.api.function
- didDisconnect() - Method in interface swim.api.function.DidDisconnect
- didDisconnect(DidDisconnect) - Method in interface swim.api.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(DidDisconnect) - Method in interface swim.api.warp.WarpDownlink
- didDisconnect(DidDisconnect) - Method in interface swim.api.ws.WsDownlink
- 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.warp.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.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(DidEnter) - Method in interface swim.api.warp.WarpLane
- DidEnter - Interface in swim.api.warp.function
- 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.auth.AbstractAuthenticator
- didFail(Throwable) - Method in interface swim.api.auth.Authenticator
- 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.service.AbstractService
- didFail(Throwable) - Method in interface swim.api.service.Service
- didFail(DidFail) - Method in interface swim.api.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(DidFail) - Method in interface swim.api.warp.WarpDownlink
- didFail(DidFail) - Method in interface swim.api.ws.WsDownlink
- DidFail - Interface in swim.api.function
- didLeave(Identity) - Method in interface swim.api.warp.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.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(DidLeave) - Method in interface swim.api.warp.WarpLane
- DidLeave - Interface in swim.api.warp.function
- didLink() - Method in interface swim.api.warp.function.DidLink
- 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(DidLink) - Method in interface swim.api.warp.WarpDownlink
- DidLink - Interface in swim.api.warp.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. - didReadFrame(DidReadFrameWs<I>) - Method in interface swim.api.ws.WsDownlink
- didReadFrame(DidReadFrameWs<I>) - Method in interface swim.api.ws.WsLane
- didReadFrame(WsFrame<? extends I>) - Method in interface swim.api.ws.function.DidReadFrameWs
- DidReadFrameWs<I> - Interface in swim.api.ws.function
- 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(DidReceive) - Method in interface swim.api.warp.WarpDownlink
- didReceive(Value) - Method in interface swim.api.warp.function.DidReceive
- DidReceive - Interface in swim.api.warp.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
- didRequest(DidRequestHttp<?>) - Method in interface swim.api.http.HttpDownlink
- 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(DidRespondHttp<?>) - Method in interface swim.api.http.HttpLane
- 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.auth.AbstractAuthenticator
- didStart() - Method in interface swim.api.auth.Authenticator
- didStart() - Method in class swim.api.plane.AbstractPlane
- didStart() - Method in interface swim.api.plane.Plane
- didStart() - Method in class swim.api.service.AbstractService
- didStart() - Method in interface swim.api.service.Service
- 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.auth.AbstractAuthenticator
- didStop() - Method in interface swim.api.auth.Authenticator
- didStop() - Method in class swim.api.plane.AbstractPlane
- didStop() - Method in interface swim.api.plane.Plane
- didStop() - Method in class swim.api.service.AbstractService
- didStop() - Method in interface swim.api.service.Service
- didSync() - Method in interface swim.api.warp.function.DidSync
- 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(DidSync) - Method in interface swim.api.warp.WarpDownlink
- DidSync - Interface in swim.api.warp.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.warp.function.DidUnlink
- 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(DidUnlink) - Method in interface swim.api.warp.WarpDownlink
- DidUnlink - Interface in swim.api.warp.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
- didUpgrade(DidUpgradeWs) - Method in interface swim.api.ws.WsDownlink
- didUpgrade(DidUpgradeWs) - Method in interface swim.api.ws.WsLane
- didUpgrade(WsResponse) - Method in interface swim.api.ws.function.DidUpgradeWs
- DidUpgradeWs - Interface in swim.api.ws.function
- 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.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(DidUplink) - Method in interface swim.api.warp.WarpLane
- didUplink(WarpUplink) - Method in interface swim.api.warp.function.DidUplink
- DidUplink - Interface in swim.api.warp.function
- didWriteFrame(DidWriteFrameWs<O>) - Method in interface swim.api.ws.WsDownlink
- didWriteFrame(DidWriteFrameWs<O>) - Method in interface swim.api.ws.WsLane
- didWriteFrame(WsFrame<? extends O>) - Method in interface swim.api.ws.function.DidWriteFrameWs
- DidWriteFrameWs<O> - Interface in swim.api.ws.function
- doRequest() - Method in interface swim.api.http.function.DoRequestHttp
- doRequest(DoRequestHttp<?>) - Method in interface swim.api.http.HttpDownlink
- DoRequestHttp<V> - Interface in swim.api.http.function
- 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
- doUpgrade(DoUpgradeWs) - Method in interface swim.api.ws.WsDownlink
- doUpgrade(DoUpgradeWs) - Method in interface swim.api.ws.WsLane
- doUpgrade(WsRequest) - Method in interface swim.api.ws.function.DoUpgradeWs
- DoUpgradeWs - Interface in swim.api.ws.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 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() - Method in class swim.api.plane.AbstractPlane
- downlink(K) - Method in interface swim.api.lane.JoinValueLane
- downlink(L) - Method in interface swim.api.lane.JoinMapLane
- Downlink - Interface in swim.api
- DownlinkException - Exception in swim.api
- DownlinkException() - Constructor for exception swim.api.DownlinkException
- DownlinkException(String) - Constructor for exception swim.api.DownlinkException
- DownlinkException(String, Throwable) - Constructor for exception swim.api.DownlinkException
- DownlinkException(Throwable) - Constructor for exception swim.api.DownlinkException
- DownlinkFactory - Interface in swim.api.downlink
- downlinkHttp() - Method in class swim.api.agent.AbstractAgent
- downlinkHttp() - Method in interface swim.api.downlink.DownlinkFactory
- downlinkHttp() - Method in class swim.api.plane.AbstractPlane
- 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 interface swim.api.downlink.DownlinkFactory
- downlinkList() - Method in class swim.api.plane.AbstractPlane
- downlinkMap() - Method in class swim.api.agent.AbstractAgent
- downlinkMap() - Method in interface swim.api.downlink.DownlinkFactory
- downlinkMap() - Method in class swim.api.plane.AbstractPlane
- 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.AgentRoutePolicy
- 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 interface swim.api.downlink.DownlinkFactory
- downlinkValue() - Method in class swim.api.plane.AbstractPlane
- downlinkWs() - Method in class swim.api.agent.AbstractAgent
- downlinkWs() - Method in interface swim.api.downlink.DownlinkFactory
- downlinkWs() - Method in class swim.api.plane.AbstractPlane
- 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.auth.AbstractAuthenticator
- error(Object) - Method in class swim.api.plane.AbstractPlane
- error(Object) - Method in class swim.api.service.AbstractService
- EventDownlink<V> - Interface in swim.api.downlink
F
- fail(Object) - Method in class swim.api.agent.AbstractAgent
- fail(Object) - Method in class swim.api.auth.AbstractAuthenticator
- fail(Object) - Method in class swim.api.plane.AbstractPlane
- fail(Object) - Method in class swim.api.service.AbstractService
- 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 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.store.Store
- geospatialData(Value) - Method in class swim.api.agent.AbstractAgent
- geospatialData(Value) - Method in interface swim.api.store.Store
- 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
- getAgent(Class<? extends A>) - Method in interface swim.api.agent.AgentContext
- getAgent(Class<A>) - Method in class swim.api.agent.AbstractAgent
- getAgent(String) - Method in class swim.api.agent.AbstractAgent
- getAgent(String) - Method in interface swim.api.agent.AgentContext
- getAgent(Value) - Method in class swim.api.agent.AbstractAgent
- getAgent(Value) - Method in interface swim.api.agent.AgentContext
- getAgentContext() - Static method in class swim.api.SwimContext
- getAgentFactory(Uri) - Method in class swim.api.plane.AbstractPlane
- getAgentFactory(Uri) - Method in interface swim.api.plane.PlaneContext
- getAgentRoute(String) - Method in class swim.api.plane.AbstractPlane
- getAgentRoute(String) - Method in interface swim.api.plane.PlaneContext
- 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
- getAuthenticator(String) - Method in interface swim.api.plane.PlaneContext
- 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 class swim.api.agent.AbstractAgent
- 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(Class<? extends P>) - Method in interface swim.api.space.Space
- getPlane(String) - Method in interface swim.api.space.Space
- getPlaneContext() - Static method in class swim.api.SwimContext
- getPlaneDef(String) - Method in interface swim.api.space.SpaceDef
- 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(). - getServiceContext() - 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
H
- hostRef(String) - Method in class swim.api.agent.AbstractAgent
- hostRef(String) - Method in class swim.api.plane.AbstractPlane
- 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.plane.AbstractPlane
- 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.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(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(String) - Method in interface swim.api.warp.WarpDownlink
- 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
- hostUri(Uri) - Method in interface swim.api.warp.WarpDownlink
- HttpDownlink<V> - Interface in swim.api.http
- httpLane() - Method in class swim.api.agent.AbstractAgent
- httpLane() - Method in interface swim.api.lane.LaneFactory
- HttpLane<V> - Interface in swim.api.http
- HttpLink - Interface in swim.api.http
- HttpPolicy - Interface in swim.api.policy
- HttpUplink - Interface in swim.api.http
I
- id() - Method in interface swim.api.agent.AgentDef
- id(Uri) - Method in interface swim.api.agent.AgentFactory
- Identity - Interface in swim.api.auth
- info(Object) - Method in class swim.api.agent.AbstractAgent
- info(Object) - Method in class swim.api.auth.AbstractAuthenticator
- info(Object) - Method in class swim.api.plane.AbstractPlane
- info(Object) - Method in class swim.api.service.AbstractService
- 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
- ipSettings() - Method in class swim.api.auth.AbstractAuthenticator
- ipSettings() - Method in class swim.api.service.AbstractService
- 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 interface swim.api.auth.Identity
- isConnected() - Method in interface swim.api.Link
- 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.Link
- 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.Link
- 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.warp.WarpDownlink
- 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
- keepLinked(boolean) - Method in interface swim.api.warp.WarpDownlink
- keepSynced() - Method in interface swim.api.warp.WarpDownlink
- 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
- keepSynced(boolean) - Method in interface swim.api.warp.WarpDownlink
- 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
- LaneException - Exception in swim.api
- LaneException() - Constructor for exception swim.api.LaneException
- LaneException(String) - Constructor for exception swim.api.LaneException
- LaneException(String, Throwable) - Constructor for exception swim.api.LaneException
- LaneException(Throwable) - Constructor for exception swim.api.LaneException
- 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.plane.AbstractPlane
- 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.plane.AbstractPlane
- 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.plane.AbstractPlane
- 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.plane.AbstractPlane
- 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.Lane
- laneUri() - Method in interface swim.api.Link
- laneUri() - Method in interface swim.api.ref.LaneRef
- 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(String) - Method in interface swim.api.warp.WarpDownlink
- 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
- laneUri(Uri) - Method in interface swim.api.warp.WarpDownlink
- 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
- LinkException - Exception in swim.api
- LinkException() - Constructor for exception swim.api.LinkException
- LinkException(String) - Constructor for exception swim.api.LinkException
- LinkException(String, Throwable) - Constructor for exception swim.api.LinkException
- LinkException(Throwable) - Constructor for exception swim.api.LinkException
- 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.store.Store
- listData(Value) - Method in class swim.api.agent.AbstractAgent
- listData(Value) - Method in interface swim.api.store.Store
- 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.Link
- 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.Link
- 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.Link
- 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.Link
M
- mapData(String) - Method in class swim.api.agent.AbstractAgent
- mapData(String) - Method in interface swim.api.store.Store
- mapData(Value) - Method in class swim.api.agent.AbstractAgent
- mapData(Value) - Method in interface swim.api.store.Store
- 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 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
- nodeRef(String) - Method in class swim.api.agent.AbstractAgent
- nodeRef(String) - Method in class swim.api.plane.AbstractPlane
- 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.plane.AbstractPlane
- 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.plane.AbstractPlane
- 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.plane.AbstractPlane
- 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.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(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(String) - Method in interface swim.api.warp.WarpDownlink
- 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
- nodeUri(Uri) - Method in interface swim.api.warp.WarpDownlink
O
- 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
- observe(Object) - Method in interface swim.api.downlink.ValueDownlink
- observe(Object) - Method in interface swim.api.http.HttpDownlink
- observe(Object) - Method in interface swim.api.http.HttpLane
- observe(Object) - Method in interface swim.api.http.HttpLink
- 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.ListLane
- observe(Object) - Method in interface swim.api.lane.MapLane
- observe(Object) - Method in interface swim.api.Lane
- 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
- observe(Object) - Method in interface swim.api.warp.WarpDownlink
- observe(Object) - Method in interface swim.api.warp.WarpLane
- observe(Object) - Method in interface swim.api.warp.WarpUplink
- observe(Object) - Method in interface swim.api.ws.WsDownlink
- observe(Object) - Method in interface swim.api.ws.WsLane
- observe(Object) - Method in interface swim.api.ws.WsLink
- observe(Object) - Method in interface swim.api.ws.WsUplink
- onCommand(OnCommand<V>) - Method in interface swim.api.lane.CommandLane
- onCommand(OnCommandMessage) - Method in interface swim.api.warp.WarpUplink
- onCommand(CommandMessage) - Method in interface swim.api.warp.function.OnCommandMessage
- onCommand(V) - Method in interface swim.api.warp.function.OnCommand
- OnCommand<V> - Interface in swim.api.warp.function
- OnCommandMessage - Interface in swim.api.warp.function
- onCue(K, WarpUplink) - 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(WarpUplink) - 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(OnEventMessage) - Method in interface swim.api.warp.WarpUplink
- onEvent(EventMessage) - Method in interface swim.api.warp.function.OnEventMessage
- onEvent(V) - Method in interface swim.api.warp.function.OnEvent
- OnEvent<V> - Interface in swim.api.warp.function
- OnEventMessage - Interface in swim.api.warp.function
- onLink(OnLinkRequest) - Method in interface swim.api.warp.WarpUplink
- onLink(LinkRequest) - Method in interface swim.api.warp.function.OnLinkRequest
- onLinked(OnLinkedResponse) - Method in interface swim.api.warp.WarpUplink
- onLinked(LinkedResponse) - Method in interface swim.api.warp.function.OnLinkedResponse
- OnLinkedResponse - Interface in swim.api.warp.function
- OnLinkRequest - Interface in swim.api.warp.function
- onRecohere(int) - Method in class swim.api.downlink.DownlinkStreamlet
- onSync(OnSyncKeys<K>) - Method in interface swim.api.lane.DemandMapLane
- onSync(OnSyncRequest) - Method in interface swim.api.warp.WarpUplink
- onSync(WarpUplink) - Method in interface swim.api.lane.function.OnSyncKeys
- onSync(SyncRequest) - Method in interface swim.api.warp.function.OnSyncRequest
- onSynced(OnSyncedResponse) - Method in interface swim.api.warp.WarpUplink
- onSynced(SyncedResponse) - Method in interface swim.api.warp.function.OnSyncedResponse
- OnSyncedResponse - Interface in swim.api.warp.function
- OnSyncKeys<K> - Interface in swim.api.lane.function
- OnSyncRequest - Interface in swim.api.warp.function
- onUnlink(OnUnlinkRequest) - Method in interface swim.api.warp.WarpUplink
- onUnlink(UnlinkRequest) - Method in interface swim.api.warp.function.OnUnlinkRequest
- onUnlinked(OnUnlinkedResponse) - Method in interface swim.api.warp.WarpUplink
- onUnlinked(UnlinkedResponse) - Method in interface swim.api.warp.function.OnUnlinkedResponse
- OnUnlinkedResponse - Interface in swim.api.warp.function
- OnUnlinkRequest - Interface in swim.api.warp.function
- 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
- open() - Method in interface swim.api.downlink.ValueDownlink
- open() - Method in interface swim.api.http.HttpDownlink
- open() - Method in interface swim.api.warp.WarpDownlink
- open() - Method in interface swim.api.ws.WsDownlink
- openAgent(String, Class<? extends A>) - Method in interface swim.api.agent.AgentContext
- openAgent(String, Class<A>) - Method in class swim.api.agent.AbstractAgent
- openAgent(String, AgentFactory<A>) - Method in class swim.api.agent.AbstractAgent
- openAgent(String, AgentFactory<A>) - Method in interface swim.api.agent.AgentContext
- openAgent(Value, Class<? extends A>) - Method in interface swim.api.agent.AgentContext
- openAgent(Value, Class<A>) - Method in class swim.api.agent.AbstractAgent
- openAgent(Value, AgentFactory<A>) - Method in class swim.api.agent.AbstractAgent
- openAgent(Value, AgentFactory<A>) - Method in interface swim.api.agent.AgentContext
- openAgent(Value, Value, Class<? extends A>) - Method in interface swim.api.agent.AgentContext
- openAgent(Value, Value, Class<A>) - Method in class swim.api.agent.AbstractAgent
- openAgent(Value, Value, AgentFactory<A>) - Method in class swim.api.agent.AbstractAgent
- openAgent(Value, Value, AgentFactory<A>) - Method in interface swim.api.agent.AgentContext
- openLane(Uri, Lane) - Method in class swim.api.agent.AbstractAgent
- openLane(Uri, Lane) - Method in interface swim.api.agent.AgentContext
-
Registers
lanewithlaneUriand returnslane. - openPlane(String, Class<? extends P>) - Method in interface swim.api.space.Space
- openPlane(String, PlaneFactory<P>) - Method in interface swim.api.space.Space
P
- pattern() - Method in class swim.api.agent.AbstractAgentRoute
- pattern() - Method in interface swim.api.agent.AgentRoute
-
The
UriPatternthat everynodeUricorresponding to an instance ofAmust match. - pattern() - Method in interface swim.api.agent.AgentRouteContext
- 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
- PlaneDef - Interface in swim.api.plane
- planeDefs() - Method in interface swim.api.space.SpaceDef
- 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
- PlaneFactory<P extends Plane> - Interface in swim.api.plane
- planeName() - Method in interface swim.api.plane.PlaneDef
- PlanePolicy - Interface in swim.api.policy
- planes() - Method in interface swim.api.space.Space
- policy() - Method in interface swim.api.plane.PlaneContext
- policy() - Method in class swim.api.policy.PolicyDirective
- policy() - Method in interface swim.api.space.Space
- 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.warp.WarpDownlink
- prio() - Method in interface swim.api.warp.WarpUplink
- 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
- prio(float) - Method in interface swim.api.warp.WarpDownlink
- props() - Method in class swim.api.agent.AbstractAgent
-
A
Recordthat maps every dynamic property inAbstractAgent.nodeUri(), as defined byAgentRoute.pattern(), to its value. - props() - Method in interface swim.api.agent.AgentContext
-
A
Recordthat maps every dynamic property inAgentContext.nodeUri(), as defined byAgentRoute.pattern(), to its value. - props() - Method in interface swim.api.agent.AgentDef
- props(Uri) - Method in class swim.api.agent.AbstractAgentRoute
- props(Uri) - Method in interface swim.api.agent.AgentFactory
- 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.warp.WarpDownlink
- rate() - Method in interface swim.api.warp.WarpUplink
- 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
- rate(float) - Method in interface swim.api.warp.WarpDownlink
- reason() - Method in class swim.api.policy.PolicyDirective
- reifier(SwimRef) - Static method in class swim.api.downlink.DownlinkStreamlet
- 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.Link
- 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.Link
- 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.Link
- 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.Link
- 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(String) - Method in class swim.api.plane.AbstractPlane
- removeAgentRoute(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
- request() - Method in interface swim.api.http.HttpUplink
- request() - Method in interface swim.api.ws.WsUplink
- requestUri() - Method in interface swim.api.auth.Credentials
- requestUri() - Method in interface swim.api.auth.Identity
- requestUri() - Method in interface swim.api.http.HttpLink
- requestUri() - Method in interface swim.api.ws.WsLink
- requestUri(Uri) - Method in interface swim.api.http.HttpDownlink
- requestUri(Uri) - Method in interface swim.api.ws.WsDownlink
- routeName() - Method in class swim.api.agent.AbstractAgentRoute
- routeName() - Method in interface swim.api.agent.AgentRoute
-
Returns a plane-unique identifier for this agent route.
- routeName() - Method in interface swim.api.agent.AgentRouteContext
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.auth.AbstractAuthenticator
- schedule() - Method in interface swim.api.auth.AuthenticatorContext
- schedule() - Method in class swim.api.plane.AbstractPlane
- schedule() - Method in interface swim.api.plane.PlaneContext
- schedule() - Method in class swim.api.service.AbstractService
- schedule() - Method in interface swim.api.service.ServiceContext
- schedule() - Method in interface swim.api.space.Space
- 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.Link
- Service - Interface in swim.api.service
- serviceContext() - Method in class swim.api.service.AbstractService
- serviceContext() - Method in interface swim.api.service.Service
- ServiceContext - Interface in swim.api.service
- ServiceDef - Interface in swim.api.service
- ServiceException - Exception in swim.api.service
- ServiceException() - Constructor for exception swim.api.service.ServiceException
- ServiceException(String) - Constructor for exception swim.api.service.ServiceException
- ServiceException(String, Throwable) - Constructor for exception swim.api.service.ServiceException
- ServiceException(Throwable) - Constructor for exception swim.api.service.ServiceException
- ServiceFactory<S extends Service> - Interface in swim.api.service
- serviceName() - Method in interface swim.api.service.ServiceDef
- 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
- setAgentRouteContext(AgentRouteContext) - Method in class swim.api.agent.AbstractAgentRoute
- setAgentRouteContext(AgentRouteContext) - Method in interface swim.api.agent.AgentRoute
-
Updates the internal context used to provide concrete implementations to most
AgentRoutemethods. - setAuthenticatorContext(AuthenticatorContext) - Method in class swim.api.auth.AbstractAuthenticator
- setAuthenticatorContext(AuthenticatorContext) - Method in interface swim.api.auth.Authenticator
- 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
- setPolicy(PlanePolicy) - Method in interface swim.api.plane.PlaneContext
- setServiceContext(ServiceContext) - Static method in class swim.api.SwimContext
- 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
- Space - Interface in swim.api.space
- SpaceDef - Interface in swim.api.space
- SpaceException - Exception in swim.api.space
- SpaceException() - Constructor for exception swim.api.space.SpaceException
- SpaceException(String) - Constructor for exception swim.api.space.SpaceException
- SpaceException(String, Throwable) - Constructor for exception swim.api.space.SpaceException
- SpaceException(Throwable) - Constructor for exception swim.api.space.SpaceException
- spaceName() - Method in interface swim.api.space.SpaceDef
- spatialData(String, Z2Form<S>) - Method in class swim.api.agent.AbstractAgent
- spatialData(String, Z2Form<S>) - Method in interface swim.api.store.Store
- spatialData(Value, Z2Form<S>) - Method in class swim.api.agent.AbstractAgent
- spatialData(Value, Z2Form<S>) - Method in interface swim.api.store.Store
- 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 single-threaded execution
Stageon which thisAgentContextruns its application logic. - stage() - Method in interface swim.api.agent.AgentContext
-
The single-threaded execution
Stageon which thisAgentContextruns its application logic. - stage() - Method in class swim.api.auth.AbstractAuthenticator
- stage() - Method in interface swim.api.auth.AuthenticatorContext
- stage() - Method in class swim.api.plane.AbstractPlane
- stage() - Method in interface swim.api.plane.PlaneContext
- stage() - Method in class swim.api.service.AbstractService
- stage() - Method in interface swim.api.service.ServiceContext
- stage() - Method in interface swim.api.space.Space
- start() - Method in interface swim.api.client.Client
- state - Variable in class swim.api.downlink.DownlinkStreamlet
- stop() - Method in interface swim.api.client.Client
- Store - Interface in swim.api.store
- StoreException - Exception in swim.api.store
- StoreException() - Constructor for exception swim.api.store.StoreException
- StoreException(String) - Constructor for exception swim.api.store.StoreException
- StoreException(String, Throwable) - Constructor for exception swim.api.store.StoreException
- StoreException(Throwable) - Constructor for exception swim.api.store.StoreException
- 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
-
Agent runtime interface.
- swim.api.auth - package swim.api.auth
-
Authentication runtime interface.
- swim.api.client - package swim.api.client
-
Client runtime interface.
- swim.api.data - package swim.api.data
-
Data runtime interface.
- swim.api.downlink - package swim.api.downlink
-
Stateful, read- and write-capable, subscriptions to
Lanes. - 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
-
Lane runtime interface.
- swim.api.lane.function - package swim.api.lane.function
-
Lane lifecycle callback function interfaces.
- swim.api.plane - package swim.api.plane
-
Plane runtime interface.
- swim.api.policy - package swim.api.policy
-
Security policy runtime interface.
- swim.api.ref - package swim.api.ref
-
Linkable, partially resolved references to hosts, nodes, and lanes.
- swim.api.service - package swim.api.service
-
Network service runtime interface.
- swim.api.space - package swim.api.space
-
Space runtime interface.
- swim.api.store - package swim.api.store
-
Storage runtime interface.
- swim.api.warp - package swim.api.warp
-
WARP lane and downlink interfaces.
- swim.api.warp.function - package swim.api.warp.function
-
WARP lane and downlink callback function interfaces.
- swim.api.ws - package swim.api.ws
-
WebSocket lanes and downlinks.
- swim.api.ws.function - package swim.api.ws.function
-
WebSocket lane and downlink 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.auth.AbstractAuthenticator
- trace(Object) - Method in class swim.api.plane.AbstractPlane
- trace(Object) - Method in class swim.api.service.AbstractService
- type - Variable in class swim.api.downlink.DownlinkStreamlet
U
- 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
- unobserve(Object) - Method in interface swim.api.downlink.ValueDownlink
- unobserve(Object) - Method in interface swim.api.http.HttpDownlink
- unobserve(Object) - Method in interface swim.api.http.HttpLane
- unobserve(Object) - Method in interface swim.api.http.HttpLink
- 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.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
- 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
- unobserve(Object) - Method in interface swim.api.warp.WarpDownlink
- unobserve(Object) - Method in interface swim.api.warp.WarpLane
- unobserve(Object) - Method in interface swim.api.warp.WarpUplink
- unobserve(Object) - Method in interface swim.api.ws.WsDownlink
- unobserve(Object) - Method in interface swim.api.ws.WsLane
- unobserve(Object) - Method in interface swim.api.ws.WsLink
- unobserve(Object) - Method in interface swim.api.ws.WsUplink
- Uplink - Interface in swim.api
- UplinkException - Exception in swim.api
- UplinkException() - Constructor for exception swim.api.UplinkException
- UplinkException(String) - Constructor for exception swim.api.UplinkException
- UplinkException(String, Throwable) - Constructor for exception swim.api.UplinkException
- UplinkException(Throwable) - Constructor for exception swim.api.UplinkException
- 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.SwimAgent
- 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.store.Store
- valueData(Value) - Method in class swim.api.agent.AbstractAgent
- valueData(Value) - Method in interface swim.api.store.Store
- 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.auth.AbstractAuthenticator
- warn(Object) - Method in class swim.api.plane.AbstractPlane
- warn(Object) - Method in class swim.api.service.AbstractService
- WarpDownlink - Interface in swim.api.warp
- WarpLane - Interface in swim.api.warp
- WarpLink - Interface in swim.api.warp
- WarpUplink - Interface in swim.api.warp
- 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
- willClose() - Method in class swim.api.service.AbstractService
- willClose() - Method in interface swim.api.service.Service
- 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.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(WillCommand) - Method in interface swim.api.warp.WarpDownlink
- willCommand(WillCommand) - Method in interface swim.api.warp.WarpLane
- willCommand(Value) - Method in interface swim.api.warp.function.WillCommand
- WillCommand - Interface in swim.api.warp.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.warp.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.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(WillEnter) - Method in interface swim.api.warp.WarpLane
- WillEnter - Interface in swim.api.warp.function
- willLeave(Identity) - Method in interface swim.api.warp.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.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(WillLeave) - Method in interface swim.api.warp.WarpLane
- WillLeave - Interface in swim.api.warp.function
- willLink() - Method in interface swim.api.warp.function.WillLink
- 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(WillLink) - Method in interface swim.api.warp.WarpDownlink
- WillLink - Interface in swim.api.warp.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. - willReadFrame() - Method in interface swim.api.ws.function.WillReadFrameWs
- willReadFrame(WillReadFrameWs<I>) - Method in interface swim.api.ws.WsDownlink
- willReadFrame(WillReadFrameWs<I>) - Method in interface swim.api.ws.WsLane
- WillReadFrameWs<I> - Interface in swim.api.ws.function
- 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(WillReceive) - Method in interface swim.api.warp.WarpDownlink
- willReceive(Value) - Method in interface swim.api.warp.function.WillReceive
- WillReceive - Interface in swim.api.warp.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
- willRequest(WillRequestHttp<?>) - Method in interface swim.api.http.HttpDownlink
- willRequest(WillRequestHttp<?>) - Method in interface swim.api.http.HttpLane
- willRequest(HttpRequest<V>) - Method in interface swim.api.http.function.WillRequestHttp
- WillRequestHttp<V> - Interface in swim.api.http.function
- willRespond(WillRespondHttp<?>) - Method in interface swim.api.http.HttpLane
- 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.auth.AbstractAuthenticator
- willStart() - Method in interface swim.api.auth.Authenticator
- willStart() - Method in class swim.api.plane.AbstractPlane
- willStart() - Method in interface swim.api.plane.Plane
- willStart() - Method in class swim.api.service.AbstractService
- willStart() - Method in interface swim.api.service.Service
- 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.auth.AbstractAuthenticator
- willStop() - Method in interface swim.api.auth.Authenticator
- willStop() - Method in class swim.api.plane.AbstractPlane
- willStop() - Method in interface swim.api.plane.Plane
- willStop() - Method in class swim.api.service.AbstractService
- willStop() - Method in interface swim.api.service.Service
- willSync() - Method in interface swim.api.warp.function.WillSync
- 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(WillSync) - Method in interface swim.api.warp.WarpDownlink
- WillSync - Interface in swim.api.warp.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.warp.function.WillUnlink
- 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(WillUnlink) - Method in interface swim.api.warp.WarpDownlink
- WillUnlink - Interface in swim.api.warp.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
- willUpgrade(WillUpgradeWs) - Method in interface swim.api.ws.WsDownlink
- willUpgrade(WillUpgradeWs) - Method in interface swim.api.ws.WsLane
- willUpgrade(WsRequest) - Method in interface swim.api.ws.function.WillUpgradeWs
- WillUpgradeWs - Interface in swim.api.ws.function
- 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.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(WillUplink) - Method in interface swim.api.warp.WarpLane
- willUplink(WarpUplink) - Method in interface swim.api.warp.function.WillUplink
- WillUplink - Interface in swim.api.warp.function
- willWriteFrame(WillWriteFrameWs<O>) - Method in interface swim.api.ws.WsDownlink
- willWriteFrame(WillWriteFrameWs<O>) - Method in interface swim.api.ws.WsLane
- willWriteFrame(WsFrame<? extends O>) - Method in interface swim.api.ws.function.WillWriteFrameWs
- WillWriteFrameWs<O> - Interface in swim.api.ws.function
- write(WsControl<?, O2>) - Method in interface swim.api.ws.WsDownlink
- write(WsControl<?, O2>) - Method in interface swim.api.ws.WsLane
- write(WsData<O2>) - Method in interface swim.api.ws.WsDownlink
- write(WsData<O2>) - Method in interface swim.api.ws.WsLane
- WsDownlink<I,O> - Interface in swim.api.ws
- wsLane() - Method in class swim.api.agent.AbstractAgent
- wsLane() - Method in interface swim.api.lane.LaneFactory
- WsLane<I,O> - Interface in swim.api.ws
- WsLink - Interface in swim.api.ws
- WsUplink - Interface in swim.api.ws
All Classes All Packages