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

Packages that use ServerEndpoint.ListenCookie
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.ListenCookie in com.sun.jini.discovery.internal
 

Methods in com.sun.jini.discovery.internal that return ServerEndpoint.ListenCookie
 ServerEndpoint.ListenCookie EndpointBasedServer.ListenContextImpl.addListenEndpoint(ServerEndpoint.ListenEndpoint endpoint)
           
 

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

Methods in com.sun.jini.jeri.internal.runtime that return ServerEndpoint.ListenCookie
 ServerEndpoint.ListenCookie BasicExportTable.LC.addListenEndpoint(ServerEndpoint.ListenEndpoint listenEndpoint)
           
 

Uses of ServerEndpoint.ListenCookie in net.jini.jeri
 

Methods in net.jini.jeri that return ServerEndpoint.ListenCookie
 ServerEndpoint.ListenCookie ServerEndpoint.ListenContext.addListenEndpoint(ServerEndpoint.ListenEndpoint listenEndpoint)
          Adds listenEndpoint to this ListenContext's collection of ListenEndpoint instances for the ServerEndpoint it was passed to, starts a listen operation on listenEndpoint if necessary, and returns the ListenCookie for an active listen operation on listenEndpoint.
 ServerEndpoint.ListenCookie ServerEndpoint.ListenHandle.getCookie()
          Returns a ListenCookie to identify the listen operation as the return value of the ListenContext.addListenEndpoint method.
 

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

Classes in net.jini.jeri.http that implement ServerEndpoint.ListenCookie
private  class HttpServerEndpoint.LE.Cookie
          ListenCookie implementation: identifies a listen operation by containing the local port that the server socket is bound to.
 

Fields in net.jini.jeri.http declared as ServerEndpoint.ListenCookie
private  ServerEndpoint.ListenCookie HttpServerEndpoint.LH.cookie
           
 

Methods in net.jini.jeri.http that return ServerEndpoint.ListenCookie
 ServerEndpoint.ListenCookie HttpServerEndpoint.LH.getCookie()
          Returns a cookie to identify this listen operation.
 

Constructors in net.jini.jeri.http with parameters of type ServerEndpoint.ListenCookie
HttpServerEndpoint.LH(RequestDispatcher requestDispatcher, ServerSocket serverSocket, SecurityContext context, ServerEndpoint.ListenCookie cookie)
           
 

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

Classes in net.jini.jeri.kerberos that implement ServerEndpoint.ListenCookie
private  class KerberosServerEndpoint.ListenCookieImpl
           
 

Methods in net.jini.jeri.kerberos that return ServerEndpoint.ListenCookie
 ServerEndpoint.ListenCookie KerberosServerEndpoint.ListenHandleImpl.getCookie()
           
 

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

Classes in net.jini.jeri.ssl that implement ServerEndpoint.ListenCookie
(package private)  class SslServerEndpointImpl.SslListenCookie
          Implements ListenCookie
 

Methods in net.jini.jeri.ssl that return ServerEndpoint.ListenCookie
 ServerEndpoint.ListenCookie SslServerEndpointImpl.SslListenHandle.getCookie()
           
 

Methods in net.jini.jeri.ssl with parameters of type ServerEndpoint.ListenCookie
private  SslServerEndpointImpl.SslListenCookie SslServerEndpointImpl.checkCookie(ServerEndpoint.ListenCookie cookie)
          Checks that the argument is a valid listen cookie for this server endpoint.
 

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

Classes in net.jini.jeri.tcp that implement ServerEndpoint.ListenCookie
private  class TcpServerEndpoint.LE.Cookie
          ListenCookie implementation: identifies a listen operation by containing the local port that the server socket is bound to.
 

Fields in net.jini.jeri.tcp declared as ServerEndpoint.ListenCookie
private  ServerEndpoint.ListenCookie TcpServerEndpoint.LH.cookie
           
 

Methods in net.jini.jeri.tcp that return ServerEndpoint.ListenCookie
 ServerEndpoint.ListenCookie TcpServerEndpoint.LH.getCookie()
          Returns a cookie to identify this listen operation.
 

Constructors in net.jini.jeri.tcp with parameters of type ServerEndpoint.ListenCookie
TcpServerEndpoint.LH(RequestDispatcher requestDispatcher, ServerSocket serverSocket, SecurityContext securityContext, ServerEndpoint.ListenCookie cookie)
           
 



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