List of usage examples for javax.websocket Encoder.Binary interface-usage
From source file de.hofuniversity.iisys.neo4j.websock.query.encoding.safe.TSafeDeflateJsonQueryHandler.java
/**
* Query handler implementation encoding and decoding WebsockQueries as JSON.
* When decoding, uses the JSON map and list wrapper classes.
* Ideally, maps and lists in queries to be encoded are already JSON objects
* in wrappers.
*/
From source file de.hofuniversity.iisys.neo4j.websock.query.encoding.unsafe.DeflateJsonQueryHandler.java
/**
* Query handler implementation encoding and decoding WebsockQueries as JSON.
* When decoding, uses the JSON map and list wrapper classes.
* Ideally, maps and lists in queries to be encoded are already JSON objects
* in wrappers.
* Optimized non-thread-safe version.