Public Member Functions | |
this (ClusterServer cs, InternetAddress bind, int threads, ILogger logger=null) | |
char[] | getProtocol () |
char[] | toString () |
ServerSocket | createSocket (InternetAddress bind, int backlog) |
ServerThread | createThread (ServerSocket socket) |
void | service (ServerThread st, IConduit conduit) |
Private Attributes | |
ClusterServer | cs |
|
Definition at line 300 of file ClusterServer.d. |
|
Return the protocol in use. Definition at line 312 of file ClusterServer.d. Referenced by toString(). |
|
Return a text string identifying this server Definition at line 323 of file ClusterServer.d. References getProtocol(). |
|
Create a ServerSocket instance. Definition at line 334 of file ClusterServer.d. References ServerSocket. |
|
Create a ServerThread instance. This can be overridden to create other thread-types, perhaps with additional thread- level data attached. Definition at line 347 of file ClusterServer.d. References cs, and ServerThread. |
|
Factory method for servicing a request. Definition at line 358 of file ClusterServer.d. References CacheServer::LoaderThread::load(). |
|
Definition at line 294 of file ClusterServer.d. Referenced by createThread(), and this(). |