Package com.lixia.rdp

Examples of com.lixia.rdp.Secure


     * Initialise RDP comms layer, and register virtual channels
     *
     * @param channels Virtual channels to be used in connection
     */
    public ARDP5(VChannels channels) {
        this.SecureLayer = new Secure(channels);
        ARDP5.cache = new Cache();
        RDPConnection.conf.secure = SecureLayer;
        this.orders = new OrdersJPanel();
        orders.registerCache(cache);
        wi = new WrappedImage(RDPConnection.conf.width, RDPConnection.conf.height, BufferedImage.TYPE_INT_RGB);
View Full Code Here

TOP

Related Classes of com.lixia.rdp.Secure

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.