Package com.illumon.iris.web.server
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 Summary
ConstructorsConstructorDescriptionGenericRpcWebsocket(S server, org.gwtproject.rpc.api.impl.AbstractEndpointImpl.EndpointImplConstructor<C> client) -
Method Summary
Methods inherited from class com.illumon.iris.web.server.RpcEndpoint
onClose, onError, onMessage, onMessage, onOpenMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.illumon.iris.web.server.WebSocketServer.WebsocketMarker
onClose, onError, onMessage, onOpen
-
Constructor Details
-
GenericRpcWebsocket
-