Java javax.net.ssl SSLServerSocketFactory fields, constructors, methods, implement or subclass

Example usage for Java javax.net.ssl SSLServerSocketFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.net.ssl SSLServerSocketFactory.

The text is from its open source code.

Method

ServerSocketcreateServerSocket(int port)
ServerSocketcreateServerSocket(int port, int backlog, InetAddress ifAddress)
ServerSocketcreateServerSocket()
ServerSocketcreateServerSocket(int port, int backlog)
ServerSocketFactorygetDefault()
Returns the default SSL server socket factory.
String[]getDefaultCipherSuites()
Returns the list of cipher suites which are enabled by default.
String[]getSupportedCipherSuites()
Returns the names of the cipher suites which could be enabled for use on an SSL connection created by this factory.