cisco.uc.cuae.legacy
Interface HttpHelper.HttpServerFactory
- Enclosing class:
- HttpHelper
public static interface HttpHelper.HttpServerFactory
Factory used by
HttpHelper.newListener(String, Resources, HttpServerFactory)
to construct a new instance implementing HttpServer. The new
instance will receive and process messages from the client session.
newHttpServer
HttpServer newHttpServer(RemoteHttpClient client)
throws java.lang.Exception
- Constructs a new instance implementing HttpServer. The new
instance will receive and process messages from the client session.
- Parameters:
client - an instance of RemoteHttpClient which may be used to
send messages to the client session.
- Returns:
- a new instance implementing HttpServer (typically
ImplHttpServer).
- Throws:
java.lang.Exception
Copyright © 2008. All Rights Reserved.