Spring Integration

Uses of Class
org.springframework.integration.ip.tcp.NetSocketWriter

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

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

Fields in org.springframework.integration.ip.tcp with type parameters of type NetSocketWriter
protected  Class<NetSocketWriter> TcpNetSendingMessageHandler.customSocketWriterClass
           
protected  Class<NetSocketWriter> SimpleTcpNetInboundGateway.customSocketWriterClass
           
 

Methods in org.springframework.integration.ip.tcp that return NetSocketWriter
static NetSocketWriter SocketIoUtils.createNetWriter(int messageFormat, Class<NetSocketWriter> customSocketWriterClass, Socket socket)
           
 

Method parameters in org.springframework.integration.ip.tcp with type arguments of type NetSocketWriter
static NetSocketWriter SocketIoUtils.createNetWriter(int messageFormat, Class<NetSocketWriter> customSocketWriterClass, Socket socket)
           
 


Spring Integration

Copyright © 2010. All Rights Reserved.