Uses of Interface
org.simpleframework.http.core.Container
Packages that use Container
-
Uses of Container in org.simpleframework.http.core
Fields in org.simpleframework.http.core declared as ContainerModifier and TypeFieldDescriptionprivate final ContainerContainerController.containerThis is the container used to service the requests.private final ContainerRequestDispatcher.containerThis is the container that is used to handle the transactions.Constructors in org.simpleframework.http.core with parameters of type ContainerModifierConstructorDescriptionContainerController(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 ContainerModifier and TypeClassDescriptionclassTheRouterContaineris used to route requests that satisfy a WebSocket opening handshake to a specific service.Fields in org.simpleframework.http.socket.service declared as ContainerModifier and TypeFieldDescriptionprivate final ContainerRouterContainer.containerThis is the container used to handle traditional requests.Constructors in org.simpleframework.http.socket.service with parameters of type ContainerModifierConstructorDescriptionRouterContainer(Container container, Router router, int threads) Constructor for theRouterContainerobject.RouterContainer(Container container, Router router, int threads, long ping) Constructor for theRouterContainerobject.