org.atmosphere.container
Class TomcatWebSocketUtil

java.lang.Object
  extended by org.atmosphere.container.TomcatWebSocketUtil

public class TomcatWebSocketUtil
extends Object


Nested Class Summary
static interface TomcatWebSocketUtil.Delegate
           
 
Constructor Summary
TomcatWebSocketUtil()
           
 
Method Summary
static Action doService(AtmosphereRequest req, AtmosphereResponse res, TomcatWebSocketUtil.Delegate delegate, AtmosphereConfig config, WebSocketProcessor webSocketProcessor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TomcatWebSocketUtil

public TomcatWebSocketUtil()
Method Detail

doService

public static Action doService(AtmosphereRequest req,
                               AtmosphereResponse res,
                               TomcatWebSocketUtil.Delegate delegate,
                               AtmosphereConfig config,
                               WebSocketProcessor webSocketProcessor)
                        throws IOException,
                               javax.servlet.ServletException
Throws:
IOException
javax.servlet.ServletException


Copyright © 2012. All Rights Reserved.