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, register
protected SSLSelector(SSLSelectorProvider provider) throws IOException
IOException
public static SSLSelector open(String protocol) throws SSLException, IOException, NoSuchAlgorithmException, KeyStoreException, KeyManagementException, UnrecoverableKeyException, CertificateException
public static SSLSelector open(SSLContext context) throws IOException
IOException
public static Selector open() throws IOException
IOException
Copyright © 2017. All rights reserved.