public interface WrappingSecurityManager
Modifier and Type | Method and Description |
---|---|
boolean |
isSecurityEnabled() |
java.nio.channels.ByteChannel |
wrapClientChannel(java.nio.channels.SocketChannel channel,
java.lang.String host,
int port) |
java.nio.channels.ByteChannel |
wrapServerChannel(java.nio.channels.SocketChannel channel) |
boolean isSecurityEnabled()
java.nio.channels.ByteChannel wrapServerChannel(java.nio.channels.SocketChannel channel) throws java.io.IOException
java.io.IOException
java.nio.channels.ByteChannel wrapClientChannel(java.nio.channels.SocketChannel channel, java.lang.String host, int port) throws java.io.IOException
java.io.IOException