|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EndpointInternals | |
---|---|
com.sun.jini.discovery.internal | |
com.sun.jini.discovery.kerberos | Provides an implementation of the net.jini.discovery.kerberos
discovery format, specified in the Jini Discovery and Join
Specification. |
com.sun.jini.discovery.ssl | Provides an implementation of the net.jini.discovery.ssl discovery
format, specified in the Jini Discovery and Join Specification. |
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. |
Uses of EndpointInternals in com.sun.jini.discovery.internal |
---|
Fields in com.sun.jini.discovery.internal declared as EndpointInternals | |
---|---|
private static EndpointInternals |
SslEndpointInternalsAccess.endpointInternals
|
protected EndpointInternals |
EndpointBasedProvider.endpointInternals
Object providing access to non-public endpoint operations |
private static EndpointInternals |
KerberosEndpointInternalsAccess.endpointInternals
|
Methods in com.sun.jini.discovery.internal that return EndpointInternals | |
---|---|
static EndpointInternals |
SslEndpointInternalsAccess.get()
Returns registered EndpointInternals instance. |
static EndpointInternals |
KerberosEndpointInternalsAccess.get()
Returns registered EndpointInternals instance. |
Methods in com.sun.jini.discovery.internal with parameters of type EndpointInternals | |
---|---|
static void |
SslEndpointInternalsAccess.set(EndpointInternals endpointInternals)
Registers EndpointInternals instance to use for back-door operations on SslEndpoint and SslServerEndpoints. |
static void |
KerberosEndpointInternalsAccess.set(EndpointInternals endpointInternals)
Registers EndpointInternals instance to use for back-door operations on KerberosEndpoint and KerberosServerEndpoints. |
Constructors in com.sun.jini.discovery.internal with parameters of type EndpointInternals | |
---|---|
EndpointBasedClient(String formatName,
EndpointInternals endpointInternals)
Constructs instance with the given format name and object providing access to non-public endpoint operations. |
|
EndpointBasedProvider(String formatName,
EndpointInternals endpointInternals)
Constructs instance with the given format name and object providing access to non-public endpoint operations. |
|
EndpointBasedServer(String formatName,
EndpointInternals endpointInternals)
Constructs instance with the given format name and object providing access to non-public endpoint operations. |
Uses of EndpointInternals in com.sun.jini.discovery.kerberos |
---|
Fields in com.sun.jini.discovery.kerberos declared as EndpointInternals | |
---|---|
private static EndpointInternals |
Server.ServerImpl.epi
|
private static EndpointInternals |
Client.ClientImpl.epi
|
Uses of EndpointInternals in com.sun.jini.discovery.ssl |
---|
Fields in com.sun.jini.discovery.ssl declared as EndpointInternals | |
---|---|
private static EndpointInternals |
Server.ServerImpl.epi
|
private static EndpointInternals |
Client.ClientImpl.epi
|
Uses of EndpointInternals in net.jini.jeri.kerberos |
---|
Classes in net.jini.jeri.kerberos that implement EndpointInternals | |
---|---|
private static class |
KerberosEndpoint.KerberosEndpointInternals
Support EndpointInternals, for use by discovery providers |
Uses of EndpointInternals in net.jini.jeri.ssl |
---|
Classes in net.jini.jeri.ssl that implement EndpointInternals | |
---|---|
private static class |
SslEndpoint.SslEndpointInternals
Support EndpointInternals, for use by discovery providers |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |