org.kasource.web.websocket.spring.impl.glassfish
Class SpringGlassFishWebSocket

java.lang.Object
  extended by org.glassfish.grizzly.websockets.WebSocketAdapter
      extended by org.glassfish.grizzly.websockets.WebSocketApplication
          extended by org.kasource.web.websocket.impl.glassfish.GlassFishWebSocket
              extended by org.kasource.web.websocket.spring.impl.glassfish.SpringGlassFishWebSocket
All Implemented Interfaces:
org.glassfish.grizzly.websockets.WebSocketListener, org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.web.context.ServletContextAware

public class SpringGlassFishWebSocket
extends GlassFishWebSocket
implements org.springframework.beans.factory.InitializingBean, org.springframework.web.context.ServletContextAware


Constructor Summary
SpringGlassFishWebSocket()
           
 
Method Summary
 void afterPropertiesSet()
           
 void setServletContext(javax.servlet.ServletContext servletContext)
           
 
Methods inherited from class org.kasource.web.websocket.impl.glassfish.GlassFishWebSocket
createSocket, getWebSocketManager, initialize, isApplicationRequest, setClientIdParameter
 
Methods inherited from class org.glassfish.grizzly.websockets.WebSocketApplication
add, createSocket, getSupportedExtensions, getSupportedProtocols, getWebSockets, handshake, onClose, onConnect, remove, upgrade
 
Methods inherited from class org.glassfish.grizzly.websockets.WebSocketAdapter
onFragment, onFragment, onMessage, onMessage, onPing, onPong
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringGlassFishWebSocket

public SpringGlassFishWebSocket()
Method Detail

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
Exception

setServletContext

public void setServletContext(javax.servlet.ServletContext servletContext)
Specified by:
setServletContext in interface org.springframework.web.context.ServletContextAware
Overrides:
setServletContext in class GlassFishWebSocket


Copyright © 2012. All Rights Reserved.