io.viper.livecode
Class AdminServerPipelineFactory

java.lang.Object
  extended by io.viper.livecode.AdminServerPipelineFactory
All Implemented Interfaces:
org.jboss.netty.channel.ChannelPipelineFactory

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


Constructor Summary
AdminServerPipelineFactory(int maxContentLength, String localhostName, int localhostPublicPort, int localhostAdminPort, String staticFileRoot, String uploadFileRoot, ViperHostRouterHandler hostRouterHandler)
           
 
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

AdminServerPipelineFactory

public AdminServerPipelineFactory(int maxContentLength,
                                  String localhostName,
                                  int localhostPublicPort,
                                  int localhostAdminPort,
                                  String staticFileRoot,
                                  String uploadFileRoot,
                                  ViperHostRouterHandler hostRouterHandler)
                           throws IOException,
                                  org.json.JSONException
Throws:
IOException
org.json.JSONException
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 © 2012. All Rights Reserved.