public class SocketConnectorFactory extends Object
| Constructor and Description |
|---|
SocketConnectorFactory() |
| Modifier and Type | Method and Description |
|---|---|
static org.eclipse.jetty.server.ServerConnector |
createSecureSocketConnector(org.eclipse.jetty.server.Server server,
String host,
int port,
SslStores sslStores)
Creates a ssl jetty socket jetty.
|
static org.eclipse.jetty.server.ServerConnector |
createSocketConnector(org.eclipse.jetty.server.Server server,
String host,
int port)
Creates an ordinary, non-secured Jetty server jetty.
|
public static org.eclipse.jetty.server.ServerConnector createSocketConnector(org.eclipse.jetty.server.Server server,
String host,
int port)
server - Jetty serverhost - hostport - portpublic static org.eclipse.jetty.server.ServerConnector createSecureSocketConnector(org.eclipse.jetty.server.Server server,
String host,
int port,
SslStores sslStores)
server - Jetty serversslStores - the security sslStores.host - hostport - portCopyright © 2018. All rights reserved.