Interface ClusterConnectionHandler

All Known Implementing Classes:
ClusterConnectionManager

public interface ClusterConnectionHandler
ClusterConnectionHandler interface used by ClusterConnectionSelectorIfc implementations to separate implementation from ClusterConnectionManager
Author:
andrzej
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Generates hashCode for particular packet used to spread processing between thread or connections
  • Method Details

    • hashCodeForPacket

      int hashCodeForPacket(Packet packet)
      Generates hashCode for particular packet used to spread processing between thread or connections