com.flazr.rtmp.proxy
Class ProxyPipelineFactory

java.lang.Object
  extended by com.flazr.rtmp.proxy.ProxyPipelineFactory
All Implemented Interfaces:
org.jboss.netty.channel.ChannelPipelineFactory

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


Constructor Summary
ProxyPipelineFactory(org.jboss.netty.channel.socket.ClientSocketChannelFactory cf, String remoteHost, int remotePort)
           
 
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

ProxyPipelineFactory

public ProxyPipelineFactory(org.jboss.netty.channel.socket.ClientSocketChannelFactory cf,
                            String remoteHost,
                            int remotePort)
Method Detail

getPipeline

public org.jboss.netty.channel.ChannelPipeline getPipeline()
Specified by:
getPipeline in interface org.jboss.netty.channel.ChannelPipelineFactory


Copyright © 2011. All Rights Reserved.