Class WebSocketServer.GenericRpcWebsocket<S extends org.gwtproject.rpc.api.Server<S,C>,C extends org.gwtproject.rpc.api.Client<C,S>>

java.lang.Object
com.illumon.iris.web.server.RpcEndpoint<S,C>
com.illumon.iris.web.server.WebSocketServer.GenericRpcWebsocket<S,C>
All Implemented Interfaces:
WebSocketServer.WebsocketMarker
Enclosing class:
WebSocketServer

public static class WebSocketServer.GenericRpcWebsocket<S extends org.gwtproject.rpc.api.Server<S,C>,C extends org.gwtproject.rpc.api.Client<C,S>> extends RpcEndpoint<S,C> implements WebSocketServer.WebsocketMarker
Simple adaptor to let us control both jetty and the socket impl itself, while still delegating the decoding to super.
  • Constructor Details

    • GenericRpcWebsocket

      public GenericRpcWebsocket(S server, org.gwtproject.rpc.api.impl.AbstractEndpointImpl.EndpointImplConstructor<C> client)