public interface HttpServerConnectionFactory
Modifier and Type | Method and Description |
---|---|
HttpServerConnection |
newServerConnection(String url)
Create a new servlet awaiting connections.
|
HttpServerConnection newServerConnection(String url)
url
- the url for the servlet, or an empty string, or null.