| Package | Description |
|---|---|
| com.sun.web.security | |
| org.apache.catalina | |
| org.apache.catalina.connector | |
| org.apache.catalina.net |
| Modifier and Type | Class and Description |
|---|---|
class |
SSLSocketFactory
SSL server socket factory.
|
| Modifier and Type | Method and Description |
|---|---|
ServerSocketFactory |
Connector.getFactory()
Return the server socket factory used by this Container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Connector.setFactory(ServerSocketFactory factory)
Set the server socket factory used by this Container.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CoyoteServerSocketFactory
This socket factory holds secure socket factory parameters.
|
| Modifier and Type | Method and Description |
|---|---|
ServerSocketFactory |
Connector.getFactory()
Return the server socket factory used by this Container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Connector.setFactory(ServerSocketFactory factory)
Set the server socket factory used by this Container.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultServerSocketFactory
Default server socket factory, which returns unadorned server sockets.
|
Copyright © 2019. All rights reserved.