Package com.serotonin.squwk.client

Examples of com.serotonin.squwk.client.SquwkClient


    private List<Point> squwkPoints;

    public SquwkSenderRT(SquwkSenderVO vo) {
        super(vo);
        this.vo = vo;
        squwkClient = new SquwkClient(vo.getAccessKey(), vo.getSecretKey());
    }
View Full Code Here

TOP

Related Classes of com.serotonin.squwk.client.SquwkClient

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.