org.jboss.netty.example.http.tunnel
Class LocalEchoServerRegistration

java.lang.Object
  extended by org.jboss.netty.example.http.tunnel.LocalEchoServerRegistration

public class LocalEchoServerRegistration
extends Object

Deploy this in JBossAS 5 or other IoC container by adding the following bean.

 <bean name="org.jboss.netty.example.http.tunnel.LocalEchoServerRegistration"
       class="org.jboss.netty.example.http.tunnel.LocalEchoServerRegistration" />
 

Version:
$Rev: 2080 $, $Date: 2010-01-26 18:04:19 +0900 (Tue, 26 Jan 2010) $
Author:
The Netty Project, Andy Taylor (andy.taylor@jboss.org)

Constructor Summary
LocalEchoServerRegistration()
           
 
Method Summary
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalEchoServerRegistration

public LocalEchoServerRegistration()
Method Detail

start

public void start()

stop

public void stop()


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