@Override public InvocationContext getInvocationContext() { WebSocketInvoker.resolve(request); return new InvocationContext( request.invokedMethod.getAnnotations(), request.invokedMethod.getDeclaringClass().getAnnotations()); }
@Override public void execute() throws Exception { WebSocketInvoker.invoke(request, inbound, outbound); }