Uses of Interface
org.simpleframework.http.socket.service.Router

Packages that use Router
org.simpleframework.http.socket.service   
 

Uses of Router in org.simpleframework.http.socket.service
 

Classes in org.simpleframework.http.socket.service that implement Router
 class DirectRouter
          The DirectRouter object is used to create a router that uses a single service.
 class PathRouter
          The PathRouter is used when there are multiple services that can be used.
 class ProtocolRouter
          The ProtocolRouter is used when there are multiple services that can be used.
 

Constructors in org.simpleframework.http.socket.service with parameters of type Router
RouterContainer(Container container, Router router, int threads)
          Constructor for the RouterContainer object.
RouterContainer(Container container, Router router, int threads, long ping)
          Constructor for the RouterContainer object.
 



Copyright © 2014. All Rights Reserved.