|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.jini.jeri.ssl.Utilities
net.jini.jeri.ssl.SslEndpoint.SslEndpointInternals
private static final class SslEndpoint.SslEndpointInternals
Support EndpointInternals, for use by discovery providers
Nested Class Summary |
---|
Nested classes/interfaces inherited from class net.jini.jeri.ssl.Utilities |
---|
Utilities.SSLContextInfo |
Field Summary |
---|
Fields inherited from class net.jini.jeri.ssl.Utilities |
---|
ANY_KEY_ALGORITHM, clientLogger, DSA_KEY_ALGORITHM, getSubjectPermission, initLogger, INTEGRITY_PREFERRED, INTEGRITY_REQUIRED, RSA_KEY_ALGORITHM, serverLogger, UNKNOWN_PRINCIPAL |
Constructor Summary | |
---|---|
private |
SslEndpoint.SslEndpointInternals()
|
Method Summary | |
---|---|
private static SslEndpointImpl |
coerce(Endpoint endpoint)
|
private static CallContext |
coerce(OutboundRequestHandle handle)
|
private static SslServerEndpointImpl |
coerce(ServerEndpoint endpoint)
|
void |
disableSocketConnect(Endpoint endpoint)
Causes the given endpoint not to connect sockets it obtains from its socket factory. |
InvocationConstraints |
getUnfulfilledConstraints(OutboundRequestHandle handle)
Returns any constraints that must be partially or fully implemented by higher layers for the outbound request represented by the given handle. |
(package private) static void |
registerDiscoveryBackDoor()
Register back door. |
void |
setConnManagerFactory(Endpoint endpoint,
ConnManagerFactory factory)
Sets the ConnManagerFactory used by the given endpoint to produce ConnManagers for managing connections. |
void |
setServerConnManager(ServerEndpoint endpoint,
ServerConnManager manager)
Sets the ServerConnManager used by the given endpoint to manage accepted connections. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
private SslEndpoint.SslEndpointInternals()
Method Detail |
---|
static void registerDiscoveryBackDoor()
public void disableSocketConnect(Endpoint endpoint)
EndpointInternals
disableSocketConnect
in interface EndpointInternals
private static SslEndpointImpl coerce(Endpoint endpoint)
private static SslServerEndpointImpl coerce(ServerEndpoint endpoint)
public void setConnManagerFactory(Endpoint endpoint, ConnManagerFactory factory)
EndpointInternals
setConnManagerFactory
in interface EndpointInternals
public void setServerConnManager(ServerEndpoint endpoint, ServerConnManager manager)
EndpointInternals
setServerConnManager
in interface EndpointInternals
public InvocationConstraints getUnfulfilledConstraints(OutboundRequestHandle handle)
EndpointInternals
getUnfulfilledConstraints
in interface EndpointInternals
private static CallContext coerce(OutboundRequestHandle handle)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |