|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
InternalWebster | Helper class for starting an Internal Webster |
Webster | Webster is a HTTP server which can serve code from multiple codebases. |
Provides a lightweight embeddable HTTP server.
Default: |
0 |
Description: |
Sets the port for webster to use. The default is 0, which results in an anonymous port being created. If an anonymous port is created the getPort() method can be used to return the value of the port. |
Default: |
System.getProperty(user.home) |
Description: |
The Root directory to serve
code from. Webster supports multiple root directories which are
separated by a ; |
Default: |
The address returned from
InetAddress.getLocalHost() |
Description: |
The TCP/IP address which
Webster should bind to. This is helpful on a machine which has more
then one Network Interface Card (NIC) |
Default: |
10 |
Description: |
Webster uses a Pool of Threads to handle incoming requests. This value is used to create the minimum amount of Threads in the ThreadPool |
Default: |
50 |
Description: |
Webster uses a Pool of Threads to handle incoming requests. This value is used to create the maximum amount of Threads in the ThreadPool |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |