Node Director
Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
sfi.director.application.AdminServer Class Reference

Implements Admin Server listener. More...

Public Member Functions

 AdminServer () throws DirectorException
 AdminServer (int port)
void startListen () throws DirectorException
void listen () throws DirectorException

Static Public Member Functions

static BufferedReader connectAdminServer (final String url, long timeout) throws DirectorException
static String contactAdminServer (String url, long timeout, final int sizeLimit) throws IOException, DirectorException

Protected Member Functions

String decode (String url)
void oneConnection (Socket incoming) throws DirectorException
void head (OutputStream out, String type, boolean haveProto) throws DirectorException

Detailed Description

Implements Admin Server listener.

Constructor & Destructor Documentation

sfi.director.application.AdminServer.AdminServer ( ) throws DirectorException
sfi.director.application.AdminServer.AdminServer ( int  port)

Member Function Documentation

static BufferedReader sfi.director.application.AdminServer.connectAdminServer ( final String  url,
long  timeout 
) throws DirectorException
static
static String sfi.director.application.AdminServer.contactAdminServer ( String  url,
long  timeout,
final int  sizeLimit 
) throws IOException, DirectorException
static
String sfi.director.application.AdminServer.decode ( String  url)
protected
void sfi.director.application.AdminServer.head ( OutputStream  out,
String  type,
boolean  haveProto 
) throws DirectorException
protected
void sfi.director.application.AdminServer.listen ( ) throws DirectorException
void sfi.director.application.AdminServer.oneConnection ( Socket  incoming) throws DirectorException
protected
void sfi.director.application.AdminServer.startListen ( ) throws DirectorException

The documentation for this class was generated from the following file: