A C F G I P R S W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- apply(SslContext) - Method in interface com.github.fmjsjx.libnetty.handler.ssl.PermutableSslContextProvider
- AutoRebuildSslContextProvider - Class in com.github.fmjsjx.libnetty.handler.ssl
-
The abstract implementation for
SslContextProviderwith aWatchServiceto auto-rebuildSSLContextwhen certificates modified. - AutoRebuildSslContextProvider(SslContextProvider, Path, String...) - Constructor for class com.github.fmjsjx.libnetty.handler.ssl.AutoRebuildSslContextProvider
-
Constructs a new
AutoRebuildSslContextProviderwith the specified directoryPathand watching files given. - AutoRebuildSslContextProvider(SslContextProvider, Path, Collection<String>) - Constructor for class com.github.fmjsjx.libnetty.handler.ssl.AutoRebuildSslContextProvider
-
Constructs a new
AutoRebuildSslContextProviderwith the specified directoryPathand watching files given.
C
- close() - Method in class com.github.fmjsjx.libnetty.handler.ssl.AutoRebuildSslContextProvider
- close() - Method in interface com.github.fmjsjx.libnetty.handler.ssl.SslContextProvider
-
Close this provider and releases any system resources associated with it.
- com.github.fmjsjx.libnetty.handler.ssl - package com.github.fmjsjx.libnetty.handler.ssl
F
- forClient(File) - Static method in class com.github.fmjsjx.libnetty.handler.ssl.SslContextProviders
-
Returns a simple implementation of
SslContextProviderwhich holding anSslContexttrusted certificates for verifying the remote endpoint's certificate. - forServer(File, File) - Static method in class com.github.fmjsjx.libnetty.handler.ssl.SslContextProviders
- forServer(File, File, String) - Static method in class com.github.fmjsjx.libnetty.handler.ssl.SslContextProviders
G
- get() - Method in class com.github.fmjsjx.libnetty.handler.ssl.AutoRebuildSslContextProvider
- get() - Method in interface com.github.fmjsjx.libnetty.handler.ssl.SslContextProvider
-
Returns the
SslContextinstance. - getCause() - Method in exception com.github.fmjsjx.libnetty.handler.ssl.SSLRuntimeException
- getDir() - Method in class com.github.fmjsjx.libnetty.handler.ssl.AutoRebuildSslContextProvider
-
Returns the
Pathof the watching directory.
I
- insecureForClient() - Static method in class com.github.fmjsjx.libnetty.handler.ssl.SslContextProviders
-
Returns a simple implementation of
SslContextProviderwhich holding an insecureSslContextfor client. - isClosed() - Method in class com.github.fmjsjx.libnetty.handler.ssl.AutoRebuildSslContextProvider
P
- permutable(SslContext) - Static method in class com.github.fmjsjx.libnetty.handler.ssl.SslContextProviders
-
Returns a
PermutableSslContextProviderinstance holding the specifiedSslContext. - PermutableSslContextProvider - Interface in com.github.fmjsjx.libnetty.handler.ssl
-
Provides setter functions for
SslContextProvider.
R
- resolvedWatchingFiles() - Method in class com.github.fmjsjx.libnetty.handler.ssl.AutoRebuildSslContextProvider
-
Returns a
Streamcontains the resolved path of each watching files.
S
- selfSignedForServer() - Static method in class com.github.fmjsjx.libnetty.handler.ssl.SslContextProviders
-
Returns a simple implementation of
SslContextProviderwhich holding a self-signed certificateSslContextfor server. - set(SslContext) - Method in interface com.github.fmjsjx.libnetty.handler.ssl.PermutableSslContextProvider
-
Set the holding
SslContexttosslContextand returns the old value. - simple(SslContext) - Static method in class com.github.fmjsjx.libnetty.handler.ssl.SslContextProviders
-
Returns a simple implementation of
SslContextProviderwhich just holding the specifiedSslContext. - SslContextProvider - Interface in com.github.fmjsjx.libnetty.handler.ssl
-
Provides
SslContextinstance for HTTP server. - SslContextProviders - Class in com.github.fmjsjx.libnetty.handler.ssl
-
Implementations of
SslContextProvider. - SSLRuntimeException - Exception in com.github.fmjsjx.libnetty.handler.ssl
-
A runtime exception for SSL.
- SSLRuntimeException(String, SSLException) - Constructor for exception com.github.fmjsjx.libnetty.handler.ssl.SSLRuntimeException
-
Constructs a new SSL runtime exception with the specified detail message and cause (as
SSLException). - SSLRuntimeException(SSLException) - Constructor for exception com.github.fmjsjx.libnetty.handler.ssl.SSLRuntimeException
-
Constructs a new SSL runtime exception with the specified cause (as
SSLException).
W
- watchingFiles() - Method in class com.github.fmjsjx.libnetty.handler.ssl.AutoRebuildSslContextProvider
-
Returns the set contains the name of each watching files.
- watchingForClient(File, File) - Static method in class com.github.fmjsjx.libnetty.handler.ssl.SslContextProviders
-
Returns an
SslContextProviderwhich will auto rebuildSslContextwhen the watching certificate file just be modified. - watchingForServer(File, File) - Static method in class com.github.fmjsjx.libnetty.handler.ssl.SslContextProviders
-
Returns an
SslContextProviderwhich will auto rebuildSslContextwhen the watching certificate file just be modified.
All Classes All Packages