1 | | httpConnector.alreadyInitialized=HTTP connector has already been initialized | | 1 | | httpConnector.alreadyInitialized=HTTP connector has already been initialized |
2 | | httpConnector.alreadyStarted=HTTP connector has already been started | | 2 | | httpConnector.alreadyStarted=HTTP connector has already been started |
3 | | httpConnector.allAddresses=Opening server socket on all host IP addresses | | 3 | | httpConnector.allAddresses=Opening server socket on all host IP addresses |
4 | | httpConnector.anAddress=Opening server socket on host IP address {0} | | 4 | | httpConnector.anAddress=Opening server socket on host IP address {0} |
5 | | httpConnector.noAddress=No host IP address matching {0}, opening on all addresses | | 5 | | httpConnector.noAddress=No host IP address matching {0}, opening on all addresses |
6 | | httpConnector.noProcessor=No processor available, rejecting this connection | | 6 | | httpConnector.noProcessor=No processor available, rejecting this connection |
7 | | httpConnector.notStarted=HTTP connector has not yet been started | | 7 | | httpConnector.notStarted=HTTP connector has not yet been started |
8 | | httpConnector.starting=Starting background thread | | 8 | | httpConnector.starting=Starting background thread |
9 | | httpConnector.stopping=Stopping background thread | | 9 | | httpConnector.stopping=Stopping background thread |
10 | | httpProcessor.alreadyStarted=HTTP processor has already been started | | 10 | | httpProcessor.alreadyStarted=HTTP processor has already been started |
11 | | httpProcessor.notStarted=HTTP processor has not yet been started | | 11 | | httpProcessor.notStarted=HTTP processor has not yet been started |
12 | | httpProcessor.parseHeaders.contentLength=Invalid 'Content-Length' header | | 12 | | httpProcessor.parseHeaders.contentLength=Invalid 'Content-Length' header |
13 | | httpProcessor.parseHeaders.colon=Invalid HTTP header format | | 13 | | httpProcessor.parseHeaders.colon=Invalid HTTP header format |
14 | | httpProcessor.parseHeaders.portNumber=Invalid TCP/IP port number in 'Host' header | | 14 | | httpProcessor.parseHeaders.portNumber=Invalid TCP/IP port number in 'Host' header |
15 | | httpProcessor.parseRequest.method=Missing HTTP request method | | 15 | | httpProcessor.parseRequest.method=Missing HTTP request method |
16 | | httpProcessor.parseRequest.read=Missing HTTP request line | | 16 | | httpProcessor.parseRequest.read=Missing HTTP request line |
17 | | httpProcessor.parseRequest.uri=Missing HTTP request URI | | 17 | | httpProcessor.parseRequest.uri=Missing HTTP request URI |
18 | | httpProcessor.start=HTTP processor has already been started | | 18 | | httpProcessor.start=HTTP processor has already been started |
19 | | httpProcessor.starting=Starting background thread | | 19 | | httpProcessor.starting=Starting background thread |
20 | | httpProcessor.stopping=Stopping background thread | | 20 | | httpProcessor.stopping=Stopping background thread |