Class SimpleHttpRequestDispatcherByUrl

java.lang.Object
stincmale.server.reqres.RequestDispatcherByProcessorName<RequestWithMetadata<? extends FullHttpRequest>,​FullHttpResponse>
stincmale.server.netty4.tcp.http.SimpleHttpRequestDispatcherByUrl
All Implemented Interfaces:
RequestDispatcher<RequestWithMetadata<? extends FullHttpRequest>,​FullHttpResponse>, RequestProcessor<RequestWithMetadata<? extends FullHttpRequest>,​FullHttpResponse>

@ThreadSafe
public class SimpleHttpRequestDispatcherByUrl
extends RequestDispatcherByProcessorName<RequestWithMetadata<? extends FullHttpRequest>,​FullHttpResponse>
RequestDispatcherByProcessorName that uses URI path of an HTTP request as the name of a RequestProcessor.