Uses of Class
org.mozilla.jss.ssl.javax.JSSSocketChannel
Packages that use JSSSocketChannel
-
Uses of JSSSocketChannel in org.mozilla.jss.ssl.javax
Fields in org.mozilla.jss.ssl.javax declared as JSSSocketChannelModifier and TypeFieldDescriptionprivate JSSSocketChannel
JSSSocket.channel
Underlying SocketChannel for this socket; always exists.Methods in org.mozilla.jss.ssl.javax that return JSSSocketChannelModifier and TypeMethodDescriptionJSSServerSocketChannel.accept()
JSSSocketChannel.bind
(SocketAddress local) JSSSocket.getChannel()
Get the underlying SocketChannel for this Socket.protected JSSSocketChannel
JSSSocket.getInternalChannel()
Helper to always return the channel for this socket, initializing it if it isn't yet created.<T> JSSSocketChannel
JSSSocketChannel.setOption
(SocketOption<T> name, T value) JSSSocketChannel.shutdownInput()
JSSSocketChannel.shutdownOutput()