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

Packages that use HttpServerConnection
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 HttpServerConnection in net.jini.jeri.http
 

Subclasses of HttpServerConnection in net.jini.jeri.http
private  class HttpServerEndpoint.LH.Connection
          HttpServerConnection subclass.
 

Uses of HttpServerConnection in net.jini.jeri.ssl
 

Subclasses of HttpServerConnection in net.jini.jeri.ssl
private static class HttpsServerEndpoint.HttpsServerEndpointImpl.HttpServer
          An HTTP server connection that gets its client host from the HTTPS connection and closes the HTTPS connection when it shuts down.
 



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