@FunctionalInterface public interface SslContextProvider extends Supplier<io.netty.handler.ssl.SslContext>, Closeable
SslContext instance for HTTP server.| Modifier and Type | Method and Description |
|---|---|
default void |
close()
Close this provider and releases any system resources associated with it.
|
io.netty.handler.ssl.SslContext |
get()
Returns the
SslContext instance. |
io.netty.handler.ssl.SslContext get()
SslContext instance.default void close()
throws IOException
close in interface AutoCloseableclose in interface CloseableIOException - if an I/O error occursCopyright © 2020. All rights reserved.