org.mortbay.loadbalancer
public class Server extends LifeCycleThread
Constructor Summary | |
---|---|
Server() | |
Server(ByteBufferPool pool, InetSocketAddress address) | |
Server(ByteBufferPool pool, InetAddrPort address) |
Method Summary | |
---|---|
void | connect(Connection connection) |
ByteBufferPool | getBufferPool() |
InetSocketAddress | getInetSocketAddress() |
void | loop() |
void | setBufferPool(ByteBufferPool bufferPool) |
void | setInetSocketAddress(InetSocketAddress address) |
void | start() |