Uses of Class
com.sun.jini.jeri.internal.http.HttpServerManager

Packages that use HttpServerManager
com.sun.jini.jeri.internal.http   
net.jini.jeri.http Provides implementations of the Endpoint and ServerEndpoint abstractions that use HTTP messages sent over TCP sockets as the underlying communication mechanism. 
net.jini.jeri.ssl Provides implementations of Endpoint and ServerEndpoint that use TLS/SSL and HTTPS (HTTP over TLS/SSL) to support invocation constraints. 
 

Uses of HttpServerManager in com.sun.jini.jeri.internal.http
 

Fields in com.sun.jini.jeri.internal.http declared as HttpServerManager
private  HttpServerManager HttpServerConnection.manager
           
 

Constructors in com.sun.jini.jeri.internal.http with parameters of type HttpServerManager
HttpServerConnection(Socket sock, RequestDispatcher dispatcher, HttpServerManager manager)
          Creates new HttpServerConnection on top of given socket.
 

Uses of HttpServerManager in net.jini.jeri.http
 

Fields in net.jini.jeri.http declared as HttpServerManager
private static HttpServerManager HttpServerEndpoint.serverManager
          HTTP server manager
 

Uses of HttpServerManager in net.jini.jeri.ssl
 

Fields in net.jini.jeri.ssl declared as HttpServerManager
(package private) static HttpServerManager HttpsServerEndpoint.httpServerManager
          Manager for HTTP server connections.
 



Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.