com.flazr.rtmp.server
Class RtmpServer

java.lang.Object
  extended by com.flazr.rtmp.server.RtmpServer

public class RtmpServer
extends Object


Field Summary
protected static Map<String,ServerApplication> APPLICATIONS
           
protected static org.jboss.netty.channel.group.ChannelGroup CHANNELS
           
static org.jboss.netty.util.Timer TIMER
           
 
Constructor Summary
RtmpServer()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CHANNELS

protected static final org.jboss.netty.channel.group.ChannelGroup CHANNELS

APPLICATIONS

protected static final Map<String,ServerApplication> APPLICATIONS

TIMER

public static final org.jboss.netty.util.Timer TIMER
Constructor Detail

RtmpServer

public RtmpServer()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2011. All Rights Reserved.