Interface JettyHttpServerHandlerFactory
public interface JettyHttpServerHandlerFactory
Creates JettyHttpServerHandler instances.
-
Method Summary
Modifier and TypeMethodDescriptioncreate(String mediaType, HttpHandler handler, CommunicationLog communicationLog, CommunicationLogContext communicationLogContext) Instantiates JettyHttpServerHandler with the given objects and injected objects.
-
Method Details
-
create
JettyHttpServerHandler create(String mediaType, HttpHandler handler, @Nullable CommunicationLog communicationLog, @Nullable CommunicationLogContext communicationLogContext) Instantiates JettyHttpServerHandler with the given objects and injected objects.- Parameters:
mediaType- media type of transmitted contenthandler- to handle incoming requestscommunicationLog- a communication log, if null no logging happenscommunicationLogContext- additional information made available in the communication log- Returns:
- a new JettyHttpServerHandler
-