Modifier and Type | Method and Description |
---|---|
static Class<? extends SslEngineSource> |
HttpTestUtil.getSslEngineSourceClass()
Obtains the
SslEngineSource for the corresponding configured
HTTPS. |
Modifier and Type | Method and Description |
---|---|
static AutoWireObject |
HttpsServerSocketManagedObjectSource.autoWire(AutoWireApplication source,
int port,
Class<? extends SslEngineSource> sslEngineSourceClass,
String sectionName,
String sectionInputName)
Convenience method to auto-wire in a
HttpsServerSocketManagedObjectSource into an
AutoWireApplication . |
Modifier and Type | Class and Description |
---|---|
class |
OfficeFloorDefaultSslEngineSource
OfficeFloor default
SslEngineSource . |
Modifier and Type | Method and Description |
---|---|
AutoWireObject |
HttpServerAutoWireOfficeFloorSource.addHttpsServerSocket(int port,
Class<? extends SslEngineSource> sslEngineSourceClass) |
AutoWireObject |
HttpServerAutoWireApplication.addHttpsServerSocket(int port,
Class<? extends SslEngineSource> sslEngineSourceClass)
Adds listening for HTTPS on the specified port.
|
Constructor and Description |
---|
HttpServerAutoWireOfficeFloorSource(int httpPort,
int httpsPort,
Class<? extends SslEngineSource> sslEngineSourceClass)
Initiate to use the specified HTTP port.
|
Copyright © 2005–2016. All rights reserved.