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) class
ContainerController
TheContainerController
object is essentially the core processing engine for the server.Fields in org.simpleframework.http.core declared as Controller Modifier and Type Field Description private Controller
ContainerTransportProcessor. controller
This is the controller used to process the created channels.private 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 Controller Modifier and Type Method Description void
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 Controller Constructor Description RequestDispatcher(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.
-