Uses of Interface
org.simpleframework.http.socket.service.Router
Packages that use Router
-
Uses of Router in org.simpleframework.http.socket.service
Classes in org.simpleframework.http.socket.service that implement RouterModifier and TypeClassDescriptionclassTheDirectRouterobject is used to create a router that uses a single service.classThePathRouteris used when there are multiple services that can be used.classTheProtocolRouteris used when there are multiple services that can be used.Fields in org.simpleframework.http.socket.service declared as RouterModifier and TypeFieldDescriptionprivate final RouterRouterContainer.routerThis is the router used to select specific services.private final RouterSessionDispatcher.routerThis is used to select the service to dispatch to.Constructors in org.simpleframework.http.socket.service with parameters of type RouterModifierConstructorDescriptionRouterContainer(Container container, Router router, int threads) Constructor for theRouterContainerobject.RouterContainer(Container container, Router router, int threads, long ping) Constructor for theRouterContainerobject.ServiceDispatcher(Router router, int threads) Constructor for theServiceDispatcherobject.ServiceDispatcher(Router router, int threads, long ping) Constructor for theServiceDispatcherobject.SessionDispatcher(SessionBuilder builder, Router router) Constructor for theSessionDispatcherobject.