public class MuleSslFilter
extends org.glassfish.grizzly.ssl.SSLFilter
| Modifier and Type | Field and Description |
|---|---|
static String |
SSL_SESSION_ATTRIBUTE_KEY |
| Constructor and Description |
|---|
MuleSslFilter(org.glassfish.grizzly.ssl.SSLEngineConfigurator serverSSLEngineConfigurator,
org.glassfish.grizzly.ssl.SSLEngineConfigurator clientSSLEngineConfigurator) |
| Modifier and Type | Method and Description |
|---|---|
protected static MuleSslFilter |
createSslFilter(org.mule.runtime.api.tls.TlsContextFactory tlsContextFactory) |
org.glassfish.grizzly.filterchain.NextAction |
handleRead(org.glassfish.grizzly.filterchain.FilterChainContext ctx) |
createClientSSLEngine, doHandshakeStep, getClientSSLEngineConfigurator, getMaxPendingBytesPerConnection, handleWrite, handshake, handshake, handshake, handshake, notifyHandshakeComplete, notifyHandshakeFailed, setMaxPendingBytesPerConnectionaddHandshakeListener, createOptimizedTransportFilter, createSslConnectionContext, doHandshakeStep, doHandshakeSync, getHandshakeTimeout, getOptimizedTransportFilter, getPeerCertificateChain, getServerSSLEngineConfigurator, handleEvent, isRenegotiateOnClientAuthWant, notifyHandshakeStart, obtainSslConnectionContext, onAdded, onRemoved, removeHandshakeListener, renegotiate, resolveNextAction, setHandshakeTimeout, setRenegotiationDisabled, unwrapAll, wrapAllpublic static final String SSL_SESSION_ATTRIBUTE_KEY
public MuleSslFilter(org.glassfish.grizzly.ssl.SSLEngineConfigurator serverSSLEngineConfigurator,
org.glassfish.grizzly.ssl.SSLEngineConfigurator clientSSLEngineConfigurator)
public org.glassfish.grizzly.filterchain.NextAction handleRead(org.glassfish.grizzly.filterchain.FilterChainContext ctx)
throws IOException
handleRead in interface org.glassfish.grizzly.filterchain.FilterhandleRead in class org.glassfish.grizzly.ssl.SSLBaseFilterIOExceptionprotected static MuleSslFilter createSslFilter(org.mule.runtime.api.tls.TlsContextFactory tlsContextFactory)
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.