org.mortbay.loadbalancer

Class Server

public class Server extends LifeCycleThread

Constructor Summary
Server()
Server(ByteBufferPool pool, InetSocketAddress address)
Server(ByteBufferPool pool, InetAddrPort address)
Method Summary
voidconnect(Connection connection)
ByteBufferPoolgetBufferPool()
InetSocketAddressgetInetSocketAddress()
voidloop()
voidsetBufferPool(ByteBufferPool bufferPool)
voidsetInetSocketAddress(InetSocketAddress address)
voidstart()

Constructor Detail

Server

public Server()

Server

public Server(ByteBufferPool pool, InetSocketAddress address)

Server

public Server(ByteBufferPool pool, InetAddrPort address)

Method Detail

connect

public void connect(Connection connection)

getBufferPool

public ByteBufferPool getBufferPool()

getInetSocketAddress

public InetSocketAddress getInetSocketAddress()

loop

public void loop()

setBufferPool

public void setBufferPool(ByteBufferPool bufferPool)

setInetSocketAddress

public void setInetSocketAddress(InetSocketAddress address)

start

public void start()
Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.