Uses of Interface
org.simpleframework.http.core.Container
Packages that use Container
-
Uses of Container in org.simpleframework.http.core
Constructors in org.simpleframework.http.core with parameters of type ContainerModifierConstructorDescriptionContainerSocketProcessor(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. -
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.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.