Package com.pusher.client.util

Examples of com.pusher.client.util.Factory


     * @param apiKey Your Pusher API key.
     * @param pusherOptions Options for the Pusher client library to use.
     */
    public Pusher(String apiKey, PusherOptions pusherOptions) {

        this(apiKey, pusherOptions, new Factory());
    }
View Full Code Here

TOP

Related Classes of com.pusher.client.util.Factory

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.