Class RestletReaderProxy<V>

java.lang.Object
colesico.framework.telehttp.HttpTeleReader<V,​RestletTRContext>
colesico.framework.restlet.teleapi.RestletTeleReader<V>
colesico.framework.restlet.teleapi.reader.RestletReaderProxy<V>
All Implemented Interfaces:
colesico.framework.teleapi.TeleReader<V,​RestletTRContext>

public final class RestletReaderProxy<V>
extends RestletTeleReader<V>
Proxy to use any http readers as restlet reader
  • Field Summary

    Fields inherited from class colesico.framework.telehttp.HttpTeleReader

    httpContextProv, routerContextProv
  • Method Summary

    Modifier and Type Method Description
    static <V> RestletReaderProxy of​(colesico.framework.telehttp.HttpTeleReader<V,​colesico.framework.telehttp.HttpTRContext> reader)  
    V read​(RestletTRContext context)  

    Methods inherited from class colesico.framework.telehttp.HttpTeleReader

    getRequest, getResponse, getRouterContext

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details