Spring Integration

Uses of Interface
org.springframework.integration.ip.tcp.SocketReader

Packages that use SocketReader
org.springframework.integration.ip.tcp   
 

Uses of SocketReader in org.springframework.integration.ip.tcp
 

Classes in org.springframework.integration.ip.tcp that implement SocketReader
 class AbstractSocketReader
          Abstract SocketReader that handles data in 3 standard, and one custom format.
 class NetSocketReader
          A SocketReader that reads from a Socket.
 class NioSocketReader
          A non-blocking SocketReader that reads from a SocketChannel.
 

Methods in org.springframework.integration.ip.tcp with parameters of type SocketReader
 Message<Object> SocketMessageMapper.toMessage(SocketReader socketReader)
           
 


Spring Integration

Copyright © 2010. All Rights Reserved.