Spring Integration

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

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

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

Classes in org.springframework.integration.ip.tcp that implement SocketWriter
 class AbstractSocketWriter
          Abstract SocketWriter that handles data in 3 standard, and one custom format.
 class NetSocketWriter
          A SocketWriter that writes to a Socket.
 class NioSocketWriter
          A SocketWriter that writes to a SocketChannel.
 

Methods in org.springframework.integration.ip.tcp that return SocketWriter
protected  SocketWriter TcpNetSendingMessageHandler.getWriter()
           
protected abstract  SocketWriter AbstractTcpSendingMessageHandler.getWriter()
          Returns the socket writer after instantiating it, if necessary.
protected  SocketWriter TcpNioSendingMessageHandler.getWriter()
           
 


Spring Integration

Copyright © 2010. All Rights Reserved.