Package com.streamreduce.util

Examples of com.streamreduce.util.FeedClient


        return SUPPORTED_AUTH_TYPES;
    }

    @Override
    public FeedClient getClient(Connection connection) {
        return new FeedClient(connection);
    }
View Full Code Here

TOP

Related Classes of com.streamreduce.util.FeedClient

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.