org.jboss.netty.example.securechat
Class SecureChatServerPipelineFactory

java.lang.Object
  extended by org.jboss.netty.example.securechat.SecureChatServerPipelineFactory
All Implemented Interfaces:
ChannelPipelineFactory

public class SecureChatServerPipelineFactory
extends Object
implements ChannelPipelineFactory

Creates a newly configured ChannelPipeline for a new channel.

Version:
$Rev: 2080 $, $Date: 2010-01-26 18:04:19 +0900 (Tue, 26 Jan 2010) $
Author:
The Netty Project, Trustin Lee

Constructor Summary
SecureChatServerPipelineFactory()
           
 
Method Summary
 ChannelPipeline getPipeline()
          Returns a newly created ChannelPipeline.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecureChatServerPipelineFactory

public SecureChatServerPipelineFactory()
Method Detail

getPipeline

public ChannelPipeline getPipeline()
                            throws Exception
Description copied from interface: ChannelPipelineFactory
Returns a newly created ChannelPipeline.

Specified by:
getPipeline in interface ChannelPipelineFactory
Throws:
Exception


Copyright © 2008-2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.