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 ContainerContainerController. containerThis is the container used to service the requests.private ContainerRequestDispatcher. containerThis 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 theContainerControllerobject.ContainerSocketProcessor(Container container)Constructor for theContainerSocketProcessorobject.ContainerSocketProcessor(Container container, int count)Constructor for theContainerSocketProcessorobject.ContainerSocketProcessor(Container container, int count, int select)Constructor for theContainerSocketProcessorobject.ContainerSocketProcessor(Container container, Allocator allocator)Constructor for theContainerSocketProcessorobject.ContainerSocketProcessor(Container container, Allocator allocator, int count)Constructor for theContainerSocketProcessorobject.ContainerSocketProcessor(Container container, Allocator allocator, int count, int select)Constructor for theContainerSocketProcessorobject.ContainerTransportProcessor(Container container, Allocator allocator, int count)Constructor for theContainerProcessorobject.ContainerTransportProcessor(Container container, Allocator allocator, int count, int select)Constructor for theContainerProcessorobject.RequestDispatcher(Container container, Controller controller, Entity entity)Constructor for theRequestDispatcherobject. -
Uses of Container in org.simpleframework.http.socket.service
Classes in org.simpleframework.http.socket.service that implement Container Modifier and Type Class Description classRouterContainerTheRouterContaineris 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 ContainerRouterContainer. containerThis 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 theRouterContainerobject.RouterContainer(Container container, Router router, int threads, long ping)Constructor for theRouterContainerobject.
-