Spring Integration IP Extensions

org.springframework.integration.x.ip.websocket
Class WebSocketTcpConnectionInterceptorFactory

java.lang.Object
  extended by org.springframework.integration.x.ip.websocket.WebSocketTcpConnectionInterceptorFactory
All Implemented Interfaces:
org.springframework.integration.ip.tcp.connection.TcpConnectionInterceptorFactory

public class WebSocketTcpConnectionInterceptorFactory
extends java.lang.Object
implements org.springframework.integration.ip.tcp.connection.TcpConnectionInterceptorFactory

Since:
3.0
Author:
Gary Russell

Nested Class Summary
 class WebSocketTcpConnectionInterceptorFactory.WebSocketTcpConnectionInterceptor
           
 
Constructor Summary
WebSocketTcpConnectionInterceptorFactory()
           
 
Method Summary
 org.springframework.integration.ip.tcp.connection.TcpConnectionInterceptorSupport getInterceptor()
           
 WebSocketTcpConnectionInterceptorFactory.WebSocketTcpConnectionInterceptor locateInterceptor(org.springframework.integration.ip.tcp.connection.TcpConnection connection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebSocketTcpConnectionInterceptorFactory

public WebSocketTcpConnectionInterceptorFactory()
Method Detail

getInterceptor

public org.springframework.integration.ip.tcp.connection.TcpConnectionInterceptorSupport getInterceptor()
Specified by:
getInterceptor in interface org.springframework.integration.ip.tcp.connection.TcpConnectionInterceptorFactory

locateInterceptor

public WebSocketTcpConnectionInterceptorFactory.WebSocketTcpConnectionInterceptor locateInterceptor(org.springframework.integration.ip.tcp.connection.TcpConnection connection)

Spring Integration IP Extensions