Uses of Interface
net.jini.jeri.ServerEndpoint.ListenHandle

Packages that use ServerEndpoint.ListenHandle
com.sun.jini.discovery.internal   
com.sun.jini.jeri.internal.runtime   
net.jini.jeri Provides the fundamental abstractions and standard implementation classes for Jini extensible remote invocation (Jini ERI). 
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.kerberos Provides implementations of Endpoint and ServerEndpoint that use Kerberos as the underlying network security protocol to support security related invocation constraints for remote requests. 
net.jini.jeri.ssl Provides implementations of Endpoint and ServerEndpoint that use TLS/SSL and HTTPS (HTTP over TLS/SSL) to support invocation constraints. 
net.jini.jeri.tcp Provides implementations of the Endpoint and ServerEndpoint abstractions that use TCP sockets as the underlying communication mechanism. 
 

Uses of ServerEndpoint.ListenHandle in com.sun.jini.discovery.internal
 

Fields in com.sun.jini.discovery.internal declared as ServerEndpoint.ListenHandle
private  ServerEndpoint.ListenHandle EndpointBasedServer.ListenContextImpl.handle
           
 

Methods in com.sun.jini.discovery.internal that return ServerEndpoint.ListenHandle
(package private)  ServerEndpoint.ListenHandle EndpointBasedServer.ListenContextImpl.getListenHandle()
           
 

Uses of ServerEndpoint.ListenHandle in com.sun.jini.jeri.internal.runtime
 

Fields in com.sun.jini.jeri.internal.runtime declared as ServerEndpoint.ListenHandle
private  ServerEndpoint.ListenHandle Binding.listenHandle
           
 

Methods in com.sun.jini.jeri.internal.runtime that return ServerEndpoint.ListenHandle
(package private)  ServerEndpoint.ListenHandle Binding.getListenHandle()
           
 

Uses of ServerEndpoint.ListenHandle in net.jini.jeri
 

Methods in net.jini.jeri that return ServerEndpoint.ListenHandle
 ServerEndpoint.ListenHandle ServerEndpoint.ListenEndpoint.listen(RequestDispatcher requestDispatcher)
          Listens for requests received on the communication endpoint represented by this ListenEndpoint, dispatching them to the supplied RequestDispatcher in the form of InboundRequest instances.
 

Uses of ServerEndpoint.ListenHandle in net.jini.jeri.http
 

Classes in net.jini.jeri.http that implement ServerEndpoint.ListenHandle
private static class HttpServerEndpoint.LH
          ListenHandle implementation: represents a listen operation.
 

Methods in net.jini.jeri.http that return ServerEndpoint.ListenHandle
 ServerEndpoint.ListenHandle HttpServerEndpoint.LE.listen(RequestDispatcher requestDispatcher)
           
 

Uses of ServerEndpoint.ListenHandle in net.jini.jeri.kerberos
 

Classes in net.jini.jeri.kerberos that implement ServerEndpoint.ListenHandle
private  class KerberosServerEndpoint.ListenHandleImpl
          A runnable class which creates a server socket and listens for client connections.
 

Methods in net.jini.jeri.kerberos that return ServerEndpoint.ListenHandle
 ServerEndpoint.ListenHandle KerberosServerEndpoint.ListenEndpointImpl.listen(RequestDispatcher requestDispatcher)
           
 

Uses of ServerEndpoint.ListenHandle in net.jini.jeri.ssl
 

Classes in net.jini.jeri.ssl that implement ServerEndpoint.ListenHandle
private  class HttpsServerEndpoint.HttpsServerEndpointImpl.HttpsListenHandle
          Implements ListenHandle
(package private)  class SslServerEndpointImpl.SslListenHandle
          Implements ListenHandle
 

Methods in net.jini.jeri.ssl that return ServerEndpoint.ListenHandle
(package private)  ServerEndpoint.ListenHandle SslServerEndpointImpl.SslListenEndpoint.createListenHandle(RequestDispatcher requestDispatcher, ServerSocket serverSocket)
          Creates a listen handle for the specified dispatcher and server socket.
(package private)  ServerEndpoint.ListenHandle HttpsServerEndpoint.HttpsServerEndpointImpl.HttpsListenEndpoint.createListenHandle(RequestDispatcher requestDispatcher, ServerSocket serverSocket)
           
 ServerEndpoint.ListenHandle SslServerEndpointImpl.SslListenEndpoint.listen(RequestDispatcher requestDispatcher)
           
 

Uses of ServerEndpoint.ListenHandle in net.jini.jeri.tcp
 

Classes in net.jini.jeri.tcp that implement ServerEndpoint.ListenHandle
private static class TcpServerEndpoint.LH
          ListenHandle implementation: represents a listen operation.
 

Methods in net.jini.jeri.tcp that return ServerEndpoint.ListenHandle
 ServerEndpoint.ListenHandle TcpServerEndpoint.LE.listen(RequestDispatcher requestDispatcher)
           
 



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