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