private static final class KerberosEndpoint.KerberosEndpointInternals extends Object implements EndpointInternals
Modifier | Constructor and Description |
---|---|
private |
KerberosEndpointInternals() |
Modifier and Type | Method and Description |
---|---|
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.
|
static void registerDiscoveryBackDoor()
public void disableSocketConnect(Endpoint endpoint)
EndpointInternals
disableSocketConnect
in interface EndpointInternals
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
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.