Uses of Interface
colesico.framework.restlet.teleapi.RestletRequestListener
| Package | Description |
|---|---|
| colesico.framework.restlet.assist | |
| colesico.framework.restlet.internal |
-
Uses of RestletRequestListener in colesico.framework.restlet.assist
Classes in colesico.framework.restlet.assist that implement RestletRequestListener Modifier and Type Class Description classLogRestletListener -
Uses of RestletRequestListener in colesico.framework.restlet.internal
Fields in colesico.framework.restlet.internal with type parameters of type RestletRequestListener Modifier and Type Field Description protected colesico.framework.ioc.production.Polysupplier<RestletRequestListener>RestletTeleDriverImpl. reqListenerSupMethods in colesico.framework.restlet.internal that return RestletRequestListener Modifier and Type Method Description RestletRequestListenerRestletProducer. getRestletRequestListener(LogRestletListener impl)Methods in colesico.framework.restlet.internal that return types with arguments of type RestletRequestListener Modifier and Type Method Description colesico.framework.ioc.ioclet.Factory<RestletRequestListener>RestletIoclet. getRestletRequestListenerFactory3()Factory to produce colesico.framework.restlet.teleapi.RestletRequestListener class instance Scope: SINGLETON; Custom: nullConstructor parameters in colesico.framework.restlet.internal with type arguments of type RestletRequestListener Constructor Description RestletTeleDriverImpl(RestletConfigPrototype config, colesico.framework.ioc.scope.ThreadScope threadScope, javax.inject.Provider<colesico.framework.http.HttpContext> httpContextProv, RestletDataPort dataPort, colesico.framework.ioc.production.Polysupplier<RestletRequestListener> reqListenerSup, colesico.framework.ioc.production.Polysupplier<RestletResponseListener> respListenerSup)