Package | Description |
---|---|
org.apache.river.jeri.internal |
Modifier and Type | Method and Description |
---|---|
static EndpointInternals |
SslEndpointInternalsAccess.get()
Returns registered EndpointInternals instance.
|
static EndpointInternals |
KerberosEndpointInternalsAccess.get()
Returns registered EndpointInternals instance.
|
static EndpointInternals |
HttpsEndpointInternalsAccess.get()
Returns registered EndpointInternals instance.
|
Modifier and Type | Method and Description |
---|---|
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.
|
static void |
HttpsEndpointInternalsAccess.set(EndpointInternals endpointInternals)
Registers EndpointInternals instance to use for back-door operations on
SslEndpoint and SslServerEndpoints.
|
Copyright © 2016–2018. All rights reserved.