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 JSSSocketChannelJSSSocket.channelUnderlying 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 JSSSocketChannelJSSSocket.getInternalChannel()Helper to always return the channel for this socket, initializing it if it isn't yet created.<T> JSSSocketChannelJSSSocketChannel.setOption(SocketOption<T> name, T value) JSSSocketChannel.shutdownInput()JSSSocketChannel.shutdownOutput()