public final class SslPlugin<T> extends AbstractPlugin<T>
| 构造器和说明 |
|---|
SslPlugin(ClientSSLContextFactory factory) |
SslPlugin(ClientSSLContextFactory factory,
BufferPagePool bufferPagePool) |
SslPlugin(ServerSSLContextFactory factory,
ClientAuth clientAuth) |
SslPlugin(ServerSSLContextFactory factory,
ClientAuth clientAuth,
BufferPagePool bufferPagePool) |
SslPlugin(SSLContextFactory factory) |
SslPlugin(SSLContextFactory factory,
java.util.function.Consumer<SSLEngine> consumer) |
SslPlugin(SSLContextFactory factory,
java.util.function.Consumer<SSLEngine> consumer,
BufferPagePool bufferPagePool) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
debug(boolean debug) |
AsynchronousSocketChannel |
shouldAccept(AsynchronousSocketChannel channel) |
afterRead, afterWrite, beforeRead, beforeWrite, preProcess, stateEventpublic SslPlugin(SSLContextFactory factory, java.util.function.Consumer<SSLEngine> consumer) throws Exception
Exceptionpublic SslPlugin(SSLContextFactory factory) throws Exception
Exceptionpublic SslPlugin(SSLContextFactory factory, java.util.function.Consumer<SSLEngine> consumer, BufferPagePool bufferPagePool) throws Exception
Exceptionpublic SslPlugin(ClientSSLContextFactory factory) throws Exception
Exceptionpublic SslPlugin(ClientSSLContextFactory factory, BufferPagePool bufferPagePool) throws Exception
Exceptionpublic SslPlugin(ServerSSLContextFactory factory, ClientAuth clientAuth) throws Exception
Exceptionpublic SslPlugin(ServerSSLContextFactory factory, ClientAuth clientAuth, BufferPagePool bufferPagePool) throws Exception
Exceptionpublic AsynchronousSocketChannel shouldAccept(AsynchronousSocketChannel channel)
shouldAccept 在接口中 NetMonitorshouldAccept 在类中 AbstractPlugin<T>public void debug(boolean debug)
Copyright © 2024. All rights reserved.