
xbr.network.pojo.Receipt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of autobahn-java Show documentation
Show all versions of autobahn-java Show documentation
WebSocket & WAMP for Java8+
The newest version!
package xbr.network.pojo;
public class Receipt {
public byte[] remaining;
public int channel_seq;
public byte[] signature;
public byte[] sealed_key;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy