com.sshtools.javardp.layers.nla.PacketPayload Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rdp Show documentation
Show all versions of rdp Show documentation
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 com.sshtools.javardp.Packet;
interface PacketPayload {
Packet write() throws IOException;
void read(Packet packet) throws IOException;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy