Class BaseToIteratorOfListPage<T,​O extends ListOptions,​I extends BaseToIteratorOfListPage<T,​O,​I>>

    • Constructor Detail

      • BaseToIteratorOfListPage

        public BaseToIteratorOfListPage()
    • Method Detail

      • fetchNextPage

        protected abstract com.google.common.base.Function<String,​ListPage<T>> fetchNextPage​(O options)
      • setContext

        public I setContext​(org.jclouds.http.HttpRequest request)
        Specified by:
        setContext in interface org.jclouds.rest.InvocationContext<T>