io.viper.livecode
Class ViperServer

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

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


Constructor Summary
ViperServer(int maxContentLength, String localhostName, int localhostPort, String staticFileRoot, List<Route> routes)
           
 
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

ViperServer

public ViperServer(int maxContentLength,
                   String localhostName,
                   int localhostPort,
                   String staticFileRoot,
                   List<Route> routes)
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.