Interface TcpConnectionInterceptorFactory
public interface TcpConnectionInterceptorFactory
Interface for TCP connection interceptor factories.
- Since:
- 2.0
- Author:
- Gary Russell
-
Method Summary
Modifier and TypeMethodDescriptionCalled for each new connection; a new interceptor must be returned on each call.
-
Method Details
-
getInterceptor
TcpConnectionInterceptorSupport getInterceptor()Called for each new connection; a new interceptor must be returned on each call.- Returns:
- the TcpInterceptor
-