Uses of Interface
colesico.framework.restlet.teleapi.RestletDataPort
| Package | Description |
|---|---|
| colesico.framework.restlet.assist | |
| colesico.framework.restlet.codegen | |
| colesico.framework.restlet.internal | |
| colesico.framework.restlet.teleapi |
-
Uses of RestletDataPort in colesico.framework.restlet.assist
Methods in colesico.framework.restlet.assist with parameters of type RestletDataPort Modifier and Type Method Description voidLogRestletListener. onRequest(colesico.framework.http.HttpContext ctx, RestletDataPort dataPort, java.lang.Object service)voidLogRestletListener. onResponse(colesico.framework.http.HttpContext ctx, RestletDataPort dataPort) -
Uses of RestletDataPort in colesico.framework.restlet.codegen
Methods in colesico.framework.restlet.codegen that return types with arguments of type RestletDataPort Modifier and Type Method Description protected java.lang.Class<RestletDataPort>RestletModulator. getDataPortClass() -
Uses of RestletDataPort in colesico.framework.restlet.internal
Classes in colesico.framework.restlet.internal that implement RestletDataPort Modifier and Type Class Description classRestletDataPortImplFields in colesico.framework.restlet.internal declared as RestletDataPort Modifier and Type Field Description protected RestletDataPortRestletTeleDriverImpl. dataPortMethods in colesico.framework.restlet.internal that return RestletDataPort Modifier and Type Method Description RestletDataPortRestletProducer. getRestletDataPort(RestletDataPortImpl impl)Methods in colesico.framework.restlet.internal that return types with arguments of type RestletDataPort Modifier and Type Method Description colesico.framework.ioc.ioclet.Factory<RestletDataPort>RestletIoclet. getRestletDataPortFactory0()Factory to produce colesico.framework.restlet.teleapi.RestletDataPort class instance Scope: SINGLETON; Custom: nullMethod parameters in colesico.framework.restlet.internal with type arguments of type RestletDataPort Modifier and Type Method Description <S> voidRestletTeleDriverImpl. invoke(S service, colesico.framework.teleapi.MethodInvoker<S,RestletDataPort> invoker, RestletTIContext invCtx)Constructors in colesico.framework.restlet.internal with parameters of type RestletDataPort 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) -
Uses of RestletDataPort in colesico.framework.restlet.teleapi
Methods in colesico.framework.restlet.teleapi with parameters of type RestletDataPort Modifier and Type Method Description voidRestletRequestListener. onRequest(colesico.framework.http.HttpContext ctx, RestletDataPort dataPort, java.lang.Object service)voidRestletResponseListener. onResponse(colesico.framework.http.HttpContext ctx, RestletDataPort dataPort)