com.flazr.rtmp
Class RtmpConfig

java.lang.Object
  extended by com.flazr.rtmp.RtmpConfig

public class RtmpConfig
extends Object


Nested Class Summary
static class RtmpConfig.Type
           
 
Field Summary
static int PROXY_PORT
           
static String PROXY_REMOTE_HOST
           
static int PROXY_REMOTE_PORT
           
static int PROXY_STOP_PORT
           
static String SERVER_HOME_DIR
           
static int SERVER_PORT
           
static int SERVER_STOP_PORT
           
static int TIMER_TICK_SIZE
           
 
Constructor Summary
RtmpConfig()
           
 
Method Summary
static void configureProxy()
           
static int configureProxyStop()
           
static void configureServer()
           
static int configureServerStop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVER_HOME_DIR

public static String SERVER_HOME_DIR

TIMER_TICK_SIZE

public static int TIMER_TICK_SIZE

SERVER_PORT

public static int SERVER_PORT

SERVER_STOP_PORT

public static int SERVER_STOP_PORT

PROXY_PORT

public static int PROXY_PORT

PROXY_STOP_PORT

public static int PROXY_STOP_PORT

PROXY_REMOTE_HOST

public static String PROXY_REMOTE_HOST

PROXY_REMOTE_PORT

public static int PROXY_REMOTE_PORT
Constructor Detail

RtmpConfig

public RtmpConfig()
Method Detail

configureServer

public static void configureServer()

configureServerStop

public static int configureServerStop()

configureProxy

public static void configureProxy()

configureProxyStop

public static int configureProxyStop()


Copyright © 2011. All Rights Reserved.