Package com.illumon.util.net
package com.illumon.util.net
-
ClassDescriptionAbstract base class for CommServer impls, like fishlib and websocket.ClientEntry abstraction to allow a websocket to connect and be treated like a socket client.Create a private scheduler to handle jobs for a single connection.Allows treating multiple CommServer instances as if they were one.This class exists to give us something to use with service loader to move our isolated web-socket code out of the DB module (so we can recompile far smaller chunks of code during iterative development).Used to transform auth tokens to/from byte[].WebSocket-based implementation of CommServer, providing the basic wiring to map gwt-rpc websocket messages to fishlib Commands and back again.