Class PlainJettyHolder
java.lang.Object
org.openspaces.pu.container.jee.jetty.holder.JettyHolder
org.openspaces.pu.container.jee.jetty.holder.PlainJettyHolder
A plain wrapper around jetty. Simply delegate the lifecycle calls directory to jetty.
- Author:
- kimchy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.jetty.server.ServerReturns the jetty server.booleanReturnstrueif this is a single instance.Methods inherited from class org.openspaces.pu.container.jee.jetty.holder.JettyHolder
closeConnectors, getConfidentialPort, getHttpConfig, getSslConnectionPort, getSslPort, openConnectors, start, stop, updateConfidentialPort
-
Constructor Details
-
PlainJettyHolder
public PlainJettyHolder(org.eclipse.jetty.server.Server server)
-
-
Method Details
-
getServer
public org.eclipse.jetty.server.Server getServer()Description copied from class:JettyHolderReturns the jetty server.- Specified by:
getServerin classJettyHolder
-
isSingleInstance
public boolean isSingleInstance()Description copied from class:JettyHolderReturnstrueif this is a single instance.- Specified by:
isSingleInstancein classJettyHolder
-