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, validOps
blockingLock, configureBlocking, implCloseChannel, implCloseSelectableChannel, implConfigureBlocking, isBlocking, isRegistered, keyFor, provider, register
register
begin, close, end, isOpen
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLocalAddress, getOption, supportedOptions
protected SSLServerSocketChannel(SSLSelectorProvider provider) throws SSLException, IOException
SSLException
IOException
public static SSLServerSocketChannel open(String protocol) throws SSLException, IOException, NoSuchAlgorithmException, KeyStoreException, KeyManagementException, UnrecoverableKeyException, CertificateException
public static SSLServerSocketChannel open(SSLContext context) throws IOException
IOException
public static ServerSocketChannel open() throws IOException
IOException
public abstract SSLServerSocket socket()
socket
in class ServerSocketChannel
public abstract SSLSocketChannel accept() throws IOException
accept
in class ServerSocketChannel
IOException
Copyright © 2017. All rights reserved.