Class AnalyticsEndpoint

All Implemented Interfaces:
Endpoint, Stateful<LifecycleState>

public class AnalyticsEndpoint
extends AbstractEndpoint
This endpoint defines the pipeline for analytics requests and responses.
Since:
1.4.3
Author:
Michael Nitschinger
  • Constructor Details

  • Method Details

    • customEndpointHandlers

      protected void customEndpointHandlers​(ChannelPipeline pipeline)
      Description copied from class: AbstractEndpoint
      Add custom endpoint handlers to the ChannelPipeline. This method needs to be implemented by the actual endpoint implementations to add specific handlers to the pipeline depending on the endpoint type and intended behavior.
      Specified by:
      customEndpointHandlers in class AbstractEndpoint
      Parameters:
      pipeline - the pipeline where to add handlers.