Uses of Interface
com.aspectran.undertow.service.TowService
-
Packages that use TowService Package Description com.aspectran.undertow.activity com.aspectran.undertow.server.http com.aspectran.undertow.service -
-
Uses of TowService in com.aspectran.undertow.activity
Constructors in com.aspectran.undertow.activity with parameters of type TowService Constructor Description TowActivity(TowService service, io.undertow.server.HttpServerExchange exchange)Instantiates a new tow service -
Uses of TowService in com.aspectran.undertow.server.http
Methods in com.aspectran.undertow.server.http with parameters of type TowService Modifier and Type Method Description voidHybridHttpHandler. setTowService(TowService towService) -
Uses of TowService in com.aspectran.undertow.service
Classes in com.aspectran.undertow.service that implement TowService Modifier and Type Class Description classAbstractTowServiceCreated: 2019-07-27classDefaultTowServiceCreated: 2019-07-27
-