cybergarage-upnp
org.cybergarage.http.HTTPServerList Class Reference
Inheritance diagram for org.cybergarage.http.HTTPServerList:

Public Member Functions

 HTTPServerList ()
 
 HTTPServerList (InetAddress[] list, int port)
 
void addRequestListener (HTTPRequestListener listener)
 
HTTPServer getHTTPServer (int n)
 
void close ()
 
int open ()
 
boolean open (int port)
 
void start ()
 
void stop ()
 

Private Attributes

InetAddress[] binds = null
 
int port = Device.HTTP_DEFAULT_PORT
 

Constructor & Destructor Documentation

◆ HTTPServerList() [1/2]

org.cybergarage.http.HTTPServerList.HTTPServerList ( )
inline

◆ HTTPServerList() [2/2]

org.cybergarage.http.HTTPServerList.HTTPServerList ( InetAddress[] list,
int port )
inline

Member Function Documentation

◆ addRequestListener()

void org.cybergarage.http.HTTPServerList.addRequestListener ( HTTPRequestListener listener)
inline

◆ close()

void org.cybergarage.http.HTTPServerList.close ( )
inline

◆ getHTTPServer()

HTTPServer org.cybergarage.http.HTTPServerList.getHTTPServer ( int n)
inline

◆ open() [1/2]

int org.cybergarage.http.HTTPServerList.open ( )
inline

◆ open() [2/2]

boolean org.cybergarage.http.HTTPServerList.open ( int port)
inline

◆ start()

void org.cybergarage.http.HTTPServerList.start ( )
inline

◆ stop()

void org.cybergarage.http.HTTPServerList.stop ( )
inline

Field Documentation

◆ binds

InetAddress [] org.cybergarage.http.HTTPServerList.binds = null
private

◆ port

int org.cybergarage.http.HTTPServerList.port = Device.HTTP_DEFAULT_PORT
private

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