Spring Integration

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

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

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

Fields in org.springframework.integration.ip.tcp with type parameters of type NioSocketWriter
protected  Class<NioSocketWriter> TcpNioSendingMessageHandler.customSocketWriterClass
           
 

Methods in org.springframework.integration.ip.tcp that return NioSocketWriter
static NioSocketWriter SocketIoUtils.createNioWriter(int messageFormat, Class<NioSocketWriter> customSocketWriterClass, SocketChannel channel, int maxBuffers, int sendBufferSize, boolean usingDirectBuffers)
           
 

Method parameters in org.springframework.integration.ip.tcp with type arguments of type NioSocketWriter
static NioSocketWriter SocketIoUtils.createNioWriter(int messageFormat, Class<NioSocketWriter> customSocketWriterClass, SocketChannel channel, int maxBuffers, int sendBufferSize, boolean usingDirectBuffers)
           
 


Spring Integration

Copyright © 2010. All Rights Reserved.