Skip navigation links
A C F G I R S W 

A

AutoRebuildSslContextProvider - Class in com.github.fmjsjx.libnetty.handler.ssl
The abstract implementation for SslContextProvider with a WatchService to auto-rebuild SSLContext when certificates modified.
AutoRebuildSslContextProvider(SslContextProvider, Path, Collection<String>) - Constructor for class com.github.fmjsjx.libnetty.handler.ssl.AutoRebuildSslContextProvider
Constructs a new AutoRebuildSslContextProvider with the specified directory Path and watching files given.
AutoRebuildSslContextProvider(SslContextProvider, Path, String...) - Constructor for class com.github.fmjsjx.libnetty.handler.ssl.AutoRebuildSslContextProvider
Constructs a new AutoRebuildSslContextProvider with the specified directory Path and 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 SslContextProvider which holding an SslContext trusted certificates for verifying the remote endpoint's certificate.
forServer(File, File) - Static method in class com.github.fmjsjx.libnetty.handler.ssl.SslContextProviders
Returns a simple implementation of SslContextProvider which holding a server-side SslContext.
forServer(File, File, String) - Static method in class com.github.fmjsjx.libnetty.handler.ssl.SslContextProviders
Returns a simple implementation of SslContextProvider which holding a server-side SslContext.

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 SslContext instance.
getCause() - Method in exception com.github.fmjsjx.libnetty.handler.ssl.SSLRuntimeException
 
getDir() - Method in class com.github.fmjsjx.libnetty.handler.ssl.AutoRebuildSslContextProvider
Returns the Path of the watching directory.

I

insecureForClient() - Static method in class com.github.fmjsjx.libnetty.handler.ssl.SslContextProviders
Returns a simple implementation of SslContextProvider which holding an insecure SslContext for client.
isClosed() - Method in class com.github.fmjsjx.libnetty.handler.ssl.AutoRebuildSslContextProvider
 

R

resolvedWatchingFiles() - Method in class com.github.fmjsjx.libnetty.handler.ssl.AutoRebuildSslContextProvider
Returns a Stream contains 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 SslContextProvider which holding a self-signed certificate SslContext for server.
simple(SslContext) - Static method in class com.github.fmjsjx.libnetty.handler.ssl.SslContextProviders
Returns a simple implementation of SslContextProvider which just holding the specified SslContext.
SslContextProvider - Interface in com.github.fmjsjx.libnetty.handler.ssl
Provides SslContext instance 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.
watchingForServer(File, File) - Static method in class com.github.fmjsjx.libnetty.handler.ssl.SslContextProviders
Returns an SslContextProvider which will auto rebuild SslContext when the watching certificate file just be modified.
A C F G I R S W 
Skip navigation links

Copyright © 2020. All rights reserved.