Uses of Interface
org.simpleframework.http.core.Container
-
Packages that use Container Package Description org.simpleframework.http.core org.simpleframework.http.socket.service -
-
Uses of Container in org.simpleframework.http.core
Fields in org.simpleframework.http.core declared as Container Modifier and Type Field Description private Container
ContainerController. container
This is the container used to service the requests.private Container
RequestDispatcher. container
This is the container that is used to handle the transactions.Constructors in org.simpleframework.http.core with parameters of type Container Constructor Description ContainerController(Container container, Allocator allocator, int count, int select)
Constructor for theContainerController
object.ContainerSocketProcessor(Container container)
Constructor for theContainerSocketProcessor
object.ContainerSocketProcessor(Container container, int count)
Constructor for theContainerSocketProcessor
object.ContainerSocketProcessor(Container container, int count, int select)
Constructor for theContainerSocketProcessor
object.ContainerSocketProcessor(Container container, Allocator allocator)
Constructor for theContainerSocketProcessor
object.ContainerSocketProcessor(Container container, Allocator allocator, int count)
Constructor for theContainerSocketProcessor
object.ContainerSocketProcessor(Container container, Allocator allocator, int count, int select)
Constructor for theContainerSocketProcessor
object.ContainerTransportProcessor(Container container, Allocator allocator, int count)
Constructor for theContainerProcessor
object.ContainerTransportProcessor(Container container, Allocator allocator, int count, int select)
Constructor for theContainerProcessor
object.RequestDispatcher(Container container, Controller controller, Entity entity)
Constructor for theRequestDispatcher
object. -
Uses of Container in org.simpleframework.http.socket.service
Classes in org.simpleframework.http.socket.service that implement Container Modifier and Type Class Description class
RouterContainer
TheRouterContainer
is used to route requests that satisfy a WebSocket opening handshake to a specific service.Fields in org.simpleframework.http.socket.service declared as Container Modifier and Type Field Description private Container
RouterContainer. container
This is the container used to handle traditional requests.Constructors in org.simpleframework.http.socket.service with parameters of type Container 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.
-