Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.mortbay.util.LifeCycleThread
org.mortbay.loadbalancer.Listener
public class Listener
extends LifeCycleThread
Constructor Summary | |
| |
| |
|
Method Summary | |
ByteBufferPool | |
InetSocketAddress | |
Policy | |
Selector | |
void |
|
void |
|
void |
|
void |
|
void |
|
Methods inherited from class org.mortbay.util.LifeCycleThread | |
error , exception , getThread , isDaemon , isStarted , loop , run , setDaemon , start , stop |
public Listener() throws IOException
public Listener(ByteBufferPool pool, InetSocketAddress address, Policy policy) throws IOException
public Listener(ByteBufferPool pool, InetAddrPort address, Policy policy) throws IOException
public InetSocketAddress getInetSocketAddress()
public Selector getSelector()
public void setInetSocketAddress(InetSocketAddress address)
public void start() throws Exception
Start the LifeCycle.
- Overrides:
- start in interface LifeCycleThread