Uses of Class
com.loomcache.server.network.ConnectionContext
Packages that use ConnectionContext
Package
Description
-
Uses of ConnectionContext in com.loomcache.server
Methods in com.loomcache.server with parameters of type ConnectionContextModifier and TypeMethodDescription@Nullable MessageCacheNode.handleMessage(Message message, ConnectionContext sender) -
Uses of ConnectionContext in com.loomcache.server.network
Methods in com.loomcache.server.network that return ConnectionContextModifier and TypeMethodDescriptionCommandContext.connection()Get the connection context for response writing.Methods in com.loomcache.server.network with parameters of type ConnectionContextModifier and TypeMethodDescriptionProtocolHelloHandler.handle(Message request, ConnectionContext sender) Handle an incomingPROTOCOL_HELLOrequest.@Nullable MessageMessageHandler.handleMessage(Message message, ConnectionContext sender) Handle an incoming message and optionally return a response.booleanTcpServer.promoteConnectionIdentity(ConnectionContext ctx, String peerId) Promote a temporary connection identity to a validated peer ID after the cluster handshake succeeds.Constructors in com.loomcache.server.network with parameters of type ConnectionContextModifierConstructorDescriptionCommandContext(Message message, ConnectionContext connection) Create a new command context for pipelined execution.Constructor parameters in com.loomcache.server.network with type arguments of type ConnectionContextModifierConstructorDescriptionHealthChecker(String nodeId, int instanceNumber, long heartbeatIntervalMs, long heartbeatTimeoutMs, Map<String, ConnectionContext> connections) Creates a new health checker for monitoring peer connectivity.HealthChecker(String nodeId, int instanceNumber, long heartbeatIntervalMs, long heartbeatTimeoutMs, Map<String, ConnectionContext> connections, IcmpFailureDetectorConfig icmpConfig) HealthChecker(String nodeId, int instanceNumber, long heartbeatIntervalMs, long heartbeatTimeoutMs, Map<String, ConnectionContext> connections, IcmpFailureDetectorConfig icmpConfig, HealthChecker.IcmpProbe icmpProbe) -
Uses of ConnectionContext in com.loomcache.server.observability
Methods in com.loomcache.server.observability with parameters of type ConnectionContextModifier and TypeMethodDescription@NonNull SlowOperationDetector.OperationScopeSlowOperationDetector.track(Message message, ConnectionContext connection) -
Uses of ConnectionContext in com.loomcache.server.security
Methods in com.loomcache.server.security with parameters of type ConnectionContextModifier and TypeMethodDescriptionAuthenticationHandler.handleAuth(Message authMsg, ConnectionContext ctx) Handle an AUTH message from a gateway-authenticated client.@Nullable CertPermissionMapper.PermissionLevelAuthenticationHandler.resolveFromCertificate(ConnectionContext ctx) Resolve permission level from a connection's TLS client certificate. -
Uses of ConnectionContext in com.loomcache.server.tracing
Methods in com.loomcache.server.tracing with parameters of type ConnectionContextModifier and TypeMethodDescriptionTracingInterceptor.MessageHandler.handle(Message message, ConnectionContext connectionContext) TracingInterceptor.intercept(Message message, ConnectionContext connectionContext, TracingInterceptor.MessageHandler handler) Intercept an incoming message and trace it.