| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.mortbay.util.LifeCycleThreadorg.mortbay.loadbalancer.Listenerpublic class Listenerextends LifeCycleThreadConstructor 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 IOExceptionpublic 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 ExceptionStart the LifeCycle.
- Overrides:
- start in interface LifeCycleThread