Spring Integration

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

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

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

Fields in org.springframework.integration.ip.tcp with type parameters of type NioSocketReader
protected  Class<NioSocketReader> TcpNioReceivingChannelAdapter.customSocketReaderClass
           
 

Methods in org.springframework.integration.ip.tcp that return NioSocketReader
static NioSocketReader SocketIoUtils.createNioReader(int messageFormat, Class<NioSocketReader> customSocketReaderClass, SocketChannel channel, int receiveBufferSize, int soReceiveBufferSize, boolean usingDirectBuffers)
           
 

Method parameters in org.springframework.integration.ip.tcp with type arguments of type NioSocketReader
static NioSocketReader SocketIoUtils.createNioReader(int messageFormat, Class<NioSocketReader> customSocketReaderClass, SocketChannel channel, int receiveBufferSize, int soReceiveBufferSize, boolean usingDirectBuffers)
           
 


Spring Integration

Copyright © 2010. All Rights Reserved.