Uses of Class
org.mozilla.jss.ssl.javax.JSSSocket
Packages that use JSSSocket
-
Uses of JSSSocket in org.mozilla.jss.ssl.javax
Fields in org.mozilla.jss.ssl.javax declared as JSSSocketMethods in org.mozilla.jss.ssl.javax that return JSSSocketModifier and TypeMethodDescriptionJSSServerSocket.accept()
protected JSSSocket
JSSServerSocket.acceptSocket
(Socket child) Helper to upgrade a Socket into a JSSSocket.JSSSocketFactory.createSocket()
JSSSocketFactory.createSocket
(String host, int port) JSSSocketFactory.createSocket
(String host, int port, InetAddress localAddress, int localPort) JSSSocketFactory.createSocket
(InetAddress host, int port) JSSSocketFactory.createSocket
(InetAddress host, int port, InetAddress localAddress, int localPort) JSSSocketFactory.createSocket
(Socket s, InputStream consumed, boolean autoClose) JSSSocketFactory.createSocket
(Socket s, String host, int port, boolean autoClose) JSSSocketChannel.socket()
Constructors in org.mozilla.jss.ssl.javax with parameters of type JSSSocketModifierConstructorDescriptionJSSSocketChannel
(JSSSocket sslSocket, Socket parentSocket, ReadableByteChannel readChannel, WritableByteChannel writeChannel, JSSEngine engine) JSSSocketChannel
(JSSSocket sslSocket, SocketChannel parent, Socket parentSocket, ReadableByteChannel readChannel, WritableByteChannel writeChannel, JSSEngine engine) JSSSocketChannel
(JSSSocket sslSocket, SocketChannel parent, JSSEngine engine)