Spring Integration

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

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

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

Fields in org.springframework.integration.ip.tcp declared as NetSocketReader
protected  NetSocketReader SimpleTcpNetOutboundGateway.reader
           
 

Fields in org.springframework.integration.ip.tcp with type parameters of type NetSocketReader
protected  Class<NetSocketReader> SimpleTcpNetOutboundGateway.customSocketReaderClass
           
protected  Class<NetSocketReader> TcpNetReceivingChannelAdapter.customSocketReaderClass
           
protected  Class<NetSocketReader> TcpReceivingChannelAdapter.customSocketReaderClass
           
 

Methods in org.springframework.integration.ip.tcp that return NetSocketReader
static NetSocketReader SocketIoUtils.createNetReader(int messageFormat, Class<NetSocketReader> customSocketReaderClass, Socket socket, int receiveBufferSize, int soReceiveBufferSize)
           
 

Methods in org.springframework.integration.ip.tcp with parameters of type NetSocketReader
protected  void TcpNetReceivingChannelAdapter.processMessage(NetSocketReader reader)
           
 

Method parameters in org.springframework.integration.ip.tcp with type arguments of type NetSocketReader
static NetSocketReader SocketIoUtils.createNetReader(int messageFormat, Class<NetSocketReader> customSocketReaderClass, Socket socket, int receiveBufferSize, int soReceiveBufferSize)
           
 


Spring Integration

Copyright © 2010. All Rights Reserved.