Uses of Interface
org.simpleframework.http.core.Controller
Packages that use Controller
-
Uses of Controller in org.simpleframework.http.core
Classes in org.simpleframework.http.core that implement ControllerModifier and TypeClassDescription(package private) class
TheContainerController
object is essentially the core processing engine for the server.Fields in org.simpleframework.http.core declared as ControllerModifier and TypeFieldDescriptionprivate final Controller
ContainerTransportProcessor.controller
This is the controller used to process the created channels.private final Controller
RequestReader.controller
This is the selector used to process the collection events.private Controller
ResponseObserver.controller
This is the controller used to initiate a new request.Methods in org.simpleframework.http.core with parameters of type ControllerModifier and TypeMethodDescriptionvoid
Collector.collect
(Controller controller) This is used to collect the data from aChannel
which is used to compose the entity.void
RequestCollector.collect
(Controller controller) This is used to collect the data from aChannel
which is used to compose the entity.Constructors in org.simpleframework.http.core with parameters of type ControllerModifierConstructorDescriptionRequestDispatcher
(Container container, Controller controller, Entity entity) Constructor for theRequestDispatcher
object.RequestReader
(Controller controller, Collector collector) Constructor for theRequestReader
object.ResponseObserver
(Controller controller, Entity entity) Constructor for theResponseObserver
object.