Class HttpServerTracer<REQUEST,​RESPONSE,​CONNECTION,​STORAGE>

  • Type Parameters:
    REQUEST - - The specific type for HTTP requests
    RESPONSE - - The specific type for HTTP responses
    CONNECTION - - The specific type of HTTP connection, used to get peer address information and HTTP flavor.
    STORAGE - - Implementation specific storage type for attaching/getting the server context. Use Void if your subclass does not have an implementation specific storage need.

    public abstract class HttpServerTracer<REQUEST,​RESPONSE,​CONNECTION,​STORAGE>
    extends BaseTracer
    Base class for implementing Tracers for HTTP servers. It has 3 types that must be specified by subclasses: