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) classTheContainerControllerobject is essentially the core processing engine for the server.Fields in org.simpleframework.http.core declared as ControllerModifier and TypeFieldDescriptionprivate final ControllerContainerTransportProcessor.controllerThis is the controller used to process the created channels.private final ControllerRequestReader.controllerThis is the selector used to process the collection events.private ControllerResponseObserver.controllerThis is the controller used to initiate a new request.Methods in org.simpleframework.http.core with parameters of type ControllerModifier and TypeMethodDescriptionvoidCollector.collect(Controller controller) This is used to collect the data from aChannelwhich is used to compose the entity.voidRequestCollector.collect(Controller controller) This is used to collect the data from aChannelwhich 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 theRequestDispatcherobject.RequestReader(Controller controller, Collector collector) Constructor for theRequestReaderobject.ResponseObserver(Controller controller, Entity entity) Constructor for theResponseObserverobject.