Class JakartaWebsocketLoader
java.lang.Object
dev.getelements.elements.app.serve.loader.JakartaWebsocketLoader
- All Implemented Interfaces:
Loader
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.jetty.server.Handler.Sequence
void
load
(ApplicationElementService.ApplicationElementRecord record, Element element) Loads the specificElement
from the suppliedApplicationElementService.ApplicationElementRecord
void
setAuthFilterFeature
(AuthFilterFeature authFilterFeature) void
setHttpContextRoot
(HttpContextRoot httpContextRoot) void
setSequence
(org.eclipse.jetty.server.Handler.Sequence sequence)
-
Field Details
-
APP_PREFIX_FORMAT
- See Also:
-
HANDLER_SEQUENCE
- See Also:
-
-
Constructor Details
-
JakartaWebsocketLoader
public JakartaWebsocketLoader()
-
-
Method Details
-
load
Description copied from interface:Loader
Loads the specificElement
from the suppliedApplicationElementService.ApplicationElementRecord
-
getSequence
public org.eclipse.jetty.server.Handler.Sequence getSequence() -
setSequence
@Inject public void setSequence(@Named("dev.getelements.elements.app.serve.handler.ws") org.eclipse.jetty.server.Handler.Sequence sequence) -
getHttpContextRoot
-
setHttpContextRoot
-
getAuthFilterFeature
-
setAuthFilterFeature
-