private static final class Client.ClientImpl extends EndpointBasedClient
| Modifier and Type | Field and Description |
|---|---|
private static EndpointInternals |
epi |
endpointInternalsformatName| Constructor and Description |
|---|
ClientImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected Endpoint |
getEndpoint(SocketFactory factory,
InvocationConstraints constraints)
Returns an endpoint which uses the given socket factory, if non-null,
and may incorporate information (such as the expected server principal)
from the given set of constraints, if non-null.
|
private static KerberosPrincipal |
getKerberosPrincipal(InvocationConstraints constraints)
Returns the kerberos principal specified in the ServerMinPrincipal
requirements or preferences of the given constraints.
|
checkUnicastDiscoveryConstraints, doUnicastDiscoverygetFormatNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFormatNameprivate static EndpointInternals epi
protected Endpoint getEndpoint(SocketFactory factory, InvocationConstraints constraints) throws UnsupportedConstraintException
EndpointBasedClientgetEndpoint in class EndpointBasedClientUnsupportedConstraintExceptionprivate static KerberosPrincipal getKerberosPrincipal(InvocationConstraints constraints) throws UnsupportedConstraintException
UnsupportedConstraintExceptionCopyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.