Class Routes
- java.lang.Object
-
- com.inductiveautomation.perspective.gateway.comm.Routes
-
public class Routes extends java.lang.Object
The main data routes that supply data
-
-
Constructor Summary
Constructors Constructor Description Routes(GatewayHook.PerspectiveGatewayContext context, RouteGroup routes)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PerspectiveSessionCollection
getOrCreateSession(PerspectiveContext context, javax.servlet.http.HttpSession webSession, SessionScope scope, java.lang.String remoteHost, java.util.List<java.util.Locale> locales, com.google.common.collect.ImmutableCollection<java.lang.String> securityZones, NativeDevice device)
void
mountRoutes()
-
-
-
Constructor Detail
-
Routes
public Routes(GatewayHook.PerspectiveGatewayContext context, RouteGroup routes)
-
-
Method Detail
-
mountRoutes
public void mountRoutes()
-
getOrCreateSession
@Nonnull public static PerspectiveSessionCollection getOrCreateSession(@Nonnull PerspectiveContext context, @Nonnull javax.servlet.http.HttpSession webSession, @Nonnull SessionScope scope, @Nullable java.lang.String remoteHost, @Nonnull java.util.List<java.util.Locale> locales, @Nonnull com.google.common.collect.ImmutableCollection<java.lang.String> securityZones, @Nonnull NativeDevice device)
-
-