Interface JettyHttpServerHandlerFactory
-
public interface JettyHttpServerHandlerFactoryCreates JettyHttpServerHandler instances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JettyHttpServerHandlercreate(String mediaType, HttpHandler handler)Instantiates JettyHttpServerHandler with the given objects and injected objects.
-
-
-
Method Detail
-
create
JettyHttpServerHandler create(String mediaType, HttpHandler handler)
Instantiates JettyHttpServerHandler with the given objects and injected objects.- Parameters:
mediaType- media type of transmitted contenthandler- to handle incoming requests- Returns:
- a new JettyHttpServerHandler
-
-