public class LocalEchoServerRegistration
extends java.lang.Object
<bean name="org.jboss.netty.example.http.tunnel.LocalEchoServerRegistration"
class="org.jboss.netty.example.http.tunnel.LocalEchoServerRegistration" />
| Modifier and Type | Field and Description |
|---|---|
private ChannelFactory |
factory |
private Channel |
serverChannel |
| Constructor and Description |
|---|
LocalEchoServerRegistration() |
| Modifier and Type | Method and Description |
|---|---|
void |
start() |
void |
stop() |
private final ChannelFactory factory
private volatile Channel serverChannel