|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServerEndpoint.ListenEndpoint | |
---|---|
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.ListenEndpoint in com.sun.jini.discovery.internal |
---|
Methods in com.sun.jini.discovery.internal with parameters of type ServerEndpoint.ListenEndpoint | |
---|---|
ServerEndpoint.ListenCookie |
EndpointBasedServer.ListenContextImpl.addListenEndpoint(ServerEndpoint.ListenEndpoint endpoint)
|
Uses of ServerEndpoint.ListenEndpoint in com.sun.jini.jeri.internal.runtime |
---|
Fields in com.sun.jini.jeri.internal.runtime declared as ServerEndpoint.ListenEndpoint | |
---|---|
private ServerEndpoint.ListenEndpoint |
Binding.listenEndpoint
|
Methods in com.sun.jini.jeri.internal.runtime with parameters of type ServerEndpoint.ListenEndpoint | |
---|---|
ServerEndpoint.ListenCookie |
BasicExportTable.LC.addListenEndpoint(ServerEndpoint.ListenEndpoint listenEndpoint)
|
private Binding |
BasicExportTable.getBinding(ServerEndpoint.ListenEndpoint listenEndpoint)
Returns the binding for the specified ListenEndpoint, by returning the one already in the listen pool, if any, or else by creating a new one. |
Constructors in com.sun.jini.jeri.internal.runtime with parameters of type ServerEndpoint.ListenEndpoint | |
---|---|
Binding(ServerEndpoint.ListenEndpoint listenEndpoint,
ObjectTable table,
java.util.concurrent.ConcurrentMap listenPool)
|
Uses of ServerEndpoint.ListenEndpoint in net.jini.jeri |
---|
Methods in net.jini.jeri with parameters of type ServerEndpoint.ListenEndpoint | |
---|---|
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 . |
Uses of ServerEndpoint.ListenEndpoint in net.jini.jeri.http |
---|
Classes in net.jini.jeri.http that implement ServerEndpoint.ListenEndpoint | |
---|---|
private class |
HttpServerEndpoint.LE
ListenEndpoint implementation. |
Uses of ServerEndpoint.ListenEndpoint in net.jini.jeri.kerberos |
---|
Classes in net.jini.jeri.kerberos that implement ServerEndpoint.ListenEndpoint | |
---|---|
private class |
KerberosServerEndpoint.ListenEndpointImpl
|
Uses of ServerEndpoint.ListenEndpoint in net.jini.jeri.ssl |
---|
Classes in net.jini.jeri.ssl that implement ServerEndpoint.ListenEndpoint | |
---|---|
private class |
HttpsServerEndpoint.HttpsServerEndpointImpl.HttpsListenEndpoint
Implements ListenEndpoint |
(package private) class |
SslServerEndpointImpl.SslListenEndpoint
Implements ListenEndpoint |
Fields in net.jini.jeri.ssl declared as ServerEndpoint.ListenEndpoint | |
---|---|
private ServerEndpoint.ListenEndpoint |
SslServerEndpointImpl.listenEndpoint
The listen endpoint. |
Methods in net.jini.jeri.ssl that return ServerEndpoint.ListenEndpoint | |
---|---|
(package private) ServerEndpoint.ListenEndpoint |
SslServerEndpointImpl.createListenEndpoint()
Creates a listen endpoint for this server endpoint. |
(package private) ServerEndpoint.ListenEndpoint |
HttpsServerEndpoint.HttpsServerEndpointImpl.createListenEndpoint()
|
(package private) ServerEndpoint.ListenEndpoint |
SslServerEndpointImpl.SslListenCookie.getListenEndpoint()
Returns the listen endpoint associated with this listen cookie. |
Uses of ServerEndpoint.ListenEndpoint in net.jini.jeri.tcp |
---|
Classes in net.jini.jeri.tcp that implement ServerEndpoint.ListenEndpoint | |
---|---|
private class |
TcpServerEndpoint.LE
ListenEndpoint implementation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |