Package tigase.cluster.api
Interface ClusterConnectionHandler
-
- All Known Implementing Classes:
ClusterConnectionManager
public interface ClusterConnectionHandlerClusterConnectionHandler interface used by ClusterConnectionSelectorIfc implementations to separate implementation from ClusterConnectionManager- Author:
- andrzej
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description inthashCodeForPacket(Packet packet)Generates hashCode for particular packet used to spread processing between thread or connections
-
-
-
Method Detail
-
hashCodeForPacket
int hashCodeForPacket(Packet packet)
Generates hashCode for particular packet used to spread processing between thread or connections
-
-