|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HttpServerAutoWireApplication
Auto-wired web application that is stand-alone.
| Field Summary |
|---|
| Fields inherited from interface net.officefloor.plugin.web.http.application.WebAutoWireApplication |
|---|
HANDLER_INPUT_NAME, HANDLER_SECTION_NAME, WEB_PUBLIC_RESOURCES_CLASS_PATH_PREFIX |
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface net.officefloor.plugin.web.http.application.WebAutoWireApplication |
|---|
addHttpApplicationObject, addHttpApplicationObject, addHttpRequestObject, addHttpRequestObject, addHttpSessionObject, addHttpSessionObject, addHttpTemplate, chainServicer, getHttpSecurity, getURIs, linkEscalation, linkEscalation, linkToHttpTemplate, linkToResource, linkToSendResponse, linkUri, setDefaultHttpTemplateUriSuffix, setHttpSecurity |
| Methods inherited from interface net.officefloor.autowire.AutoWireApplication |
|---|
addGovernance, addManagedObject, addObject, addSection, addSection, addSectionTransformer, addStartupFlow, addSupplier, assignDefaultTeam, assignTeam, getOfficeFloorCompiler, getSection, isLinked, isObjectAvailable, link, linkEscalation, openOfficeFloor, setProfiler |
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||