Package com.aspectran.undertow.service
Interface TowService
- All Superinterfaces:
CoreService
- All Known Implementing Classes:
AbstractTowService
,DefaultTowService
Created: 2019-07-27
-
Method Summary
Modifier and TypeMethodDescriptionboolean
service
(io.undertow.server.HttpServerExchange exchange) Executes web activity.Methods inherited from interface com.aspectran.core.service.CoreService
getActivityContext, getAltClassLoader, getAspectranConfig, getBasePath, getDefaultActivity, getSchedulerService, getServiceClassLoader, getServiceController, hasServiceClassLoader, isDerived, isHardReload, isLateStart, joinDerivedService, leaveFromRootService, withdrawDerivedService
-
Method Details
-
service
Executes web activity.- Parameters:
exchange
- the HTTP request/response exchange- Returns:
- true if the activity was handled; false otherwise
- Throws:
IOException
- If an error occurs during Activity execution
-