Uses of Interface
com.sun.jini.jeri.internal.http.TimedConnection

Packages that use TimedConnection
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 TimedConnection in com.sun.jini.jeri.internal.http
 

Classes in com.sun.jini.jeri.internal.http that implement TimedConnection
 class HttpClientConnection
          Class representing a client-side HTTP connection used to send HTTP requests.
 class HttpServerConnection
          Class representing a server-side HTTP connection used to receive and dispatch incoming HTTP requests.
 

Methods in com.sun.jini.jeri.internal.http with parameters of type TimedConnection
 boolean ConnectionTimer.cancelTimeout(TimedConnection conn)
          Attempts to cancel timeout for the given connection.
 void ConnectionTimer.scheduleTimeout(TimedConnection conn, boolean force)
          Schedules timeout for given connection.
 

Uses of TimedConnection in net.jini.jeri.http
 

Classes in net.jini.jeri.http that implement TimedConnection
private  class HttpEndpoint.Connection
          HTTP connection for sending requests.
private  class HttpServerEndpoint.LH.Connection
          HttpServerConnection subclass.
 

Uses of TimedConnection in net.jini.jeri.ssl
 

Classes in net.jini.jeri.ssl that implement TimedConnection
private static class HttpsEndpoint.HttpClient
          Subclass of HttpClientConnection that closes the associated connection when it shuts down and moves it to the idle list when it becomes idle.
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.