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 classDirectRouterTheDirectRouterobject is used to create a router that uses a single service.classPathRouterThePathRouteris used when there are multiple services that can be used.classProtocolRouterTheProtocolRouteris used when there are multiple services that can be used.Constructors in org.simpleframework.http.socket.service with parameters of type Router Constructor Description RouterContainer(Container container, Router router, int threads)Constructor for theRouterContainerobject.RouterContainer(Container container, Router router, int threads, long ping)Constructor for theRouterContainerobject.
-