jambi-websockets.6.5.5.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qtjambi-websockets Show documentation
Show all versions of qtjambi-websockets Show documentation
Provides WebSocket communication compliant with RFC 6455.
/**
* Provides WebSocket communication compliant with RFC 6455.
*/
module qtjambi.websockets {
requires java.base;
requires transitive qtjambi;
requires qtjambi.network;
exports io.qt.websockets;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy