All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sshtools.javardp.layers.nla.BerPayload Maven / Gradle / Ivy

Go to download

Swing RDP component based on ProperJavaRDP with some modifications to allow multiple sessions within the same runtime, and to fix some bugs and inconsistencies with newer Windows versions.

The newest version!
package com.sshtools.javardp.layers.nla;

import java.io.IOException;

import org.openmuc.jasn1.ber.types.BerType;

interface BerPayload {
	BerType write() throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy