public abstract class SSLSelector extends AbstractSelector
| Modifier | Constructor and Description |
|---|---|
protected |
SSLSelector(SSLSelectorProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
static Selector |
open() |
static SSLSelector |
open(SSLContext context) |
static SSLSelector |
open(String protocol) |
begin, cancelledKeys, close, deregister, end, implCloseSelector, isOpen, provider, registerprotected SSLSelector(SSLSelectorProvider provider) throws IOException
IOExceptionpublic static SSLSelector open(String protocol) throws SSLException, IOException, NoSuchAlgorithmException, KeyStoreException, KeyManagementException, UnrecoverableKeyException, CertificateException
public static SSLSelector open(SSLContext context) throws IOException
IOExceptionpublic static Selector open() throws IOException
IOExceptionCopyright © 2017. All rights reserved.