Uses of Interface
org.simpleframework.http.core.Controller
-
Packages that use Controller Package Description org.simpleframework.http.core -
-
Uses of Controller in org.simpleframework.http.core
Classes in org.simpleframework.http.core that implement Controller Modifier and Type Class Description (package private) classContainerControllerTheContainerControllerobject is essentially the core processing engine for the server.Fields in org.simpleframework.http.core declared as Controller Modifier and Type Field Description private ControllerContainerTransportProcessor. controllerThis is the controller used to process the created channels.private 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 Controller Modifier and Type Method Description voidCollector. 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 Controller Constructor Description RequestDispatcher(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.
-