Uses of Interface
org.simpleframework.http.socket.service.Router
-
Packages that use Router Package Description org.simpleframework.http.socket.service -
-
Uses of Router in org.simpleframework.http.socket.service
Classes in org.simpleframework.http.socket.service that implement Router Modifier and Type Class Description class
DirectRouter
TheDirectRouter
object is used to create a router that uses a single service.class
PathRouter
ThePathRouter
is used when there are multiple services that can be used.class
ProtocolRouter
TheProtocolRouter
is used when there are multiple services that can be used.Fields in org.simpleframework.http.socket.service declared as Router Modifier and Type Field Description private Router
RouterContainer. router
This is the router used to select specific services.private Router
SessionDispatcher. router
This is used to select the service to dispatch to.Constructors in org.simpleframework.http.socket.service with parameters of type Router Constructor Description RouterContainer(Container container, Router router, int threads)
Constructor for theRouterContainer
object.RouterContainer(Container container, Router router, int threads, long ping)
Constructor for theRouterContainer
object.ServiceDispatcher(Router router, int threads)
Constructor for theServiceDispatcher
object.ServiceDispatcher(Router router, int threads, long ping)
Constructor for theServiceDispatcher
object.SessionDispatcher(SessionBuilder builder, Router router)
Constructor for theSessionDispatcher
object.
-