 
 
	 
In file ../include/EST_Server.h:
| class EST_Server | 
Client-server interface.
| ![[more]](icon1.gif) enum | Mode What type of server is this | 
| ![[more]](icon1.gif)  | Client end constructors. 
 | ||||||||||||
| ![[more]](icon1.gif) virtual | ~EST_Server () Destroy the connection | ||||||||||||
| ![[more]](icon1.gif)  | information about the server. 
 | ||||||||||||
| ![[more]](icon1.gif)  | connection management 
 | 
Client-server interface.An EST_Server object represents a server, it can be at either end of a network connection. That is, a server process has an EST_Server object representing it's wait-dispatch-answer loop, while a client process has an EST_Server object which represents the server process.
 enum  Mode
enum  Mode
 Client end constructors.
 Client end constructors.
 EST_Server(EST_String name, EST_String type)
 EST_Server(EST_String name, EST_String type)
 EST_Server(EST_String hostname, int port)
 EST_Server(EST_String hostname, int port)
 Server end constructors
 Server end constructors
 virtual   ~EST_Server()
virtual   ~EST_Server()
 information about the server.
 information about the server.
 const EST_String name(void) const
const EST_String name(void) const 
 const EST_String type(void) const
const EST_String type(void) const 
 const EST_String hostname(void) const
const EST_String hostname(void) const 
 const EST_String address(void) const
const EST_String address(void) const 
 const EST_String servername(void) const
const EST_String servername(void) const 
 int port(void) const
int port(void) const 
 connection management
 connection management
 
Alphabetic index HTML hierarchy of classes or Java
 
This page is part of the 
Edinburgh Speech Tools Library documentation
Copyright  University of Edinburgh 1997
Contact:  
         speech_tools@cstr.ed.ac.uk