Uses of Interface
com.loomcache.server.security.SocketInterceptor
Packages that use SocketInterceptor
-
Uses of SocketInterceptor in com.loomcache.server
Methods in com.loomcache.server with parameters of type SocketInterceptorModifier and TypeMethodDescriptionvoidCacheNode.addSocketInterceptor(SocketInterceptor interceptor) Register a layer-4 socket interceptor for accepted inbound TCP connections.booleanCacheNode.removeSocketInterceptor(SocketInterceptor interceptor) Remove a previously registered layer-4 socket interceptor. -
Uses of SocketInterceptor in com.loomcache.server.network
Methods in com.loomcache.server.network with parameters of type SocketInterceptorModifier and TypeMethodDescriptionvoidTcpServer.addSocketInterceptor(SocketInterceptor interceptor) Register an inbound socket interceptor invoked after accept/socket configuration and before connection registration.booleanTcpServer.removeSocketInterceptor(SocketInterceptor interceptor) Remove a previously registered inbound socket interceptor.