public interface HttpServerAutoWireApplication extends WebAutoWireApplication
HANDLER_INPUT_NAME, HANDLER_SECTION_NAME, WEB_PUBLIC_RESOURCES_CLASS_PATH_PREFIX
Modifier and Type | Method and Description |
---|---|
AutoWireObject |
addHttpServerSocket(int port)
Adds listening for HTTP on the specified port.
|
AutoWireObject |
addHttpsServerSocket(int port,
Class<? extends SslEngineSource> sslEngineSourceClass)
Adds listening for HTTPS on the specified port.
|
AutoWireObject |
getHttpSessionAutoWireObject()
Obtains the
AutoWireObject for the HttpSession . |
addHttpApplicationObject, addHttpApplicationObject, addHttpRequestObject, addHttpRequestObject, addHttpSessionObject, addHttpSessionObject, addHttpTemplate, chainServicer, getHttpSecurity, getURIs, linkEscalation, linkEscalation, linkToHttpTemplate, linkToResource, linkToSendResponse, linkUri, setDefaultHttpTemplateUriSuffix, setHttpSecurity
addGovernance, addManagedObject, addObject, addSection, addSection, addSectionTransformer, addStartupFlow, addSupplier, assignDefaultTeam, assignTeam, getOfficeFloorCompiler, getSection, isLinked, isObjectAvailable, link, linkEscalation, openOfficeFloor, setProfiler
AutoWireObject addHttpServerSocket(int port)
port
- Port to listen on.AutoWireObject
of the added HTTP server socket.AutoWireObject addHttpsServerSocket(int port, Class<? extends SslEngineSource> sslEngineSourceClass)
port
- Port to listen on.sslEngineSourceClass
- SslEngineSource
class. May be null
.AutoWireObject
of the added HTTPS server socket.AutoWireObject getHttpSessionAutoWireObject()
Obtains the AutoWireObject
for the HttpSession
.
This allows overriding the default configuration for the
HttpSessionManagedObjectSource
.
AutoWireObject
for the HttpSession
.Copyright © 2005–2016. All rights reserved.