Interface JettyHttpServerHandlerFactory
public interface JettyHttpServerHandlerFactory
Creates JettyHttpServerHandler instances.
-
Method Summary
Modifier and TypeMethodDescriptioncreate(String mediaType, HttpHandler handler) Instantiates JettyHttpServerHandler with the given objects and injected objects.
-
Method Details
-
create
Instantiates JettyHttpServerHandler with the given objects and injected objects.- Parameters:
mediaType- media type of transmitted contenthandler- to handle incoming requests- Returns:
- a new JettyHttpServerHandler
-