io.viper.livecode
Class LiveCodeServer

java.lang.Object
  extended by io.viper.livecode.LiveCodeServer

public class LiveCodeServer
extends Object


Constructor Summary
LiveCodeServer()
           
 
Method Summary
static LiveCodeServer create(int maxContentLength, String localhostName, int localhostPublicPort, int localhostAdminPort, String adminServerRoot, String serverDefRoot)
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LiveCodeServer

public LiveCodeServer()
Method Detail

create

public static LiveCodeServer create(int maxContentLength,
                                    String localhostName,
                                    int localhostPublicPort,
                                    int localhostAdminPort,
                                    String adminServerRoot,
                                    String serverDefRoot)
                             throws Exception
Throws:
Exception

shutdown

public void shutdown()


Copyright © 2012. All Rights Reserved.