public abstract class SSLServerSocketChannel extends ServerSocketChannel
| Modifier | Constructor and Description |
|---|---|
protected |
SSLServerSocketChannel(SSLSelectorProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
abstract SSLSocketChannel |
accept() |
static ServerSocketChannel |
open() |
static SSLServerSocketChannel |
open(SSLContext context) |
static SSLServerSocketChannel |
open(String protocol) |
abstract SSLServerSocket |
socket() |
bind, bind, setOption, validOpsblockingLock, configureBlocking, implCloseChannel, implCloseSelectableChannel, implConfigureBlocking, isBlocking, isRegistered, keyFor, provider, registerregisterbegin, close, end, isOpenclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLocalAddress, getOption, supportedOptionsprotected SSLServerSocketChannel(SSLSelectorProvider provider) throws SSLException, IOException
SSLExceptionIOExceptionpublic static SSLServerSocketChannel open(String protocol) throws SSLException, IOException, NoSuchAlgorithmException, KeyStoreException, KeyManagementException, UnrecoverableKeyException, CertificateException
public static SSLServerSocketChannel open(SSLContext context) throws IOException
IOExceptionpublic static ServerSocketChannel open() throws IOException
IOExceptionpublic abstract SSLServerSocket socket()
socket in class ServerSocketChannelpublic abstract SSLSocketChannel accept() throws IOException
accept in class ServerSocketChannelIOExceptionCopyright © 2017. All rights reserved.