Uses of Class
org.mozilla.jss.ssl.javax.JSSServerSocketChannel
Packages that use JSSServerSocketChannel
-
Uses of JSSServerSocketChannel in org.mozilla.jss.ssl.javax
Fields in org.mozilla.jss.ssl.javax declared as JSSServerSocketChannelModifier and TypeFieldDescriptionprivate JSSServerSocketChannel
JSSServerSocket.channel
Underlying SocketChannel for this socket; always exists.Methods in org.mozilla.jss.ssl.javax that return JSSServerSocketChannelModifier and TypeMethodDescriptionJSSServerSocketChannel.bind
(SocketAddress local, int backlog) JSSServerSocket.getChannel()
Get the underlying ServerSocketChannel for this Socket.protected JSSServerSocketChannel
JSSServerSocket.getInternalChannel()
Get the internal ServerSocketChannel for this Socket.JSSServerSocketChannel.setOption
(SocketOption<T> name, T value)