org.usergrid.websocket
Class WebSocketServerPipelineFactory

java.lang.Object
  extended by org.usergrid.websocket.WebSocketServerPipelineFactory
All Implemented Interfaces:
org.jboss.netty.channel.ChannelPipelineFactory

public class WebSocketServerPipelineFactory
extends Object
implements org.jboss.netty.channel.ChannelPipelineFactory


Constructor Summary
WebSocketServerPipelineFactory(EntityManagerFactory emf, ServiceManagerFactory smf, ManagementService management, org.apache.shiro.mgt.SessionsSecurityManager securityManager, org.jboss.netty.handler.execution.ExecutionHandler executionHandler, boolean ssl)
           
 
Method Summary
 org.jboss.netty.channel.ChannelPipeline getPipeline()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebSocketServerPipelineFactory

public WebSocketServerPipelineFactory(EntityManagerFactory emf,
                                      ServiceManagerFactory smf,
                                      ManagementService management,
                                      org.apache.shiro.mgt.SessionsSecurityManager securityManager,
                                      org.jboss.netty.handler.execution.ExecutionHandler executionHandler,
                                      boolean ssl)
Method Detail

getPipeline

public org.jboss.netty.channel.ChannelPipeline getPipeline()
                                                    throws Exception
Specified by:
getPipeline in interface org.jboss.netty.channel.ChannelPipelineFactory
Throws:
Exception


Copyright © 2013. All Rights Reserved.