org.objectweb.jonathan.apis.protocols.http
Interface HttpServerConnectionFactory
- public interface HttpServerConnectionFactory
A factory to manage servlets on this side of the OSGi bundle
frontier. An implementation of this may be a delegate for an OSGi
service.
- Author:
- Sylvain Chambon
newServerConnection
public HttpServerConnection newServerConnection(java.lang.String url)
- Create a new servlet awaiting connections.
- Parameters:
url
- the url for the servlet, or an empty string, or null.
- Returns:
- a new HttpServerConnection.